Part Number: AM623
Tool/software:
Is any example for encrypted boot implementation for secureboot available for am623
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.
Part Number: AM623
Tool/software:
Is any example for encrypted boot implementation for secureboot available for am623
The data blob encryption is supported in AM62x MCU+SDK
https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/10_00_00_14/exports/docs/api_guide_am62x/SECURE_BOOT.html
Here is the option to turn ON/OFF on data encryption in AM62x MCU+SDK
# Encryption option (yes/no)
ENC_ENABLED?=no
Best,
-Hong