BIF File with SHA-3 eFUSE RSA Authentication and PPK0 - BIF File with SHA-3 eFUSE RSA Authentication and PPK0 - 2026.1 English - UG1283

Bootgen User Guide (UG1283)

Document ID
UG1283
Release Date
2026-06-23
Version
2026.1 English

This example shows how to create a boot image with authentication enabled for FSBL and the application with efuse authentication. This is the default selection. In this process, the system verifies the PPK hash in the boot image against the efuse hash.

the_ROM_image: 
{ 
	[auth_params] ppk_select=0; spk_id=0x00000000 
	[pskfile] PSK.pem
	[sskfile] SSK.pem
	
	[
	  bootloader,
	  authentication=rsa,
	  destination_cpu=a53-0
	] ZynqMP_Fsbl.elf 
	
	[destination_cpu=a53-0, authentication=aes] App_A53_0.elf 
}