Part Number: AM625
Tool/software:
Hello,
I started to work on secure-boot with following steps and want to ensure this is correct.
1.) Created own certificate with:
openssl genrsa -out custMpk.key 4096
openssl rsa -in custMpk.key -pubout -out custMpk.pem
openssl req -new -x509 -key custMpk.key -out custMpk.crt -days 3650 -subj "/CN=XXXXXXXX/O=YYYYYYYYYY/C=ZZZ"
2.) Put the custMpk.pem into Yocto image:
tisdk/build/arago-tmp-default-baremetal-k3r5/work/mcon_myc_ym6254_k3r5-oe-eabi/u-boot-ti-staging/2025.01+git/git/arch/arm/mach-k3/keys
=> Build Image but not sure if the Key is now properly used (?)
Next up I modified the keywriter to properly apply the Vpp Voltage.
Questions:
1.) Is the above correct ?
2.) I now need to get the Key fused. But as I didn't configure an AES-Key i'm not sure how to disable AES-Encryption / or is the default file used from the above yocto image?
Thanks and regards,
Markus