Tool/software:
Hi Team,
I am following this thread
to convert LP-AM2434 HSFS device into HSSE. As mentioned I am using OTP Keywriter v10.00.08 with MCU+ SDK v10_00_00_20. I am able to builds the tiboot3.bin image using the following steps:
- /gen_keywr_cert.sh --msv 0xC0FFE -t tifek/ti_fek_public.pem -b keys_devel/bmpk.pem --bmek keys_devel/bmek.key -s keys_devel/smpk.pem --smek keys_devel/smek.key --keycnt 2 --keyrev 1
- python3 ../../../../../tools/bin2c/bin2c.py final_certificate.bin keycert.h KEYCERT
- <MCU_PLUS_SDK_INSTALL_DIR>/source/security/sbl_keywriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang
gmake -sj clean PROFILE=debug
gmake -sj PROFILE=debug
Based on my understanding if I flash tiboot3.bin, will this process directly burn the key into eFuse and convert the device into HSSE. or are there additional steps required to complete the eFuse programming?
If I want to flash my customer keys then instead of ti_fek_public.pem this file, I have changed my_publickey.pem. And generate final_certificate.bin, builds the tiboot3.bin image for further steps as below -
- /gen_keywr_cert.sh --msv 0xC0FFE -t tifek/my_publickey.pem -b keys_devel/bmpk.pem --bmek keys_devel/bmek.key -s keys_devel/smpk.pem --smek keys_devel/smek.key --keycnt 2 --keyrev 1
- python3 ../../../../../tools/bin2c/bin2c.py final_certificate.bin keycert.h KEYCERT
- <MCU_PLUS_SDK_INSTALL_DIR>/source/security/sbl_keywriter/am243x-lp/r5fss0-0_nortos/ti-arm-clang
gmake -sj clean PROFILE=debug
gmake -sj PROFILE=debug
Could you please confirm if I flash this new build tiboot3.bin file, will it burn my key and convert the device into HSSE.
Thanks.