Platform Create - 2023.1 English

Vitis Tutorials: AI Engine Development

Document ID
XD100
Release Date
2023-09-20
Version
2023.1 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