Other Parts Discussed in Thread: SYSCONFIG
Hello,
I generated custom keys, and followed the guide to produce the tiboot3.bin for keywriting.
One shot certificate:
lmh@24298b11ffff:~/ti/otp_keywriter_am62x_09_00_00/sbl_keywriter/scripts/cert_gen/am62x$ ./gen_keywr_cert.sh -t tifek/ti_fek_public.pem -a keys/aes256.key --msv 0xC0FFE --bmpk keys/bmpk.pem -b-wp --bmek keys/bmek.key --bmek-wp --smpk keys/smpk.pem --smek keys/smek.key --keycnt 2 --keyrev 1
And the compiled keywriter:
ti-arm-clang$ md5sum tiboot3.bin
db3eca1de8d2e0ccb811016691a265c8 tiboot3.bin
Then I enable USB boot mode (board PROC124E2) and use the dfu to send the tiboot3.bin, it executes, but on the serial console (J17):
Starting Keywriting
Enabled VPP
keys Certificate found: 0x43c17a00
Keywriter Debug Response:0x2000800
Error occured...
Looking up the error, I get the following:
KEYWR_ERR_PROGR_BMPKH_PART_1 11 Error in programming BMPKH part 1 into SoC eFuses
KEYWR_ERR_PROGR_MSV 25 Error in programming MSV into SoC eFuses
What is causing this problem? how to proceed?
Thanks, Lars