On Fri, Jan 16, 2015 at 7:23 AM, Steve Osselton <[email protected]> wrote: > I have been maintaining an up to data Ubuntu 14.04.1 image and TI kernel on > an SD card > then flashing to the eMMC using bbb-eMMC-flasher-eewiki-ext4.sh > > Now when I do this the Bone appears not to have USB ethernet after rebooting > to eMMC, > am pretty sure this has worked previously. Booting from SD card and USB > ethernet starts fine. > Bote that bone is actually booting OK from eMMC as can connect via wired > ethernet. > > Any ideas what is happening here?
That's expected... You ran "bbb-eMMC-flasher-eewiki-ext4.sh" which creates a 'single' ext4 partition. The g_multi driver only works with two or more partitions, thus the logic just enables g_serial in that situation: https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L84 under: /opt/scripts/boot/am335x_evm.sh 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.
