Raspberry Pi support (arm64)? #725
Replies: 8 comments 5 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.
-
@aritger could you share if there is any update from the internal ticket ? |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, I'm not aware of any progress so far. |
Beta Was this translation helpful? Give feedback.
-
Any luck with progress here @aritger? I also would be excited to run NVIDIA hardware on the rapsberry pi 5 / cm5 platform. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, there hasn't been any interesting progress to report, yet. |
Beta Was this translation helpful? Give feedback.
-
Just wanted to post an update from over in the Pi PCIe repo, @RSC-Games is exploring IOMMU support on the Pi, possibly helping both Intel and Nvidia drivers work better on the Pi 5's PCIe bus, but it's very experimental currently, definitely with no success guaranteed: geerlingguy/raspberry-pi-pcie-devices#754 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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