SDAA450 July 2026 AM2431 , AM2432 , AM2434 , AM2752-Q1 , AM2754-Q1 , AM6411 , AM6412 , AM6421 , AM6422 , AM6441 , AM6442
To encrypt the application image to be transferred, run the following python script with the mentioned arguments:
For AM243x/AM64x devices:
python appimage_x509_cert_gen.py --bin </path/to/firmware> --authtype 1 --key $(APP_SIGNING_KEY) --enc y --enckey $(APP_ENCRYPTION_KEY) --output </path/to/signed_firmware>
For AM275x devices:
python appimage_x509_cert_gen.py --bin </path/to/firmware> --authtype 1 --key $(APP_SIGNING_KEY) --enc y --enckey $(APP_ENCRYPTION_KEY) --output </path/to/signed_firmware> –keyversion 1.5
$(APP_SIGNING_KEY) and $(APP_ENCRYPTION_KEY) can be found in devconfig.mak and the corresponding key based on the device being used can be selected.