PMU Firmware Load by FSBL - 2023.2 English

Bootgen User Guide (UG1283)

Document ID
UG1283
Release Date
2023-10-18
Version
2023.2 English

This example shows how to create a boot image with pmu_fw.elf loaded by FSBL.

the_ROM_image:
{ 
	[bootloader, destination_cpu=a53-0] fsbl_a53.elf 
	[destination_cpu=pmu] pmu_fw.elf 
	[destination_cpu=r5-0] app_r5.elf
}
Note: Bootgen uses the options provided to [bootloader] for [pmufw_image] as well. The [pmufw_image] does not take any extra parameters.