I am building image as such:
export MACHINE=imx8mqevk
DISTRO=fsl-imx-wayland MACHINE=${MACHINE} source imx-setup-release.sh
andflash using :
sudo ./uuu -b emmc_all imx-boot-imx8mqevk-sd.bin-flash_evk core-image-base-imx8mqevk.wic.bz2
device do not print anything on boot
to test I flashed the demo image:
sudo ./uuu -b emmc_all imx-image-full-imx8mpevk.wic
which works perfrectlly fine
已解决! 转到解答。
ok issue found
for the evk, I needed to build for machine type imx8mpevk and not imx8mqevk as I originally built
I was abble to flash well using this:
sudo ./uuu -b emmc_all imx-boot core-image-base-imx8mpevk.wic.zst
ok issue found
for the evk, I needed to build for machine type imx8mpevk and not imx8mqevk as I originally built
I was abble to flash well using this:
sudo ./uuu -b emmc_all imx-boot core-image-base-imx8mpevk.wic.zst