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?