PMU Firmware Load by FSBL - 2022.2 English

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

Document ID
UG1400
Release Date
2023-01-02
Version
2022.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.