I am using iMX8QM MEK. I have built flash.bin file using imx-mkimage running the command make SOC=iMX8QM flash_scfw_test I copied scfw_tests.bin and scfw_tcm.bin in imx-mkimage/iMX8QM which I got running make qm R=B0 B=mek T=all Also, I have copied mx8qmb0-ahab-container.img from firmaware/seco to imx-mkimage/iMX8QM There is no problems during the build, but I cannnot flash the board using Universal Update Utility. After runnning uuu -V -b emmc flash.bin process goes to 100% and stucks here forever. Also I am not sure how am I supposed to run SCFW test?
Because flash board needs u-boot fastboot. The scfw test flash.bin has no u-boot. So you need a regular flash.bin as arg0 and scfw test flash.bin as arg1
uuu [-d -m -v] -b[run] <emmc|emmc_all|fat_write|nand|qspi|sd|sd_all|spl> arg... Run Built-in scripts emmc burn boot loader to eMMC boot partition arg0: _flash.bin bootloader arg1: _image[Optional] image burn to emmc, default is the same as bootloader
New problem that I am facing, but I am not sure that's my mistake: When I try to build SCFW Tests with option T=all, I am getting error that m_text sector is overflowed by 2000+ bytes
Hi, me again. I managed to write the image to the emmc and I have enabled SCU Debug Monitor, and I built "dsc" test for now, but when I run the board everything looks good, but I cannot see the output of the "dsc" test. Am I supposed to run ti somehow or it should be run automatically with or without output? I can't see if it passes or fails.
Because flash board needs u-boot fastboot. The scfw test flash.bin has no u-boot. So you need a regular flash.bin as arg0 and scfw test flash.bin as arg1
uuu [-d -m -v] -b[run] <emmc|emmc_all|fat_write|nand|qspi|sd|sd_all|spl> arg... Run Built-in scripts emmc burn boot loader to eMMC boot partition arg0: _flash.bin bootloader arg1: _image[Optional] image burn to emmc, default is the same as bootloader