On Fri, Jan 30, 2015 at 12:40 PM, RFA <[email protected]> wrote: > Hi Robert, > > Thank you for your work in all these images. > > I just flashed my BBB with the image: > BBB-eMMC-flasher-debian-7.8-console-armhf-2015-01-27-2gb.img.xz > > My first problem is that usb0 is not detected, so I can't set up USB > networking. I thought this was an issue only with the recent kernels and not > with any of the 3.8.13x. > > Can you suggest some way to solve this issue, should stick with the latest > official image from beagleboard.org, or should I try to build the image > myself? > The main reason I avoid the official image is because I want a system with > just the console and a basic set of installed packages, so I install only > what is really necessary for my applications.
So i just fixed this about an hour ago, "g_ether" wasn't working the way i wanted vs how "g_multi" had been working in the dual partition setup... https://github.com/RobertCNelson/boot-scripts/commit/e6fd16e64a43b2c68b392a6f6c1c092848974248 Since git isn't installed, you need to manually: cd /opt/scripts/boot/ rm am335x_evm.sh wget https://raw.githubusercontent.com/RobertCNelson/boot-scripts/master/boot/am335x_evm.sh The "console" image still doesn't have "udhcpd" installed, so you'll still have to manually add that.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
