Create a workspace
mkdir workspace cd workspace
Download the base platform and place it under
workspace
folder. Then extract it. If you have already installed the Vitis™ tool, omit this step as AMD Official platforms have already built into the vitis tool installation package.unzip xilinx_zcu104_base_202320_1.zip #extract the base platform cd xilinx_zcu104_base_202320_1 tree -L 2 . ├── hw │ └── hw.xsa ├── hw_emu │ └── hw_emu.xsa ├── sw │ ├── xilinx_zcu104_base_202320_1 │ └── xilinx_zcu104_base_202320_1.spfm ├── version └── xilinx_zcu104_base_202320_1.xpfm 4 directories, 5 files