Raspberry Pi support (arm64)? #725
Replies: 12 comments 23 replies
|
Same error happens with an A400, A4000, and 4090 on the Pi, also tested with the latest driver (both proprietary and open), version |
|
Hi @geerlingguy . I'm sorry I missed your earlier posts here. I've filed NVIDIA bug 5053788 internally for this. |
|
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? |
|
@aritger could you share if there is any update from the internal ticket ? |
|
I'm sorry, I'm not aware of any progress so far. |
|
Any luck with progress here @aritger? I also would be excited to run NVIDIA hardware on the rapsberry pi 5 / cm5 platform. Thanks! |
|
I'm sorry, there hasn't been any interesting progress to report, yet. |
|
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 |
|
Nvidia-open was tested, patched, and is currently working on the RPi 5. Success is not guaranteed and support is in the early stages, but it is working. See geerlingguy/raspberry-pi-pcie-devices#756 for more information. |
|
Are the pineboards still what you're using to connect an NVIDIA dGPU to the Raspberry Pi 5? I was going to pick up a hardware configuration to test in a different geography than where our current setup is, but it looks like pineboards.io is out of business? Are there other PCIe options for Raspberry Pi 5? |
|
I've opened a pull request for this: #972 It should work on the Pi as well. |
|
Any progress on this guys? Testing a 2070 right now |


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
amdgpukernel 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):
All reactions