Skip to content

Commit

Permalink
XRT version changed from 2.11.722 to 2.11.730
Browse files Browse the repository at this point in the history
  • Loading branch information
Keukhan committed Nov 10, 2024
1 parent 963b27a commit b569805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/install_xma_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ echo ${CURRENT}
install_xma_props_to_json_xrm()
{
# https://github.com/Xilinx/app-xma-props-to-json-xrm/tree/U30_GA_3

sudo apt -y install curl

(DIR=${TEMP_PATH}/xmaPropsTojson && \
mkdir -p ${DIR} && \
Expand Down Expand Up @@ -80,7 +80,7 @@ install_videosdk_ubuntu()
# Install Required packages
sudo apt-get -y update
sudo apt-get -y install cmake pkg-config
sudo apt-get -y --allow-change-held-packages install xrt=2.11.722
sudo apt-get -y --allow-change-held-packages install xrt=2.11.730
sudo apt-mark hold xrt
sudo apt-get -y install xilinx-alveo-u30-core

Expand Down

0 comments on commit b569805

Please sign in to comment.