Skip to content

Commit

Permalink
Update installer image and Riallto installer URL (#47)
Browse files Browse the repository at this point in the history
* Update installer image

* Do not trigger test when changing images

* Update url
  • Loading branch information
mariodruiz authored Jul 9, 2024
1 parent 74a26aa commit 0a78816
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nix_buildAndRun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- '**/*.ipynb'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.md'
- 'docs/images'
pull_request:
types: [assigned, opened, synchronize, reopened]
paths-ignore:
Expand All @@ -26,6 +27,7 @@ on:
- '**/*.ipynb'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.md'
- 'docs/images'
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/win_buildAndRun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- '**/*.ipynb'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.md'
- 'docs/images'
pull_request:
types: [assigned, opened, synchronize, reopened]
paths-ignore:
Expand All @@ -26,6 +27,7 @@ on:
- '**/*.ipynb'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.md'
- 'docs/images'
workflow_dispatch:

jobs:
Expand Down
Binary file modified docs/images/installer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions scripts/linux/setup_riallto_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ KERNEL_IMAGE=linux-image-unsigned-6.10.0-061000rc2-generic_6.10.0-061000rc2.2024
URLS=(
"https://kernel.ubuntu.com/mainline/v6.10-rc2/amd64/"
"https://www.xilinx.com/bin/public/openDownload?filename=pynqMLIR_AIE_py312_v0.9.tar.gz"
"https://www.xilinx.com/bin/public/openDownload?filename=Riallto-v1.1.zip"
"https://www.amd.com/bin/public/amdOpenDownload?filename=Riallto-v1.1.zip"
"https://github.com/amd/xdna-driver.git"
"https://github.com/AMDResearch/Riallto.git"
"https://docker.io/library/ubuntu"
Expand Down Expand Up @@ -182,7 +182,7 @@ fi

if [ ! -f "./xilinx_tools.tar.gz" ]; then
echo "xilinx_tools.tar.gz is missing, downloading it from opendownloads..."
wget -O $build_tmp/riallto_installer.zip https://www.xilinx.com/bin/public/openDownload?filename=Riallto-v1.1.zip
wget -O $build_tmp/riallto_installer.zip https://www.amd.com/bin/public/amdOpenDownload?filename=Riallto-v1.1.zip
pushd $build_tmp
unzip riallto_installer.zip
mv Riallto-v1.1/Riallto/downloads/xilinx_tools_latest.tar.gz ./xilinx_tools.tar.gz
Expand Down

0 comments on commit 0a78816

Please sign in to comment.