構文
-
Zynq デバイスおよび Zynq UltraScale+ MPSoC の場合:
[big_endian] <partition>
-
Versal アダプティブ SoC の場合:
{ big_endian, file=<partition> }
説明
バイナリ ファイルをビッグ エンディアン形式に指定します。
注記: Bootgen では、自動的に .elf ファイルのエンディアン形式が検出されます。これは、バイナリ ファイルにのみ使用できます。
引数
指定されたパーティション。
例
-
Zynq デバイスおよび Zynq UltraScale+ MPSoC の場合:
the_ROM_image: { [bootloader, destination_cpu=a53-0] zynqmp_fsbl.elf [destination_cpu=a53-0, big_endian] hello.bin [destination_cpu=r5-0] hello_world.elf }
-
Versal アダプティブ SoC の場合:
new_bif: { image { { type = bootimage, file = base.pdi } } image { name = apu_ss, id = 0x1c000000 { core = a72-0, big_endian, file = apu.bin } } } Note: *base.pdi is the PDI generated by Vivado