We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Simple Petalinux how-to.
Requirements: Exported XSA from Vivado
source /path/to/petalinux/settings.sh cd /some/path/to/create/project/ petalinux-create -t project -n <PROJECT> --template zynq # zynq for 7000 series petalinux-config --get-hw-description=/path/to/XSA/ # folder path # config Rootfs petalinux-config -c rootfs # make menuconfig petalinux-config -c kernel petalinux-config -c u-boot # build petalinux-build