Building the project using Template Flow - 2024.1 English

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2024-06-21
Version
2024.1 English
  1. Source the installed PetaLinux tool:
    source /opt/petalinux/settings.sh
  2. Create the project:
    petalinux-create project -n <myproj> --template <versal/zynqMP>
  3. Go to the PetaLinux project:
    cd myproj
  4. Configure the project with the above generated system device-tree:
    petalinux-config --get-hw-description <sdt-path-dir>
  5. Build the project:
    petalinux-build
  6. Perform qemu boot/hardware boot:
    petalinux-boot --qemu/--jtag