Raspberry Pi support (arm64)? #725
Replies: 3 comments 3 replies
-
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.
-
Hi @geerlingguy . I'm sorry I missed your earlier posts here. I've filed NVIDIA bug 5053788 internally for this. |
Beta Was this translation helpful? Give feedback.
-
I could also use a description of your Raspberry Pi hardware configuration: what is the combination of hardware modules that you're using to connect a GPU to the Raspberry Pi? |
Beta Was this translation helpful? Give feedback.
-
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.
Here is a picture showing an overview of my hardware setup for testing (in this case, with an A400 plugged in):
Beta Was this translation helpful? Give feedback.
All reactions