Other Parts Discussed in Thread: SHA-256
Tool/software:
Hi,
I’m working on a TI Sitara AM62x HS-SE device and need to read back the SHA-256 public key hash stored in the eFuse (written using the OTP key writer tool).
However, I’m running into the following issues in U-Boot:
-
The
fuse
command is not available in my U-Boot (Unknown command 'fuse'
). -
The
smccc
andmrd
commands are also not present. -
Attempting a memory read with
md 0x430001F0 8
causes a Synchronous Abort, and the board resets. I assume this is due to secure memory protection.
I would like to know:
-
Can TI share any guidelines for safely accessing eFuse public key hash in U-Boot on HS-SE devices?
-
If this is only possible using the TI OTP key writer or a custom secure monitor interface, can you guide me on how to proceed?
Any help or documentation references would be greatly appreciated.
Thanks in advance!
Best regards,
Binson Binoy