Part Number: PROCESSOR-SDK-AM62X
Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
The relevant versions of my packages are as follows:
ccs1270
OpenSSL 1.1.1f 31 Mar 2020
mcu_plus_sdk_am62x_09_00_00_19
otp_keywriter_am62x_09_00_00
ti-cgt-armllvm_2.1.3.LTS
sysconfig_1.16.1
I run the following commands according to the steps in AM62X_OTP_Keywriter_User_Guide_09_00_00
./gen_keywr_cert.sh -g
cp ./keys/* ./keys_devel
./gen_keywr_cert.sh -t tifek/ti_fek_public.pem --msv 0xC0FFE -b keys_devel/bmpk.pem --bmek keys_devel/bmek.key -s keys_devel/smpk.pem --smek keys_devel/smek.key --keycnt 2 --keyrev 1
cd ../../x509cert/
python3 ../../../../../tools/bin2c/bin2c.py final_certificate.bin keycert.h KEYCERT
cd ../../am62x-sk/r5fss0-0_nortos/ti-arm-clang/
make -sj clean PROFILE=debug
make -sj PROFILE=debug
I then used dfu to burn tiboot3.bin to the board
The results are shown below


But when I switched back to emmc mode to run, I was still able to verify and start normally
My board does not have uart boot mode, so I used the following method to verify that the current state of the board is HS-SE,The otp_revsion_readSwrev function verifies that keyrev and keycount are 0.


When burned again, the following results are displayed

TISCI error results are described as follows


After that, how to burn to convert to HS-SE? Is my board no longer able to burn?












