Tool/software: Linux
Hello! Currently my board(AM572X Industrial EVM ) is booted from the sd card, but I want it to be launched from the qspi flash. So I downloaded TI's original MLO
and u-boot.img to the memory via the tftp command, and then used sf related commands to write it to the address corresponding to
qspi flash. After this was all done, I unplugged the sd card and restarted the board. It recognized that it was booted from qspi
but there was an error in the boot process. The printed information is as follows:
U-Boot SPL 2018.01-00228-gb1361bb-dirty (Oct 27 2018 - 13:41:21)
DRA752-GP ES2.0
Trying to boot from SPI
Invalid bus 0 (err=-19)
SPI probe failed.
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
So what could be the reason for this error? And how to solve it?