Skip to content

docs(cuda-installation): fix CUDA repo arch dir for Jetson/ARM64#6431

Merged
xmfcx merged 1 commit into
autowarefoundation:mainfrom
ibrahimsel:main
Dec 23, 2025
Merged

docs(cuda-installation): fix CUDA repo arch dir for Jetson/ARM64#6431
xmfcx merged 1 commit into
autowarefoundation:mainfrom
ibrahimsel:main

Conversation

@ibrahimsel
Copy link
Copy Markdown
Contributor

uname -m returns aarch64 on Jetson, but NVIDIA’s repo uses arm64/. Also map amd64x86_64 for PCs. This prevents 404s when fetching cuda-keyring_1.1-1_all.deb.

How was this PR tested?

The fix regarding the wget 404 error was tested both on an amd64 and on an arm64 machine which had ubuntu-22.04 installed on them. In both machines, the wget command worked and the cuda-keyring_1.1-1_all.deb file was successfully downloaded

Notes for reviewers

I've elaborated the problem in the related Github Issue.

Simply put, I've added a simple mapping logic to comply with NVIDIA's repositories for a wget command that was downloading a .deb file from an NVIDIA repo.

This closes #6430

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 26, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@mitsudome-r mitsudome-r added the run:health-check Run health-check label Nov 11, 2025
@mitsudome-r mitsudome-r enabled auto-merge (squash) November 11, 2025 07:45
@ibrahimsel
Copy link
Copy Markdown
Contributor Author

@mitsudome-r am i supposed to do something after approval? or do i just chill

`uname -m` returns `aarch64` on Jetson, but NVIDIA’s repo uses `arm64/`.
Also map `amd64` → `x86_64` for PCs. This prevents 404s when fetching
`cuda-keyring_1.1-1_all.deb`.

This closes autowarefoundation#6430

Signed-off-by: Ibrahim Sel <ibrahim.sel@eteration.com>
@xmfcx
Copy link
Copy Markdown
Contributor

xmfcx commented Dec 23, 2025

this is a readme update, skipping ci

@xmfcx xmfcx disabled auto-merge December 23, 2025 11:04
@xmfcx xmfcx merged commit b45a4a0 into autowarefoundation:main Dec 23, 2025
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run:health-check Run health-check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CUDA keyring installation docs use uname -m (breaks on Jetson/ARM64)

3 participants