Create a workspace
mkdir workspace cd workspace
Download the base platform and place it under
workspacefolder. 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_vck190_base_202520_1.zip #extract the base platform cd xilinx_vck190_base_202520_1 tree -L 2 . ├── hw │ └── hw.xsa ├── hw_emu │ └── hw_emu.xsa ├── sw │ ├── xilinx_vck190_base_202520_1 │ └── xilinx_vck190_base_202520_1.spfm ├── version └── xilinx_vck190_base_202520_1.xpfm 4 directories, 5 files