| CST(1) | i.MX CST Documentation | CST(1) |
cst - Code Signing Tool for generating binary CSF files for NXP secure boot
cst --output file --input file [--cert cert.pem] [--backend ssl|pkcs11] [--verbose]
cst --license|--version|--help
cst (Code Signing Tool) is used to generate a binary Command Sequence File (CSF) required by the HAB or AHAB secure boot mechanisms on NXP i.MX processors. The CSF contains the authentication commands and signature data used to verify signed boot images during the secure boot process.
The tool processes a plain-text CSF description file and produces a binary CSF that can be appended to or embedded in a boot image. Optionally, a certificate can be provided to encrypt the Data Encryption Key (DEK).
cst -o out_csf.bin -i hab4.csf
cst -o out_csf.bin -c cert.pem -i hab4.csf
| 2025-06-04 |