Tool/software:
I am using the AM62L E1 EVM. But, I am unable to perform EMMC boot using custom appimages instead of the default tiboot3.bin and appimage.
What do I need to do for this process?
This FAQ is specifically written for the AM62L E1 EVM.
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.
Tool/software:
I am using the AM62L E1 EVM. But, I am unable to perform EMMC boot using custom appimages instead of the default tiboot3.bin and appimage.
What do I need to do for this process?
This FAQ is specifically written for the AM62L E1 EVM.
EMMC boot mode testing process using SD Card:
echo 0 > /sys/block/mmcblk0/force_ro
mount /dev/mmcblk1p1 /mnt/sdboot
mount /dev/mmcblk0 /mnt/mmcboot
dd if=empty.release.appimage.hs_fs of=/dev/mmcblk0 seek=0 bs=512
dd if=gpio_led_blink.debug.appimage.hs_fs of=/dev/mmcblk0 seek=1024 bs=512
mmc partconf 0 1 7 1 mmc bootbus 0 2 0 0