Skip to content

Commit

Permalink
Hardcoding Vitis Path to 0823 (#6957)
Browse files Browse the repository at this point in the history
* hardcoding vitis path to 0823
  • Loading branch information
chvamshi-xilinx authored Aug 24, 2022
1 parent 95b0eb1 commit ee3321d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/runtime_src/tools/scripts/pkgapu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ if [[ ! -d $IMAGES_DIR ]]; then
error "Please specify the valid path of APU images by -images"
fi
IMAGES_DIR=`realpath $IMAGES_DIR`
#hack to fix pipeline. Need to file a CR on xclnbinutil
source /proj/xbuilds/2022.2_0823_1/installs/lin64/Vitis/2022.2/settings64.sh


if [[ ! (`which mkimage` && `which bootgen` && `which xclbinutil`) ]]; then
error "Please source Xilinx VITIS and Petalinux tools to make sure mkimage, bootgen and xclbinutil is accessible."
Expand Down

0 comments on commit ee3321d

Please sign in to comment.