Dear TI Experts,
I am currently struggeling to sign a bootloader *.tiimage for HS Devices were a custom MPK Key was programmed using the OTP Keywriter.
Currently I am working with the keywriter out the SDK 08.04 package. If needed I can also update to the otp_keywriter version 09_00_00.
If I use the TI Custom Keys out the SDK I am able to run the bootloader on our device.
--> Which file out the keywriter generation process shall be used as a custom SMPK Key?
If I take the smpk.pem file that is generated by the script, it looks different than the custMpk_am64x_am243x.pem file:
e.g. the header of the file:
The generated SMPK File:
custMpk_am64x_am243x.pem
What are the dependencies regarding the Encryption?
If we don't want to encrypt our binaries, is it sufficient to use the
# Encryption option for SBL (yes/no)
ENC_SBL_ENABLED?=no
Robin