encryption_dump - 2020.2 English

Bootgen User Guide (UG1283)

Document ID
UG1283
Release Date
2020-12-15
Version
2020.2 English

Syntax

bootgen -arch zynqmp -image test.bif -encryption_dump

Description

Generates an encryption log file, aes_log.txt. The aes_log.txt generated has the details of AES Key/IV pairs used for encrypting each block of data. It also logs the partition and the AES key file used to encrypt it.

Note: This option is supported only for Zynq® UltraScale+™ MPSoC.

Example

all:
{
	[bootloader, encryption=aes, aeskeyfile=test.nky] fsbl.elf
	[encryption=aes, aeskeyfile=test1.nky] hello.elf
}