**** BEGIN LOGGING AT Sat May 10 03:00:00 2014 May 10 03:11:11 sorry got distracted May 10 03:11:13 this is good May 10 03:11:27 http://www.adafruit.com/products/572 May 10 03:11:28 and May 10 03:11:38 http://www.adafruit.com/products/706 May 10 03:29:47 anyone know what kernel config options are needed to support the BBB with LCD7 cape? May 10 03:30:45 I thought there was a device-tree file for it .. May 10 03:30:54 or is that just the 3/4 May 10 03:31:31 or possibly I'm thinking of a cape config .. May 10 03:32:07 well, you oth need the drivers enabled in the kernel as well as the device-tree bits... May 10 03:32:32 none May 10 03:32:33 it just works May 10 03:32:37 with the 4d ones anyway May 10 03:32:44 touch screen and all May 10 03:32:47 at least with latest debian images May 10 03:35:15 yes, i know that. May 10 03:35:42 but when building a custom kernel, what's the config option May 10 03:36:50 probably in some strange menu .. May 10 03:37:15 is there a kernel config for the debian images? May 10 03:37:24 rcn enables everything .. almost .. lol May 10 03:37:42 well, i've got the whole config used for the debian images, but there are LOTS of options to enable. I'd rather not take a shotgun approach. May 10 03:53:47 go with rnc's config as a base May 10 03:53:49 it works May 10 05:19:22 hello May 10 05:19:41 power ic can be damaged or not? May 10 05:22:04 hello everyone! I'm trying to boot a beagleboard using an SD card and when I connect to a monitor using an HDMI to VGA converter, there is no display output. I copied the Angstrom TI GNOME 2012 image using image writer as describe in http://beagleboard.org/Getting%20Started#update so I guess that's right. Is it safe to assume the board might be faulty? May 10 05:33:48 you cant connect hdmi to vga May 10 05:33:54 hdmi to dvi ok May 10 05:33:56 hdmi to vga no May 10 05:38:32 nyt-: Oh I didn't know that! Is it something specific to the beagle boards? May 10 05:38:59 it'd have to regenerate the vga signals from the hdmi digital May 10 05:39:03 I've used the converter to connect a Raspberry Pi before so I assumed it would work(probably shouldn't have done so). May 10 05:39:25 go buy a decent monitor May 10 05:39:29 and a network switch May 10 05:39:30 :) May 10 05:40:32 (stduent here) wish I could afford one :) May 10 05:41:03 I guess I'll look for an HDMI to DVI converter. May 10 05:41:58 So even using an HDMI to VGA converter with a beaglebone black wouldn't work I suppose? May 10 05:42:32 no May 10 05:42:39 vga - analogye May 10 05:42:45 hdmi - digital May 10 05:42:55 analogue* May 10 05:43:01 yup got it :). May 10 05:43:28 thanks veremit and nyt-! May 10 05:44:02 the beagle needs to detect the display its connected to .. which is typically done over a specific protocol as part of the hdmi May 10 05:44:42 I see and probably the HDMI to VGA converter I'm using doesn't do that translation properly. May 10 05:44:58 I think its entierly different for vga May 10 05:45:28 if indeed its present May 10 05:48:29 Apparently the conveter shown here works: http://papermint-designs.com/community/node/276. May 10 05:48:41 go for it then May 10 05:50:52 Yeah I'll check it out. Thanks again veremit! May 10 05:51:30 just remember everything won't be a complete walk in the park .. but an interesting and rewarding learning experience lol May 10 05:53:01 Yeah - I've not worked on hardware a lot so it's going to be extra interesting I suppose :). May 10 06:14:35 ok time for sleep .. niters. May 10 06:16:17 ok time for sleep .. niters. May 10 09:02:04 hi guys, when I try to do echo bone_pwm_P9_14 > /sys/devices/bone_capemgr.9/slots all is okay, but if I try to somethin with a pin from P8 like echo bone_pwm_P8_14 > /sys/devices/bone_capemgr.9/slots beaglebone will restart itself, what's wrong? May 10 09:02:38 Angstrom is on the board May 10 11:57:50 hello , i cannot register my project via beagleboard.org, gives me login then error finding page May 10 11:59:34 hello May 10 12:38:33 Hello May 10 13:41:15 hei - is this the proper channel for "howto use beagle bone black to control a servo motor example"? I am looking int a nice guide into bbb. May 10 13:41:53 (using c++) May 10 18:48:02 HI May 10 18:48:32 Wondering if there is a good tutorial that goes with this board May 10 18:49:37 Tutorial to do what with it? May 10 18:50:32 so many choices. May 10 18:53:52 I'm cross compiling the beaglebone kernel. Both my host and target is Debian. I only see gcc eabi on my host, but the beagle is using gcc eabihf. Is this going to be a problem? May 10 18:54:25 probably .. one is hardware floating-point, the other software May 10 18:54:28 most likely May 10 18:55:27 That's what I thought. Am I going to need to build gcc eabihf from source then? I haven't had any luck finding a precompiled package. May 10 18:55:44 Probably. May 10 18:56:41 blarg. ok then May 10 19:02:58 rocky|quadcopter ... the linaro toolchain is known to be quite reliable May 10 19:03:06 if you use gentoo, you can build your own May 10 19:03:21 using crosstool May 10 19:03:57 I'm actually on arch right now. I was going to build it on my debian vps because it had cross compiling tools readily available, but they aren't the right abi May 10 19:07:40 depends on the vps .. don't think anyone's created a bespoke beagle one yet :) May 10 19:11:13 it may be insane, but I'm going to go ahead and try building the kernel on an eabi compiler. May 10 19:11:28 its gonna hurt ;p May 10 19:11:31 and probably not work :D May 10 19:12:41 https://launchpad.net/linaro-toolchain-binaries/trunk/2013.10/+download/gcc-linaro-arm-linux-gnueabihf-4.8-2013.10_runtime.tar.bz2 May 10 19:12:49 you know you want to :P May 10 19:13:26 yeah, that'll be easier. does it matter that the debian on beaglebone doesn't use linaro? At least it doesn't appear to use it. May 10 19:13:56 doesn't matter .. its binaries .. so you just unzip them .. and make sure you set path or prefix your CC May 10 19:14:11 or that it's on a different gcc versions? May 10 19:14:28 uhm yeah .. not sure what the beagle distro -does- use .. but I've compiled a stack of kernels with linaro no probs May 10 19:14:41 I'd be surprised if it wasn't .. given RCN's involvement May 10 19:15:00 I'll give it a shot then. Thanks veremit! May 10 19:15:17 np May 10 19:15:20 good luck! May 10 19:15:51 thanks. I'm generating setup instructions for my quadcopter senior design project. May 10 19:16:05 this will definitely be less painful for the enduser than compiling their own gcc May 10 19:17:33 wait now, this is just kernel modules... May 10 19:18:35 sorry possibly wrong link May 10 19:18:40 there's a bloody stack on the linaro page May 10 19:18:52 I just wget but I don't have that system in front of me. May 10 19:19:44 I think I found them May 10 19:20:38 Hello - can someone explain me how to run xenomai kernel on bbb? And if i can use the internal storage? Cant find a good docu :( May 10 19:21:25 Guest10260: I'm actually setting up xenomai as we speak. May 10 19:21:32 good timing! May 10 19:21:43 Great =) May 10 19:21:44 here's the guide I'm following: http://brunosmartins.info/xenomai-on-the-beaglebone-black-in-14-easy-steps/ May 10 19:21:56 so far it's been smooth, besides getting the right compiler. May 10 19:22:14 Yeah this i found too but got failure by compile the kernel May 10 19:22:22 at what stage? May 10 19:22:50 Step 9 May 10 19:23:23 let me be more specific. What was the message when it failed? If it's long, use pastiebin May 10 19:23:46 Wait have to start linux May 10 19:27:30 I'll start from step 1 again May 10 19:30:10 fyi .. if you wanna build a kernel for ya beagle .. highly recommend the instructions at http://eewiki.net/display/linuxonarm/BeagleBone+Black May 10 19:31:03 if you're really lucky .. the author visits here occasionally :) May 10 20:07:50 veremit: I don't think this is linaro specific, but even when I go to the bin directory, run ./arm-linux-gnueabihf-gcc, bash reports that the file doesn't exist. Ideas? May 10 20:08:02 It clearly exists. May 10 20:08:09 you'll need to set a make variable May 10 20:08:22 to even be able to run it alone on the command line? May 10 20:08:32 something like CC=prefix-eabi-blah-blah- make May 10 20:08:40 I think so May 10 20:09:15 rocky .. take a look at .. http://eewiki.net/display/linuxonarm/BeagleBone+Black May 10 20:09:36 you don't need the uboot bits obviously May 10 20:09:46 and dont worry so much about RN's patches .. May 10 20:10:13 I am looking at it. I followed the directions for downloading and extracting linaro May 10 20:10:21 I set CC May 10 20:10:50 but when I run their test it fails. When I cd to its bin directory, and try running it their, it still fails. May 10 20:11:02 bash claims the files doesn't exist. I'm not sure why it can't see it. May 10 20:11:06 ${CC}gcc --version ? May 10 20:11:11 sounds like you need ia32 support or its or a dif architecture May 10 20:11:19 last or should read for May 10 20:11:24 ah .. have you got ia32-libs ? May 10 20:12:39 no, I don't... I just tried installing them, and apt is saying it can't meet some dependencies. I can take care of this myself (probably) May 10 20:12:59 what dist? May 10 20:13:06 sounds broke May 10 20:13:19 it's debian, but I'm still on the vps. It doesn't use the main debian repos. May 10 20:13:36 fun :) May 10 20:13:41 I know, right? May 10 20:13:50 maybe I should just build it on my laptop. Arch is nice. May 10 20:14:09 probably easier :) May 10 20:14:14 yeah May 10 20:16:28 isn't ia32 itanium? May 10 20:16:56 its 32bit libs for 64 bit systems.. the toolchain is only 32bit May 10 20:17:03 dunno why there isn't a 64bit version yet May 10 20:17:27 but I'm under the impression that ia is for itanium. That is an entirely separate architecture from x86 May 10 20:17:46 think thats a mis-noma lol May 10 20:17:46 its not May 10 20:18:46 well in any case, it is working on arch May 10 20:19:26 ia = intel architecture May 10 20:21:06 dunno where you got itanium from =] May 10 20:21:09 yay wikipedia May 10 20:21:15 Yeah, idk. May 10 20:21:30 what's the prefix for itanium then? May 10 20:21:36 slow typing atm, on phone using android irc lol May 10 20:21:43 itanium oh god uhm May 10 20:21:51 it's ok. And thanks for all the help guys May 10 20:22:06 ia-64 May 10 20:22:07 lol May 10 20:22:14 well there's the confusion! May 10 20:22:17 itanium architectur ehaha May 10 20:22:27 I'm gonna be afk for a bit. May 10 20:22:29 not to be confused with x86_64 May 10 20:22:56 itanium flopped May 10 20:31:53 I think even I got that lol .. May 10 20:32:43 yay patching finished. That always takes awhile May 10 20:37:23 and off goes the compilation! May 10 20:51:04 rocky .. know any good xyz-linux -> arch overview .. wanna get starte with arch .. been using gentoo, but the whole compiling thing every week just doesn't happen May 10 20:51:17 I see network interfaces are called something odd already :( May 10 20:51:39 I bet init system is different May 10 20:51:43 veremit: like wlan0 becoming something like wlp3s0? May 10 20:51:48 arch uses systemd May 10 20:51:48 yea May 10 20:52:05 *groan* guess I might have to just take the plunge May 10 20:52:13 the interface thing is so that they are stable. You might have, for example, eth0 become eth1 on different boots May 10 20:52:22 oh its terrible May 10 20:52:30 udev should fix that though .. theoretically May 10 20:52:41 this way if you have firewall settings bound to a particular interface, you can count on it staying the same. May 10 20:52:43 what's terrible? May 10 20:53:07 having a build eg. on a stick .. plugging it into a system .. eth5 shows up -sigh- May 10 20:53:26 thats udev rules .. delete them and its eth0 :D May 10 20:53:33 heh May 10 20:53:37 anyway May 10 20:53:47 the arch wiki is very good. May 10 20:53:58 yeah I've read a lof of it for other reasons May 10 20:54:20 it seems like almost every package has a page, and most have very good docs for at least basic usage May 10 20:54:24 and configuration May 10 20:56:05 hmm I know what to do .. baptism of fire .. new work pc ..will be arch .. eek :D May 10 20:56:17 you'll be fine :) May 10 20:56:24 Ill do one last build of gentoo May 10 20:56:47 been using my debian box .. not too bad .. xfce so much slicker than kde lol May 10 20:56:57 but I miss a few kde features May 10 20:56:58 I use xmonad personally May 10 20:57:22 there you are zImage. May 10 20:57:48 you ok with a zimage? I found how to make it a uimage once May 10 20:58:01 you just say make uImage. It's no secret May 10 20:58:19 yeah lol but you need the package which makes the U bit :p May 10 20:58:28 ? May 10 20:58:31 oh May 10 20:58:32 right May 10 20:58:34 :) May 10 20:58:36 yup May 10 20:58:38 that's uboot isn't it? May 10 20:58:42 or something else May 10 20:58:42 think so May 10 20:58:46 not done it for a while May 10 20:58:49 meh May 10 20:58:52 zImage will work fine May 10 20:58:53 zImage ftw May 10 20:59:02 as long as ua uboot supports it :) May 10 20:59:03 I don't really care either way as long as it works May 10 20:59:08 yup May 10 20:59:16 ok, here we go! May 10 20:59:26 GONNA INSTALL THE #(*$# OUT OF THIS KERNEL! May 10 21:00:35 why is the debian installation so big..... May 10 21:00:58 It'd be nice to have have an image without the gui May 10 21:01:08 I've only over used it once. It was way to slow. Terminals ftw May 10 21:01:10 yeah .. rcn's minimal is fine :) May 10 21:01:21 eewiki.net .. again ;) May 10 21:01:25 look for rootfs section May 10 21:01:29 all tar'd ready to go :D May 10 21:01:50 I'd like to avoid using a non-standard debian installation though May 10 21:02:29 I guess it's already nonstandard with the xenomai built in, but at least it's still working off the same base as the offical installation May 10 21:02:59 where do the kernel modules install to? May 10 21:04:03 meh May 10 21:06:07 * rocky|quadcopter is starting to think he should just provide an image and instructions for flashing it. May 10 21:08:40 /lib/modules, generally May 10 21:09:13 I mispoke. Where do they compile to. But I just mounted my target over sshfs and used make to install them instead May 10 21:09:21 if you do standard debian install, uncheck everything but whatever it calls base, plus maybe "ssh server" May 10 21:09:24 rather than manually figuring it out May 10 21:10:41 pjustice: I'll take a look May 10 21:11:04 oh you'll need to find . -name "*.ko" May 10 21:11:08 they're in every driver folder May 10 21:11:15 I just used the make May 10 21:11:17 it did it for me. May 10 21:11:18 yup May 10 21:11:21 easy enough May 10 21:11:25 make modules_install :) May 10 21:11:31 indeed sir May 10 21:12:02 there is only 20MB of space left on the bone. May 10 21:12:15 gonna go uninstall stuff May 10 21:13:11 lol yeah you don't wanna build/etc all the other crap on there May 10 21:13:26 just the minimal stuff you NEED on the beagle itself :p May 10 21:13:53 pjustice: I tried removing the group x11, but for some reason it wanted to take node with it May 10 21:14:11 lol dont waste your time May 10 21:14:16 with arch May 10 21:14:16 rofl May 10 21:14:24 >.> May 10 21:14:25 just use buntu and deb and be happy everything works May 10 21:14:48 just usng arch to cross-compile .. leave the bloke alone :P~ May 10 21:14:55 rofl . chanserv shutting down May 10 21:15:05 rocky|quadcopter, trying to remove groups after the fact is usually like that May 10 21:15:30 buntu has good xcompile May 10 21:15:32 better than deb May 10 21:15:38 I've tried debian, ubuntu, opensuse, fedora, mint, and surely many others. I'm happiest on arch. May 10 21:16:28 i have to run thousands of servers, anything other than ubuntu or debian makes me want to dropkick a puppy May 10 21:16:47 I can understand that on a server. May 10 21:16:53 But for a PC, arch does fine. May 10 21:17:00 ahhh May 10 21:17:01 see May 10 21:17:04 i <3 linux and all May 10 21:17:06 but wont run it on thed esktop May 10 21:17:23 but right now i have like 6 terminals open May 10 21:17:29 ubuntu and debian are doing their best to make me want to dropkick puppies on servers too, these days, but that's beside the point May 10 21:17:40 pjustice: upstart ;) May 10 21:17:45 haha why for you? May 10 21:17:47 this is why we can't have nice things May 10 21:18:00 i had some fun last night on a buntu box with apparmor disabled May 10 21:18:07 apparently mysql start loads apparmor profile May 10 21:18:07 dependency hell, desktop crazy, replcaing perfectly functional stuff like init May 10 21:18:13 without apparmor, script fails, fails to start May 10 21:18:40 and don't get me started about the client side font *(#%^&*() May 10 21:18:55 lol May 10 21:18:57 fonts May 10 21:19:08 though that's not an issue on our servers May 10 21:19:17 Let's see if it'll boot on xenomai! May 10 21:20:58 so someone actually used my library to build something finally May 10 21:21:04 wooooooo May 10 21:21:11 which library? May 10 21:21:18 working pipboy with rad detection, gps, music playing, touch screen, etc May 10 21:21:24 http://github.com/notnyt/beaglebone May 10 21:22:09 it booted! May 10 21:22:30 *sigh of relief* May 10 21:27:01 now I just need to build the userspace stuff May 10 21:29:42 ls May 10 21:29:47 you find ubuntu is secure enough for a server? May 10 21:29:56 depends on ya server I gues .. I contemplated it for a while May 10 21:30:05 company VPS is CentOS though May 10 21:30:10 I'm using debian minimal for my server right now May 10 21:30:11 wb Chanserv! May 10 21:31:19 I like it because it is minimalistic. I know all the processes and why they are running. May 10 21:32:34 woo May 10 21:32:36 xenomai is working! May 10 21:32:47 Guest10260: May 10 21:33:08 cool .. grats .. what extras did you need, out of interest? May 10 21:33:10 to the kernel? May 10 21:33:28 I'm not sure what you mean. I just needed xenomai May 10 21:33:33 for the quadcopter May 10 21:36:20 i run custom stuff for systems that need real security May 10 21:36:24 grsec with rbac May 10 21:36:34 i have code in grsec lol May 10 21:44:49 yeah, just removing the x11 group took out way more than it needed to. May 10 21:44:58 seriously, how is the PRU involved with x11. May 10 21:46:45 so guess who is going to be reinstalling debian! May 10 21:46:55 I might take you up on that advice veremit May 10 21:48:05 does rcn's minimal completely minimal? Or does it include support for beaglebone features like PRU May 10 21:48:22 dunno actually May 10 21:48:27 I should imagine so May 10 21:48:37 could try the comments see if anyone has posted May 10 21:48:47 if not .. can't be difficult to reinstate May 10 21:49:22 shouldn't be. My kernel I built has it, so it yeah, it shouldn't be bad May 10 21:52:13 It doesn't look like it actually removed the PRU stuff. Weird. May 10 21:52:38 heh, but openssl is a heartbleed vulnerable one May 10 21:53:50 let's see if I can get the quadcopter to fly on this May 10 21:54:12 or at least see if the PRU is working. If it is, then everything else should fall into place. May 10 21:54:23 kewl May 10 21:54:41 ok I badly nee d to stretch .. this is a FAR from optimal configuration for long0term use of my laptop lol May 10 22:08:40 oh. right. I need to disable the hdmi cape May 10 22:09:18 hiya, could someone please advice on what's currently the best source to download latest Angstrom images for orig beaglebone? Primary (http://downloads.angstrom-distribution.org/demo/beaglebone) repeatedly drops connection after ~50%, S3 mirror full of broken links, Beagleboard mirror itself a 404... what gives? May 10 22:12:57 wouldn't go for angstrom anymore toxmeister .. debian is the new build May 10 22:13:07 although .. original beagle? May 10 22:13:33 might be caught out there May 10 22:14:16 veremit: thx, has it got cloud9 pre-installed too? (i know it's easy to install, but this isn't for me...) May 10 22:14:39 no idea I'm afraid May 10 22:14:52 why would debian not work on orig BB? May 10 22:15:10 absolutely no reason .. that I can think of .. processor the same :) May 10 22:15:52 will give that a go... merci! May 10 22:16:48 be warned .. I have beenknown to be wrong .. lol :D May 10 22:17:18 without Mr Kridner .. I don' tknow what he Official Beagle line is .. lol May 10 22:19:34 * veremit snickers and heads to kitchen to make coffee May 10 22:23:00 yay, the pru is working! May 10 22:23:07 not on rcn's build, I haven't tried that yet May 10 22:25:43 veremit: does rcn have stuff for booting off of emmc? May 10 22:25:51 as in? May 10 22:26:14 he's got a script at the bottom for copying uSD to eMMC .. since you install to uSD in the first place May 10 22:26:14 installing the system to emmc instead of the sd card. I'm not entirely sure what to do differently May 10 22:26:23 oh. derp. May 10 22:26:25 :) May 10 22:26:55 I judged it too quickly. I thought it was just for mounting the emmc May 10 22:26:59 so .. I boot up, ssh in .. scp the script .. run it May 10 22:27:15 Aaaaaand wait :D May 10 22:27:45 its not too bad .. I think he lights all the LEDs at the end as before May 10 22:27:54 ok May 10 22:27:57 you just gotta remember to power cycle it .. but there's a message about that May 10 22:29:12 Does he have prebuilt images? May 10 22:29:23 not that I know of .. May 10 22:29:47 but I was under the impression he was involved in the debian transition May 10 22:31:28 he does May 10 22:31:34 at least it appears so May 10 22:34:16 veremit: https://rcn-ee.net/deb/rootfs/wheezy/ May 10 22:34:28 prob no kernel? May 10 22:34:31 they contain scripts for setting up an sd card May 10 22:34:35 ah May 10 22:34:45 I've never really dug around May 10 22:34:47 or tested any May 10 22:34:55 when I build myself I know what I'm using :) May 10 22:34:57 well I'm about to test it May 10 22:35:13 although I wish he hadn't tagged every driver under the sun + more ... but I heard his argument out lol May 10 22:35:15 I want to avoid that as much as possible to keep the guide simple May 10 22:35:25 sure May 10 22:37:29 why is it still syncing. There is no dirty mem May 10 22:38:52 let's see if it boots! May 10 22:42:18 looks like it did, though it appears to be truly minimal. No ssh yet May 10 22:42:28 no uio_pruss May 10 22:42:51 not even anything for ethernet! May 10 22:42:54 wow May 10 22:43:01 a bit too minimal if you ask me May 10 22:43:27 though I might just need to rtfm May 10 22:47:14 lol May 10 22:47:22 pruss probably not there .. ethernet and ssh are May 10 22:47:27 in the images I've used May 10 22:48:13 not in this one :/ May 10 22:48:20 bleh May 10 22:48:38 I'm gonna go fly the damn thing May 10 22:48:48 hehehe May 10 22:48:55 sure you'll figure it :D May 10 22:49:36 nope, one of my teammates removed the hardware attatching the bone to the quad. May 10 22:49:46 it is not apparent where he put it May 10 22:50:01 ooops May 10 22:52:30 veremit: pm? May 10 22:52:35 sure May 11 01:17:30 Hi May 11 02:14:13 good evening May 11 02:15:48 i have a beagleboard rev c4 and i'm unable to get the host usb port to work May 11 02:15:54 any suggestions? May 11 02:16:21 does anyone have a working rev c4 board? May 11 02:20:57 definitely the host port .. wiht a client device? May 11 02:21:03 not the otg port :p May 11 02:23:33 correct. i've tried connecting keyboard, mouse, wifi adapter, hub ... May 11 02:23:41 nothing powers up or shows up in dmesg May 11 02:23:58 did you plug it in before or after booting? May 11 02:24:05 tried both May 11 02:24:31 and the board definitely works, comes up with the beagle display on a hdmi-monitor? May 11 02:24:38 or via web page May 11 02:24:57 lots of happy flashy leds? May 11 02:25:07 correct May 11 02:25:17 i usually talk to the board over serial interface May 11 02:25:26 on the debug header? May 11 02:25:48 i've plugged it in over hdmi and seen stuff on my tv, but without a keyboard and mouse i can't do anything May 11 02:25:56 newp gotcha May 11 02:26:13 does sound like a dead host port May 11 02:26:29 but I know that damn port has issues lol May 11 02:26:44 i'm using the rs232 port located next to the sdcard May 11 02:26:56 the what!? May 11 02:27:08 not the Black then? May 11 02:27:22 nope, beagleBOARD rev C4 May 11 02:27:45 my bad lol May 11 02:27:55 principle should be the same though May 11 02:28:15 a few years old at this point, i've never gotten it to work right, last fall i finally found a set of files that allowed me to boot but i'm just now getting around to playing with it some more May 11 02:28:56 i tried google'ing the issue a few nights in a row but nothing turned up May 11 02:28:59 usb host ports been quite troublesome with the am335x processors .. driver issue May 11 02:29:07 not sure if it's hardware related or i just can't find the right files May 11 02:29:17 sad :( May 11 02:29:17 can you try a new image? May 11 02:29:31 i've tried both ubunut and angstrom for the file system May 11 02:29:43 usually it works if you power up with usb keyboard attached .. but then I only used the bone-black May 11 02:29:46 wondering if it's the files in the boot partition May 11 02:31:03 check dmesg for any usb issues .. mighta disabled the controller due to 'babble' interrupt May 11 02:31:08 or something May 11 02:34:24 haven't seen anything like that but i can try looking again for sure May 11 02:35:35 it'll be something weird .. beagle issues usually are .. lol May 11 02:36:12 so i'm realizing May 11 02:36:34 i've used both the rip and beagle bone as well and even the bone is ridiculous at times May 11 02:36:57 *rpi May 11 02:37:48 not done anything much with the Pi .. a fair bit wtih the BBB just with the linux bits (and a bit of LVDS conversion) May 11 02:38:04 imx6 is my fav. platform atm May 11 02:38:19 check out the wandboard :) wandboard.org May 11 02:50:49 i only see two things when i do an lsusb May 11 02:51:11 root@arm:~# lsusb Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub May 11 02:51:18 root@arm:~# lsusb -t /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=musb-hdrc/1p, 480M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-omap/3p, 480M May 11 02:51:42 and this is what's in dmesg May 11 02:51:44 root@arm:~# dmesg | grep usb [ 0.194763] usbcore: registered new interface driver usbfs [ 0.194885] usbcore: registered new interface driver hub [ 0.195129] usbcore: registered new device driver usb [ 0.195617] musb-omap2430 musb-omap2430: invalid resource [ 0.218475] musb-omap2430 musb-omap2430: musb core is not yet ready [ 0.218536] twl4030_usb twl4030_usb: Initialized TWL4030 USB module [ 0.278259] usbhs_o May 11 02:56:21 "not yet ready" eh? May 11 02:56:52 so it says May 11 02:56:56 anyidea? May 11 02:57:06 nope .. but its a starting point :) May 11 02:57:21 never seen omap2430 though May 11 02:57:35 "invalid resource" look suspicous May 11 02:57:52 wonder if its got discrete usb on that board? May 11 02:57:57 bbb it uses the processor one May 11 02:58:26 hmmm May 11 02:59:00 my guess is once some of that lot is fixed .. you should have working usb ;) May 11 02:59:23 troubleshooting kernel drivers .. oh fun that it is. **** ENDING LOGGING AT Sun May 11 03:00:00 2014