Scripts are provided to create the Vitis platform. To use these scripts, please run the following steps.
Run build.
NOTE: Download the common image from Xilinx website download page. and give its path to the following command.
# cd to the step directory, e.g. cd step2_pfm make all COMMON_IMAGE_VERSAL=<path/to/common_image/>
To clean the generated files, please run
make clean