HAB Error on IMX8MP processor

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HAB Error on IMX8MP processor

163 Views
jeffson
Contributor I

Dear all, Trying to validate HAB signatures on the i.MX8MP board I am getting these errors

HAB Configuration: 0xf0, HAB State: 0x66

--------- HAB Event 1 -----------------
event data:
0xdb 0x00 0x14 0x45 0x33 0x0f 0xc0 0x00
0xbe 0x00 0x0c 0x00 0x03 0x17 0x00 0x00
0x00 0x00 0x00 0x50

STS = HAB_FAILURE (0x33)
RSN = HAB_INV_INDEX (0x0F)
CTX = HAB_CTX_COMMAND (0xC0)
ENG = HAB_ENG_ANY (0x00)


--------- HAB Event 2 -----------------
event data:
0xdb 0x00 0x14 0x45 0x33 0x0c 0xa0 0x00
0x00 0x00 0x00 0x00 0x42 0x5a 0x00 0x00
0x00 0x00 0x00 0x20

STS = HAB_FAILURE (0x33)
RSN = HAB_INV_ASSERTION (0x0C)
CTX = HAB_CTX_ASSERT (0xA0)
ENG = HAB_ENG_ANY (0x00)


--------- HAB Event 3 -----------------
event data:
0xdb 0x00 0x14 0x45 0x33 0x0c 0xa0 0x00
0x00 0x00 0x00 0x00 0x40 0x40 0x00 0x00
0x00 0x00 0x00 0x04

STS = HAB_FAILURE (0x33)
RSN = HAB_INV_ASSERTION (0x0C)
CTX = HAB_CTX_ASSERT (0xA0)
ENG = HAB_ENG_ANY (0x00)

They come from this development environment
U-Boot SPL 2023.04-lf_v2023.04+g1e5b6c6bf2

Can someone give me an advice on this topic ? Thanks in advance

0 Kudos
Reply
1 Reply

136 Views
Harvey021
NXP TechSupport
NXP TechSupport

Hi,

RSN = HAB_INV_INDEX (0x0F) tells wrong key at given index or target index for installed key not available. To have a check the csf files.

To refer to the HAB API where you'll find more details for these errors. The API is with CST tool that you download for signing.

 

Regards

Harvey

0 Kudos
Reply