- Source the installed PetaLinux
tool:
source /opt/petalinux/settings.sh
- Create the
project:
petalinux-create project -n <myproj> --template <versal/zynqMP>
- Go to the PetaLinux
project:
cd myproj
- Configure the project with the above generated system device-tree:
petalinux-config --get-hw-description <sdt-path-dir>
- Build the project:
petalinux-build
- Perform qemu boot/hardware boot:
petalinux-boot --qemu/--jtag