Hello Sitara fighters.
I am developing a system using the SDK(*) on a custom board we developed.
(*):PROCESSOR-SDK-LINUX-RT-AM437X(06.03.00.106)
Now, I'm using the U-boot command and a USB SD card reader to copy the image from the SD card to the eMMC.
Because, our prototype board has only two external interfaces:
- UART0
- USB0 (HOST: USB0_ID=Low(fix))
Since it takes time to write, I am investigating whether it is possible to implement a USB (HOST)-Ether gadget into U-boot.
The URL below may be helpful, but if you have more detailed information, I would be grateful if you could give me some advice.
https://github.com/lentinj/u-boot/blob/master/doc/README.usb
Kazu