Hi, Jinlong,
我感觉你好想烧写错了image,你检查一下!在我们开发板的DEMO image中,你可以比较列表里烧写的文件:
(I think you want to burn the wrong image. Check it! In demo image of our development board, you can compare the files burned in the list.)uuu-android-mx8mm-evk-emmc.lst中:
uuu_version 1.1.81
# uuu scripts for imx8mm Android maddev_pi9.0 eMMC
SDP: boot -f u-boot-imx8mm-evk-uuu.imx
# This command will be run when use SPL
SDPU: delay 1000
SDPU: write -f u-boot-imx8mm-evk-uuu.imx -offset 0x57c00
SDPU: jump
# This command will be run when ROM support stream mode
# SDPS: boot -f u-boot-imx8mm.imx
FB: ucmd setenv fastboot_dev mmc
FB: ucmd setenv mmcdev 1
FB: ucmd mmc dev 1
FB[-t 600000]: flash gpt partition-table.img
FB: flash bootloader0 u-boot-imx8mm.imx
# erase environment variables of uboot
FB: ucmd mmc dev 1 0
FB: ucmd mmc erase 0x2000 8
FB: ucmd mmc partconf 1 0 1 0
FB: flash boot_a boot.img
FB: flash boot_b boot.img
FB[-t 100000]: flash system_a system.img
FB[-t 100000]: flash system_b system.img
FB: flash vbmeta_a vbmeta-imx8mm.img
FB: flash vbmeta_b vbmeta-imx8mm.img
FB: flash vendor_a vendor.img
FB: flash vendor_b vendor.img
FB: flash dtbo_a dtbo-imx8mm.img
FB: flash dtbo_b dtbo-imx8mm.img
# erase userdata and misc partition
FB[-t 600000]: ERASE userdata
FB: ERASE misc
FB[-t 100000]: ERASE presistdata
FB[-t 100000]: ERASE fbmisc
FB: done
Have a nice day!
BR,
weidong