Scripts are provided to create the Vitis platform component. To use these scripts, run the following steps.
Run build.
Note: Download the common image from the 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_ZYNQMP=<path/to/common_image/>
To clean the generated files, run the following command:
make clean