Hi All,
I am trying to use USB0 to detect my USB Thumb Drive in U-Boot prompt but no luck. I can detect USB Thumb Drive on USB1 but not USB0. Can anyone give me some tips to make it become HOST from Peripheral?
Here are the changes on Hardware and Software.
Hardware:
Grounded ID-pin and supply 5V to USB0_VBUS.
Software:
Change the USB0_MODE from MUSB_PERIPHERAL to MUSB_HOST
Note: I have tested the Hardware modification where I can detect USB Thumb Drive in Kernel Space when it is fully booted up.