
Hi,
imx8mq-evk fails to boot with top of tree U-Boot:
U-Boot SPL 2024.10-rc4 (Sep 09 2024 - 16:08:22 -0300) PMIC: PFUZE100 ID=0x10 SEC0: RNG instantiated Normal Boot Trying to boot from MMC2
I ran git bisect and the first bad commit was:
commit 37e50627efacd8dae18b564e9d8886a033e181bc Author: Marek Vasut marex@denx.de Date: Fri Apr 26 01:00:37 2024 +0200
ARM: dts: imx: Convert i.MX8M flash.bin image generation to binman
Rework the flash.bin image generation such that it uses the new binman nxp_imx8mimage etype. This way, the flash.bin is assembled in correct order using plain binman, without any workarounds or sections assembled in special DT node order.
Reviewed-By: Tim Harvey tharvey@gateworks.com Tested-By: Tim Harvey tharvey@gateworks.com # imx8mm_venice Tested-by: Fabio Estevam festevam@gmail.com # imx8mm-evk and imx8mn-evk Signed-off-by: Marek Vasut marex@denx.de
It seems that that binman conversion for imx8mq has issues.
Does anyone have any suggestions?
Thanks,
Fabio Estevam