構文
-
Zynq デバイスおよび Zynq UltraScale+ MPSoC の場合:
[load = <value>] <partition> -
Versal アダプティブ SoC、Versal AI エッジ シリーズ Gen 2、Versal プライム シリーズ Gen 2、および Spartan UltraScale+:
{ load = <value> , file=<partition> }
説明
メモリ内のパーティションのロード アドレスを設定します。
例
-
Zynq デバイスおよび Zynq UltraScale+ MPSoC の場合:
all: { [bootloader] fsbl.elf u-boot.elf [load=0x3000000, offset=0x500000] uImage.bin [load=0x2A00000, offset=0xa00000] devicetree.dtb [load=0x2000000, offset=0xc00000] uramdisk.image.gz } -
Versal アダプティブ SoC:
new_bif: { image { { type = bootimage, file = base.pdi } } image { name = apu_ss, id = 0x1c000000 { load = 0x1000, file = system.dtb } { exception_level = el-2, file = u-boot.elf } { core = a72-0, exception_level = el-3, trustzone, file = bl31.elf } } }
注記:
*base.pdi は Vivado で生成される PDI です。