- Source the installed PetaLinux tool:
source /opt/petalinux/settings.sh - Create the PetaLinux project using the following
command:
petalinux-create -t project -s xilinx-vmk180-sdt-v2024.2-final.bsp(downloaded .bsp path) - Go to project:
cd xilinx-vmk180-sdt-2024.2/ - Build the project:
petalinux-build - Perform qemu/hw boot:
petalinux-boot --qemu/jtag