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
Solved! Go to Solution.
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
it seems that you didn't download the correct own image, try to find .wic.zst image, if you still couldn't find it, sent your built image list to me, let me tell you which one you use
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