Hi,
I follow the Set up secure boot instruction and can sucessfully build the uboot image.
But when I udpate the signed uboot, the boot progress stucks at "DRAM: 256 MiB" as follows
#### console output ####
CPU: i.MX6UL rev1.1 528 MHz (running at 396 MHz)
CPU: Industrial temperature grade (-40C to 105C) at 47C
Reset cause: POR
I2C: ready
DRAM: 256 MiB
#### console output ####
I use the ccimx6ul Starter Kit
And the uboot image file name is u-boot-dtb-signed-ccimx6ulstarter-2020.04-r0.imx
When I recover the uboot using normal uboot image, and type in command "hab_status", I get the following error
HAB Event 1
event data:
0xdb 0x00 0x08 0x42 0x33 0x22 0x0a 0x00
STS = HAB_FAILURE (0x33)
RSN = HAB_INV_ADDRESS (0x22)
CTX = HAB_CTX_AUTHENTICATE (0x0A)
ENG = HAB_ENG_ANY (0x00)
Please help, thanks in advance.