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.

Compiler/TDA2SG: eMMC boot Partition cannot work success

Part Number: TDA2SG

Tool/software: TI C/C++ Compiler

I set the board boot from emmc from user data area ,and it is ok.

then  I  want to flash my MLO in the emmc boot Boot Partition  1  or 2,  then I do that:

echo 0 > /sys/block/mcblk0boot0/force_ro

dd if=ML0 of=/dev/mmcblk0boot0 bs=1K

then I reboot the system,but it cannot work success.it looks like it cannot load MLO from mmcblk0boot0,

what I do error?