Raspberry Pi support (arm64)? #725
geerlingguy
started this conversation in
Ideas
Replies: 1 comment
-
Same error happens with an A400, A4000, and 4090 on the Pi, also tested with the latest driver (both proprietary and open), version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying to get an RTX 3080 Ti working on my Raspberry Pi 5 — see issue here: geerlingguy/raspberry-pi-pcie-devices#549
I've been able to get the
amdgpu
kernel driver to work with full desktop environment and hardware acceleration support, though we still run into occasional bugs that we're squashing.The Nvidia drivers seem to run better on supported arm64 platforms, like Ampere Altra and AmpereOne, and many have reported success on other arm64 platforms (like Honeycomb or NXP dev boards).
Judging by my latest attempt with the newest open kernel driver (installed with
sudo ./NVIDIA-Linux-aarch64-550.127.05.run -m=kernel-open
), there may be a few memory mapping-related errors, in my testing on a Pi 5 with 8 GB of RAM:It would be great if I could get any level of working support for the card (or newer generation cards, 40 series or workstation cards) on the Pi 5.
Beta Was this translation helpful? Give feedback.
All reactions