Petalinux - xjtuecho/EBAZ4205 GitHub Wiki
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