Tool/software:
Hi,
Our product uses the AM5728 EVM reference board. We have flashed the EMMC with version 09_03_06_05 of the SDK. We can boot to the EMMC correctly and everything works.
Going forward we would like to use the SD card to store configs and other data. The problem is when we have a blank SD card inserted and try to boot from the EMMC, the boot fails and the device gets into a reboot loop.
Upon further investigation the SPL interrogates the SD card, which is OK. However when when it comes back to the EMMC it chooses the wrong hardware partition, preventing a successful boot.
MLO and uboot.img are in the boot0 hardware partition of the EMMC.The kernel is in the user partition.
How do we configure the SPL to resume booting from the boot0 partition after checking the SD card?
Tim