On Fri, Jan 20, 2017 at 5:15 PM, William Hermans <[email protected]> wrote: > Something that does come to mind is that there is a service that runs a set > of "generic" scripts at boot. One of these scripts does attempt to run > g_ether , or perhaps g_multi on the USB OTG interface. This kernel module I > believe is not the same as the as the host kernel module that would have to > run on the host board. It's been a while since I've messed with all this > though . . .
The whole musb/otg setup is just weird.. I revisited this again last week on the xM, when setting up a production tester.. To use the port as a host, and plug in a (usb flash drive for example), you need to modprobe one of the gadget drivers (g_ether for example).. then the usb port also comes alive and detects the usb flash disk.. A trick I use to do on the xM, just build-in the g_ether driver, while you then can't change it later while running, the usb host port always on kernel bootup.. 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/CAOCHtYjqHOGNnWMXQznbhd%3DFc8d-Q1OqfBk2w6WYR6Uk%3D4uvKQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
