On Tue, Mar 4, 2014 at 4:34 PM, rdbirt <[email protected]> wrote: > So if I build a uImage and load it directly from u-boot and run it with: > > fatload mmc 0 0x80300000 uImage > bootm 0x80300000 > > then the kernel boots and I can get a command prompt. The USB phy is not > found, however, so no network is available. Anyone have a fix for that?
usb was fixed in v3.13.x, so no external patches are required, so just compare your config with: https://github.com/RobertCNelson/armv7-multiplatform/blob/v3.13.x/patches/defconfig 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/groups/opt_out.
