Hello,
I believe you have the DDR4 version of the EVK, correct?
Please make sure you are using the correct images to flash your board (uboot, dtbo and vbmeta), please try with the following:
sudo ./uuu_imx_android_flash.sh -f imx8mn -a -u ddr4 -d ddr4 -e
This command will do the following:
-Only flash slot a
-Partition table for single bootloader and target storage device 13GB or larger (partition-table.img)
-DDR4 uboot image (u-boot-imx8mn-ddr4.imx)
-DDR4 dtbo image (dtbo-imx8mn-ddr4.img)
-DDR4 vbmeta image (vbmeta-imx8mn-ddr4.img)
-Erase user data after images are flashed
-Target flash device is default (eMMC)
You may refer table 4 Options for uuu_imx_android_flash tool of the Android Quick Start Guide for more information.
Hope this helps,
Best regards,
Aldo.