Syntax
- For Zynq devices and Zynq UltraScale+ MPSoC:
[startup = <value>] <filename> - For Versal adaptive
SoC:
{ startup = <value>, file = <filename> }
Description
This option sets the partition's entry address after the system loads it. This is ignored for partitions that do not execute. This is valid only for binary partitions.
Example
- For Zynq devices and Zynq UltraScale+ MPSoC:
all: { [bootloader] fsbl.elf [startup=0x1000000] app.bin } - For Versal adaptive
SoC:
new_bif: { image { { type = bootimage, file = base.pdi } } image { name = apu_ss, id = 0x1c000000 { core=a72-0, load=0x1000, startup = 0x1000, file = apu.bin } } }
Note:
*base.pdi is the PDI generated by Vivado.