Encryption Flow: BBRAM Red Key - 2022.1 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 English

This example shows how to create a boot image with the encryption enabled for FSBL and the application with the Red key stored in BBRAM:

the_ROM_image: 
{
	[keysrc_encryption] bbram_red_key 
	[
 	 bootloader, 
 	 encryption=aes, 
 	 aeskeyfile=aes0.nky, 
 	 destination_cpu=a53-0
	] ZynqMP_Fsbl.elf 
	[destination_cpu=a53-0, encryption=aes, aeskeyfile=aes1.nky]App_A53_0.elf 
}