Vitis-Tutorials icon indicating copy to clipboard operation
Vitis-Tutorials copied to clipboard

Wrong value for PLATFORM_REPO_PATHS in 15 README.md files

Open ThomasGmeinder opened this issue 1 year ago • 1 comments

There are 15 README.md files which suggest this: Set up your PLATFORM_REPO_PATHS environment variable to $XILINX_VITIS/lin64/Vitis/2024.1/base_platforms/.

The value $XILINX_VITIS/lin64/Vitis/2024.1/base_platforms/ is wronge in Vitis 2024.1.

The correct path is: $XILINX_VITIS/base_platforms/

ThomasGmeinder avatar Oct 02 '24 14:10 ThomasGmeinder

I believe it is not even required to set PLATFORM_REPO_PATHS to $XILINX_VITIS/base_platforms/. Vitis will check into $XILINX_VITIS/base_platforms/ in any case but the makefiles have to be modified to point to the platform name and not to the .xpfm file

xflorentw avatar Oct 03 '24 07:10 xflorentw