Hi,
My customer is asking how to access USB media from u-boot.
Software is SDK Linux v8.0.0.21.
Hardware is GPEVM.
Suppose u-boot is booted from SPI-Flash, access to eMMC or SD card can be done by below command.
=> fatload mmc 1 0x80000000 uEnv.txt
Customer tried similar way for USB media, but it did not work.
=> fatload usb 0 0x80000000 uEnv.txt
=> usb info
USB is stopped. Please issue 'usb start' first.
=> usb start
starting USB...
No working controllers found
=> usb storage
USB is stopped. Please issue 'usb start' first.
What is wrong with this method?
Thanks and regards,
Koichiro Tashiro