Hi all,
i am trying to debug my secure boot implementation. And it looks like that OTMK and SRKH has been written successfull:
=> md 0x1e80234
01e80234: ffffffff ffffffff ffffffff ffffffff
01e80244: ffffffff ffffffff ffffffff ffffffff
01e80254: 6348455f e12a27d5 49968d2b 77ab26b1
01e80264: 25a8f2d7 47f364af 6442d2aa d8efea8
01e80274: 00000000 00000000 00000000 00000000
01e80284: 00000000 ffffffff ffffffff ffffffff
01e80294: ffffffff ffffffff ffffffff ffffffff
01e802a4: ffffffff 00000000 00000000 00000000
But if i look to the SecMon_HP Status Register i can see:
=> md.b 0x1e90014 4
01e90014: 80 00 29 00
ZMK_ZERO: 1
OTPMK_ZERO: 0
OTPMK_SYNDROME: 0
SECURITY_CONFIG: 0010
SSM_STATE: 1001 --> looks like the ISBC reset the board due to a SRKH hash mismatch.
The
=> md.b 0x1ee0204
01ee0204: 00 00 00 00 --> no errors
Anyone an idea how i can move forward?