This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM62P-Q1: AM62P secure boot

Part Number: AM62P-Q1
Other Parts Discussed in Thread: AM62P

1)I Apply the patch otp_keywriter_am62px_11_01_00-linux-x64-installer.run to  mcu_plus_sdk_am62px_11_01_01_08           

2) Generate keys

./gen_keywr_cert.sh -g

cp keys/v15/smpk.pem  uboot/tools/boot/signing/custMpk_am62px.pem 

3)Generate a certificate to program the SMPK

./gen_keywr_cert.sh -t tifek/SR_10/ti_fek_public.pem -s keys/v15/smpk.pem -keycnt 1 -s-ovrd -keyrev 1 -keyrev-ovrd

4)Generate the keywriter (tiboot3.bin)

make PROFILE=debug 

Generate sbl_keywriter/am62px/wkup-r5fss0-0_nortos/ti-arm-clang/tiboot3.bin 

5)Copy the keywriter (tiboot3.bin) to the SD card, then switch to SD card boot and power on

image.png

image.png

  1. After setting keyver 1(HS-FS => HS_SE), I can no longer boot from eMMC or SD card.
  2. Could you please help check if there’s any mistake in the above steps