I'm developing on the Beaglebone and building my system with Buildroot. I know that my USB Host (USB1) port is not getting supplied with power and that the USB1_DRVVBUS signal is low. How do I dynamically affect this? I want to turn on the 5V0 supply for the port.
Inside of linux-menuconfig, what device drivers do I need to have installed as part of my system to support USB host? EHCI? OHCI?
Do I need to have USB Gadget Support? (If so, why?)
--> Do I need to have USB Gadget Support + Inventra Highspeed + TI81XX onward selected. (Again, why would I need this?)
I have not found any information on the regarding this. It seems like it should be really straightforward to turn on USB Host power.