Hi, Enabling IMX_HAB in mx6sabresd_defconfig:
--- a/configs/mx6sabresd_defconfig +++ b/configs/mx6sabresd_defconfig @@ -122,3 +122,5 @@ CONFIG_VIDEO_IPUV3=y CONFIG_SPLASH_SCREEN=y CONFIG_SPLASH_SCREEN_ALIGN=y CONFIG_BMP_16BPP=y +CONFIG_IMX_HAB=y +CONFIG_SPL_DRIVERS_MISC=y causes the following hang in SPL: U-Boot SPL 2022.07-rc3-00096-g5ff62f64ae (Jun 09 2022 - 08:48:45 -0300) Trying to boot from MMC1 hab fuse not enabled Authenticate image from DDR location 0x177fcd40... bad magic magic=0x10 length=0xe825 version=0xb2 bad length magic=0x10 length=0xe825 version=0xb2 bad version magic=0x10 length=0xe825 version=0xb2 Error: Invalid IVT structure Does anyone have any suggestions on how to fix the SPL hang? Thanks, Fabio Estevam