请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:AM62L工具/软件:
我使用的是 AM62L E1 EVM。 但是、我无法使用自定义 appimage(而不是默认的 tiboot3.bin 和 appimage)执行 EMMC 引导。
此过程需要做些什么?
此常见问题解答专门针对 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.
使用 SD 卡的 eMMC 引导模式测试过程:
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