I am currently working with the iMX6 Solo platform and Yocto, and I am trying to boot to a Linux kernel on a USB thumb. I have been tying to enable usb support in u-boot, but I have not had any success yet.
What steps are taken to enable USB in u-boot for a Yocto build? I would appreciate any guidance.
Thank you,
Brendan
Hi Brendan
uboot supports common usb commands, like usb start, fatls, fatload, read
described in
u-boot/README.usb at master · lentinj/u-boot · GitHub
https://boundarydevices.com/u-boot-usb-mass-storage-gadget/
though I am afraid booting a Linux kernel fom a USB thumb is not
supported.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------