Build PetaLinux: Generating the Boot Image - 2023.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2024-03-05
Version
2023.2 English

Lastly, generate the boot image (BOOT.BIN). A boot image usually contains a PDI file (imported from the hardware design), PLM, PSM firmware, Arm® trusted firmware, U-Boot, and DTB.

cd build/vck190_petalinux
petalinux-package --boot --u-boot

This generates BOOT.BIN, BOOT_bh.bin, and qemu_boot.img in the build/vck190_linux/images/linux directory. The default DTB load address is 0x1000. For more information, see the Bootgen User Guide (UG1283).