Hi David,
[quote user="David"] How should I modify the U-boot bootcmd script to select Flash boot? [/quote]
Using setenv and printenv, you can change and view the command scripts on environmental variables. For SPI booting, you try like below:-
K2HK EVM # setenv bootcmd 'run ${burn_uboot}'
K2HK EVM # saveenv
Use printenv to see the list of varaibles and it's expansion.
K2HK EVM #printenv burn_uboot
Regards,
Shankari
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
--------------------------------------------------------------------------------------------------------