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.
Hi TI Experts,
My customer wants to use EMMC boot to boot Uboot, then load the kernel image from the USB mass storage to boot kernel.
The detailed procedure is shown below.
May I know the feasibility to boot according to this procedure?
Thanks a lot!
Kevin
Hi Kevin
Yes the above approach is feasible.
What is the USB mode they are using(HOST/peripheral/OTG).
They need to enable the USB mass storage along with the host controller in the uboot in order to read the kernel, dtb , filesystem.
after that you can modify the bootcmd to boot from the USB instead of emmc.
Regards
Diwakar
Hi Kevin
Hi Diwakar
I'm "the customer. :)
We are planning to use host mode for now.
Thanks for your help!
Daniel