**** BEGIN LOGGING AT Sat Mar 24 02:59:59 2012 Mar 24 03:18:16 what kernel version do the beagle board SGX and DSP work with? Mar 24 05:36:46 I'm sorry, but this is one of neatest gee-wiz websites I've seen Mar 24 05:36:48 http://ems02.bksv.com/webtrak/ont4 Mar 24 05:37:55 * xenland reads terms and conditions first..... Mar 24 05:38:21 * xenland accepts terms and conditions, Speed read! Mar 24 05:40:44 interesting Mar 24 05:51:45 * _av500_ is off to Home Depot Mar 24 13:09:06 hi all ! Mar 24 13:25:30 does anyone is there is a way for U-boot to run a script automaticaly ? Mar 24 13:25:44 I can't find anything on google about that Mar 24 13:31:06 boot.scr? Mar 24 13:31:14 google harder :) Mar 24 13:35:23 thanks Crofton Mar 24 13:35:30 I'll look at that Mar 24 13:35:38 Crofton|work: you'll be at collab? Mar 24 13:35:56 yes Mar 24 13:36:01 ned to book travel etc Mar 24 13:36:21 united refuses to let me check in online Mar 24 13:36:28 I have to use a kiosk at the airport Mar 24 13:36:55 * koen doesn't see the difference between one browserwindow and the other Mar 24 13:42:00 hmm Mar 24 13:42:23 it is a week from now, right? Mar 24 13:42:32 or are you going via Texas Mar 24 14:01:17 bother Mar 24 14:01:22 flights are pricey Mar 24 14:01:27 y Mar 24 15:28:47 Anyone know if there is any encrypted UBIFS options I could try? Mar 24 17:04:10 <_av500_> encrpytion is on top, no? Mar 24 17:09:40 I don't know. /me new to FS crypto Mar 24 17:14:11 ubifs does wear leveling? Mar 24 17:17:09 someone still has raw nand on their boards? Mar 24 17:22:25 XorA: there are some omap3 boards with that, but TI generally pushes eMMC Mar 24 17:22:48 prpplague: I meant world wide, all the android devices seem to have gone eMMC Mar 24 17:24:39 not all Mar 24 18:26:44 guys Mar 24 18:27:10 do you know any channel dedicated to devkit8000 Mar 24 18:27:21 a beagleboard clone Mar 24 18:27:34 or is it okay to speak about it here ? Mar 24 18:33:08 Anyone have a header file handy with all of the gpio port memory mappings for use outside of linux? Mar 24 18:34:34 write an awk script to generate one from the trm Mar 24 18:36:52 sorry, but what is the trm? Mar 24 18:38:51 the big bad pdf Mar 24 18:40:08 the system reference manual? Mar 24 18:41:48 join #beagle Mar 24 18:41:58 oops Mar 24 18:42:39 having trouble getting device drivers installed for beaglebone on windows 7 Mar 24 18:44:17 new to IRC ... how does this work? Mar 24 18:44:52 just type in a message and wait for response, same as any chat protocol Mar 24 18:46:06 ok.. not speaking of physical protocol, but how to ask my question in a way that is appropriate and dignifies a response. Mar 24 18:47:04 dennisc23: I don't know much about the Windows 7 drivers, but what kind of problem are you having? Mar 24 18:48:53 Installed BONE_D64.exe, but when I go to hardware properties, I see Beaglebone/XDS100V2 does not appear to have a driver... Mar 24 18:49:34 Windows complained that a device did not properly get installed. Mar 24 18:49:47 <_av500_> Davidbrcz: ask here Mar 24 18:50:30 oki _av500_ Mar 24 18:50:51 <_av500_> but not many people have devkit80000000000 here Mar 24 18:51:01 I'm trying to install Angstrom on a devkit8000 Mar 24 18:51:13 I generetad a archive online Mar 24 18:51:24 formated my sdcard Mar 24 18:51:41 according to the documentation I have Mar 24 18:52:10 and copy MLO/u-boot.bin/uImage on the first partition Mar 24 18:52:26 and untar the whole archive on the second one Mar 24 18:52:38 unfortualy It's not booting well Mar 24 18:52:56 My screen shows some weird lines Mar 24 18:53:23 I think It might come from my unconfiguration of uboot Mar 24 18:53:39 so I tried to create a boot.src file Mar 24 18:54:14 with the commands I found on my documentation Mar 24 18:54:19 still not working Mar 24 18:54:47 I do not have a RS232 cable Mar 24 18:55:01 so I can't configure u-boot manualy Mar 24 18:55:37 Is there any way to have debug info from USB or whatever instead of RS232 ? Mar 24 19:01:01 trying to get ethernet connection to beaglebone over the USB cable, does not appear to be working, and looking for steps to diagnose problem. Mar 24 19:13:16 OK, read the # manual again (i.e. getting started) ejected the mounted storage device, and the ethernet connection started up as advertised. Mar 24 19:43:16 Hello, can someone tell me how I can switched of the integrated webserver which runs on port 80? Mar 24 20:06:22 blablabla: which os are you using? Mar 24 20:06:57 angstrom but I think I found the solution I must only remove the servicewith systemctl disable Mar 24 20:07:35 after disabling from bone101 I can start lighttpd without any problems Mar 24 21:55:20 I downloaded angstrom-2011.03-i686-linux-armv7a-linux-gnueabi-toolchain.tar.bz2 toolchain for beaglebone. then I typed the following commands on the host pc (ubuntu) Mar 24 21:55:23 tar -xf angstrom-2011.03-i686-linux-armv7a-linux-gnueabi-toolchain.tar.bz2 -C / Mar 24 21:55:29 . /usr/local/angstrom/arm/environment-setup Mar 24 21:55:37 what do I need to do next? Mar 24 21:56:09 I installed eclipse on ubuntu, do I need to do something to add this toolchain on eclipse? Mar 24 22:01:28 I can build my kernel and sysmd just fine but when I go to beaglebone\kernel\arch\arm\mach-omap2\ I find a bunch of .h files and none of the .c files that should be there. How come? how can I get all the source so that I can make changes to beaglebone platform files? Mar 24 22:03:27 have you installed a toolchain on your host pc? Mar 24 22:05:33 no, but I am using the beaglebone scripts which build the kernel source and it also builds a toolchain Mar 24 22:05:56 I do Mar 24 22:05:57 MACHINE=beaglebone ./oebb.sh config beaglebone MACHINE=beaglebone ./oebb.sh update MACHINE=beaglebone ./oebb.sh bitbake systemd-image Mar 24 22:06:53 after doing those commands one after the other everything builds just fine but when I go and look inside beaglebone\kernel\arch\arm\mach-omap2\ I do not find any of the .c files that should be in there Mar 24 22:11:55 the exact path is ~/setup-scripts/build/tmp-angstrom_2010_x-eglibc/sysroots/beaglebone/kernel/arch/arm/mach-omap2 Mar 24 22:38:06 I need help with web-Cam on beaglebean, do I need to install v4linux? if yes how? Mar 24 22:39:21 it is impossible to get a help in this room Mar 24 22:40:02 I hope so. Mar 24 22:40:20 yesterday there were more pople, helping each other. Mar 24 22:40:55 lets wait these people to be online Mar 24 22:41:38 angs, what is system shipped on the beglebone? is it ubuntu or some thing ? Mar 24 22:41:57 angstroms distrubition Mar 24 22:42:05 do you have a beaglebone? Mar 24 22:42:18 I got it yesterday Mar 24 22:42:38 have you installed the toolchain on your pc? Mar 24 22:42:49 no, Mar 24 22:43:10 I have no idea about processor or any thing. Mar 24 22:43:13 what have you done about the bone so far? Mar 24 22:43:50 :) just bought a usb cam and usb wirless for it Mar 24 22:44:03 now I was going to make it work Mar 24 22:45:02 have you installed the driver for usb wireless stick? Mar 24 22:45:40 I am also looking for a usb wireless stick for bone, how much did u pay for the wireless stick? Mar 24 22:46:52 I got netgare one for 11.99$ on top I will get 10$ mail in rebate :) Mar 24 22:47:00 my lucky day, Mar 24 22:47:49 web cam worked with fedora laptop out of the box, so I am hopping that once I have v4linux it would work with beaglbone Mar 24 22:50:06 good deal :) Mar 24 22:50:44 what programming language are you planning to use for the bone? Mar 24 22:58:09 I did write some code in C Mar 24 22:58:28 long time ago, I was able to capture image and save it in bitmap file Mar 24 22:59:07 I also use /dev/dsp in see to do some sigle processing Mar 24 22:59:24 But I am no expert. Mar 24 22:59:51 I was hoping I can agian use my own code to capture image, with C Mar 24 23:00:04 using v4l Mar 24 23:01:04 I am a beginner in these things, I have been just asking to learn from your experience Mar 24 23:01:34 I use perl at my work Mar 24 23:01:39 do you have any code that you wrote for beaglebone that I can see? Mar 24 23:01:39 so I know that a little Mar 24 23:02:01 I couldnt find any example to use GPIO of bone Mar 24 23:02:07 Not yet, but I will easy once devices are there Mar 24 23:02:24 oh trust me GPIO is easy Mar 24 23:02:37 I havent done any embedded programming Mar 24 23:02:49 I wonder how to manage it in the programming Mar 24 23:02:51 there is guy here in video, who show how its done, using even console/shell Mar 24 23:03:10 does he writes code in C? Mar 24 23:03:18 no no Mar 24 23:03:21 ruby Mar 24 23:03:37 see gpio is mapped in user space Mar 24 23:03:53 so you can access it with perl/ruby ro command line Mar 24 23:03:56 could you paste the link of that video? Mar 24 23:04:12 that would be easist thing you did in your life :) Mar 24 23:04:13 wait Mar 24 23:04:17 I look for it Mar 24 23:04:18 thanks Mar 24 23:04:23 :) Mar 24 23:05:57 in what data format do you need to send data through the usb wireless stick? do you need to prepare the data in IP packet? Mar 24 23:07:14 http://www.youtube.com/watch?v=Y0uqRVxismQ Mar 24 23:07:27 hmmm Mar 24 23:07:40 thank you Mar 24 23:07:50 you can just do scp to copy over data from beaglebone Mar 24 23:07:58 to your pc Mar 24 23:08:20 or you can open a socket like client/server Mar 24 23:08:35 that can be done in perl/C or in any other language Mar 24 23:09:19 thanks Mar 24 23:09:23 np Mar 24 23:09:29 I will search more about it Mar 24 23:09:34 its easy so habg in there :) Mar 24 23:09:51 bye I go read on angstrom Mar 24 23:09:58 bye Mar 24 23:10:00 :) Mar 24 23:25:08 what is wrong with it? on what directory do I need to type the command? root@ubuntu:~/Desktop# ./configure --host=arm-angstrom-linux-gnueabi --prefix=/home/vmplanet/gccexamples/nano/nano_out/ Mar 24 23:25:08 bash: ./configure: No such file or directory Mar 24 23:56:03 I see that their are LCD pins on the beaglebone.... I'm assuming you don't just stick the datalines in there ? Mar 24 23:59:42 And voilia it works! Mar 25 00:31:18 Any one have any idea why my beaglbone chip is "char your skin" hot when i plug it in after 3-5 seconds? Mar 25 00:31:34 (Just with USB plug) Mar 25 00:35:08 did you get the toaster cape? Mar 25 00:36:08 lol Mar 25 00:36:13 unfortunatly i did not Mar 25 00:36:29 well, it seems you do not need it Mar 25 00:38:37 indeed it does Mar 25 01:49:12 i ran "opkg list | wc -l" it says 1825 packages, when I do "opkg list-installed | wc -l " it still says 1825, I am on the net. does that means my reposotories are not set up ? Mar 25 01:49:59 did you do opkg update? Mar 25 01:50:31 let me do it now. thanks for suggestion. Mar 25 01:51:16 wow Mar 25 01:51:30 17225 now Mar 25 01:54:49 my rt2800usb wifi dongle is stuck in soft block rfkill state, rfkill unblock all isn't working. are there any other magic incantations I need? Mar 25 02:01:03 yay yay yayyyyyyyy I installed v4l-utils Mar 25 02:01:11 I like this thing :))))) Mar 25 02:25:45 03:01 < thing> I like this thing <-- a bit narcissistic, are we? **** ENDING LOGGING AT Sun Mar 25 02:59:58 2012