Other Parts Discussed in Thread: CSD
Dear TI team,
You can refer to the link below to understand my problem. I have encountered the same problem as this person.
I have confirmed that the md5 value of MLO is correct. As long as I start the device through the SD card, perform the following steps, then unplug the SD card, power on AM5716, the device will boot normally:
mount /dev/mmcblk1p1 /mnt/emmc
cd /mnt/emmc
cp MLO MLO-bake
rm MLO
mv MLO-bake MLO
umount /mnt/emmc
