Platform Create - 2022.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2022-12-01
Version
2022.2 English

The first step vck_190_v1_0_pfm.tcl executes is creating the software platform and setting the platform project name, description, XSA and output path using the platform create command. The command marks the platform to build without generating boot components with the -no-boot-bsp option.

platform create
  -name $platform_name              \
  -desc " A platform targetting VCK190 for demonstration purpose with a Linux, AI Engine and a Standalone domain" \
  -hw $xsa_path/$platform_name.xsa  \
  -out $output_path                 \
  -no-boot-bsp