Hi all,
I'm done with the bootloader authentication part, HAB shows no event for the bootloader image (SPL + uboot FIT)
...
Trying to boot from MMC1
hab fuse not enabled
Authenticate image from DDR location 0x401fcdc0...
...
Hit any key to stop autoboot: 0
u-boot=> hab_status
Secure boot disabled
HAB Configuration: 0xf0, HAB State: 0x66
No HAB Events Found!
Contrary to the standard zImage workflow, next I'm using Linux FIT image (kernel, dtb, ramdisk) which I also signed as explained in the HABv4 doc section "Authenticating additional boot images", when I authenticate the Linux FIT image loaded at memory location 0x90000000 Linux FIT image file size 0x0225700, it says everything is fine !! No HAB events
u-boot=> hab_auth_img 0x90000000 0x02257000
hab fuse not enabled
Authenticate image from DDR location 0x90000000...
Secure boot disabled
HAB Configuration: 0xf0, HAB State: 0x66
No HAB Events Found!
BUT...
When I try to boot this signed Linux FIT image (Kernel + fdt + ramdisk) placed at 0x90000000 using the following command, it returns "Not valid image format for Authentication, Please check"
u-boot=> bootm 0x90000000
Not valid image format for Authentication, Please check
u-boot=>
Kindly, guide where the issue is?