Build and Test ZC706 Using Petalinux 2021.2 tools with 2021.2 Xilinx board support package.
Updated: Apr 12
In this video I will demonstrate downloading the proper .bsp to work with Petalinux 2021.2 tools to build and test the ZC706
Commands that are used throughout the video
Download the correct .bsp using this link (www.xilinx.com/member/forms/download/xef.html?filename=xilinx-zc706-v2021.2-final.bsp)
Create the folder where you will keep your new projects using "mkdir ~/plxprjs"
cd into folder
create the project inside the project folder using "petalinux-create -t project -s ~/Downloads/xilinx-zc706-v2021.2-final.bsp --name vc706_21" - use any project name you want
cd into project folder which is your project name from the previous step
petalinux-build