On Thu, Dec 22, 2016 at 7:58 AM, Jeremy Herbert <[email protected]> wrote: > Just as an update, unloading the g_ether and loading g_serial results in a > working serial port at /dev/ttyGS0. Of course, the usb ethernet doesn't work > after this, and the modules can't be loaded at the same time.
You can see the logic here: https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L389-L424 g_multi requires a file option, and the console image lack's a 2nd partition, img file etc... So it defaults to g_ether. Moving to configfs usb will fix this but i'm just starting to figure configfs out.. https://github.com/RobertCNelson/boot-scripts/blob/master/boot/omap3_beagle.sh#L44-L86 So till then, grab the "iot" image.. Regards, -- Robert Nelson https://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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYg7teCjumCNyCrKiKCPwWykzWjP0ijCz_ic%2BKKQv3a1mA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
