Building the project using BSP Flow - 2024.2 English

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2024-11-13
Version
2024.2 English
  1. Source the installed PetaLinux tool:
    source /opt/petalinux/settings.sh
  2. Create the PetaLinux project using the following command:
    petalinux-create -t project -s xilinx-vmk180-sdt-v2024.2-final.bsp(downloaded .bsp path)
  3. Go to project:
    cd xilinx-vmk180-sdt-2024.2/
  4. Build the project:
    petalinux-build
  5. Perform qemu/hw boot:
    petalinux-boot --qemu/jtag