mirror of https://github.com/wolfSSL/wolfBoot.git
12 lines
492 B
Plaintext
12 lines
492 B
Plaintext
// Boot BIF example for wolfBoot with signed Hello World
|
|
// Note: "partition_owner=uboot" prevents partition from being loaded to RAM
|
|
the_ROM_image:
|
|
{
|
|
[bootloader, destination_cpu=a53-0] zynqmp_fsbl.elf
|
|
[destination_cpu=pmu] pmufw.elf
|
|
[destination_device=pl] system.bit
|
|
[destination_cpu=a53-0, exception_level=el-3, trustzone] bl31.elf
|
|
[destination_cpu=a53-0, exception_level=el-1] wolfboot.elf
|
|
[destination_cpu=a53-0, partition_owner=uboot, offset=0x800000] helloworld_v1_signed.bin
|
|
}
|