This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM437X: How to implement USB Ether in U-boot

Part Number: PROCESSOR-SDK-AM437X


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)

Our prototype board is equipped with eMMC, and the execution image is stored in the eMMC.
I'm currently using a USB SD card reader to copy the image from the SD card to eMMC.
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
Best regards,
Kazu