<PROJECT_NAME>:The name of the project you are building
Import Hardware Configuration (see UG1144):
Export Hardware Definition File (*.hdf) from the Vivado Project into the PetaLinux subfolder "<plnx-proj-root>/hw-description":
change to the hardware description folder:
Run:$ petalinux-config --get-hw-description
(optional) Configure your PetaLinux:
change to While anywhere in the project folder "<plnx-proj-root>"tree:
Run:$ petalinux-config
It's recommended to deactivate FSBL-Configuration and build FSBL and Boot.bin with SDK/HSI: "linux Components Selection --->" "[ ] First Stage Bootloader"
Build System Image (see UG1144):
change to While anywhere in the project folder "<plnx-proj-root>"tree:
Run:$ petalinux-build
Build log-file:"<plnx-proj-root>/build/build.log"
Take u-boot.elf and image.ub from "<plnx-proj-root>/images/linux" and make BOOT.BIN. It is recommended to create the FSBL with SDK/HSI tools.