startup - 2024.1 English

Bootgen User Guide (UG1283)

Document ID
UG1283
Release Date
2024-05-30
Version
2024.1 English

Syntax

  • For Zynq devices and Zynq UltraScale+ MPSoC:
    [startup = <value>] <filename>
  • For AMD Versal™ adaptive SoC:
    { startup = <value>, file = <filename> }

Description

This option sets the entry address for the partition, after it is loaded. 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 AMD 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.