Tool/software:
Hi,Team
a@abc:~/ti/mcu_plus_sdk_am62px_09_01_00_39 (copy)/source/security/sbl_keywriter/scripts/cert_gen/am62px$ ./gen_keywr_cert.sh -g Generating keys in PKCS#1 Format!! a@abc:~/ti/mcu_plus_sdk_am62px_09_01_00_39 (copy)/source/security/sbl_keywriter/scripts/cert_gen/am62px$ ./gen_keywr_cert.sh -t -b keys/v15/bmpk.pem \ --bmek keys/bmek.key -b-wp --bmek-wp -s keys/v15/smpk.pem \ --smek keys/smek.key -s-wp --smek-wp ERR: -b doesn't exist. a@abc:~/ti/mcu_plus_sdk_am62px_09_01_00_39 (copy)/source/security/sbl_keywriter/scripts/cert_gen/am62px$ ./gen_keywr_cert.sh -b keys/v15/bmpk.pem --bmek keys/bmek.key -b-wp --bmek-wp -s keys/v15/smpk.pem --smek keys/smek.key -s-wp --smek-wp ERR: TIFEK Public Key is required!!
I want to use my own key to secure boot. But I'm not so sure which comman I use.
Also, if I put my key in sbl_keywriter/scripts/cert_gen/am62px/keys folder as it says in the doc" The commands below will generate random keys for testing in sbl_keywriter/scripts/cert_gen/am62px/keys folder " ,how should I fill the devconfig.mak path.
else ifeq ($(DEVICE),am62px) CUST_MPK=$(SIGNING_TOOL_PATH)/custMpk_am62px.pem CUST_MEK=$(SIGNING_TOOL_PATH)/custMek_am62px.txt else CUST_MPK=$(SIGNING_TOOL_PATH)/custMpk_am64x_am243x.pem CUST_MEK=$(SIGNING_TOOL_PATH)/custMek_am64x_am243x.txt endif # Encryption option for application (yes/no) ENC_ENABLED?=no # Encryption option for SBL (yes/no) ENC_SBL_ENABLED?=yes # Debug option for HS (yes/no) DBG_ENABLED?=no
Thank you for your support.
Best Regards, KONG XIANGXU