SBL Example
For systems running Slim Bootloader (SBL), the script
capsule_create_sbl.sh
uses the capsule tool (GenCapsuleFirmware.py
) and the container tool (GenContainer.py
) to create a capsule. You can copy and modify the script for your needs.Path to script:
${TCC_TOOLS_PATH}/host_scripts/capsule_create_sbl.sh
You will need to use your own keys from the SBL build for signing. Keys should be located in
${TCC_TOOLS_PATH}/keys/sbl
.For more information about the capsule tool and the container tool, see Slim Bootloader Project Documentation.