Replies: 5 comments
-
@ryao honestly, I believe will be much easier to wait for Raspberry Pi 5 with fixed PCIe behavior, currently, it's just broken in some aspects. Broadcom should take attention here. |
Beta Was this translation helpful? Give feedback.
-
It would be neat to try on other ARM boards with PCIe capabilities, such as ROCKpro64 (RK3399 SoC), that may have the PCIe configured properly. It kinda sucks that RPi's almost always had their stuff somehow limited/bodged. |
Beta Was this translation helpful? Give feedback.
-
Will the Raspberry Pi 4 be any better with the UEFI firmware? |
Beta Was this translation helpful? Give feedback.
-
@Qinka no, the main problem is that Raspberry Pi 4 not fully complain to PCIe standard by design. |
Beta Was this translation helpful? Give feedback.
-
So.... It's 2025, and the Pi 5 is out with PCIe support. Just tried to hook up the following bits:
The goal is to put the GPU online so that I could host something like Ollama or some other straight-to-GPU solutions that just need a lightweight interface and network connectivity on the cheap, which the Pi 5 provides. Inspiration was this article, which nobody appears to be able to replicate. I'm getting errors from the driver trying to initialize the card, and the good folks on the NVIDIA forum said it appears to be because the proprietary drivers don't support the Broadcom PCI bridge (vendor ID 0x14E4) based on this debug output:
I haven't tried the OSS drivers yet, but it sounds like as they stand they probably won't support it either out of the box. How hard would it be to add? Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://www.jeffgeerling.com/blog/2022/external-graphics-cards-work-on-raspberry-pi
There are issues with the BCM2711's PCIe root complex that make it difficult to get graphics cards working on the Raspberry Pi.
It would be extremely cool if some workarounds could be added to this driver to support the Raspberry 4 Compute Module.
I do not expect this to be a priority of any kind. I am putting the idea out there for those interested in nerd credit. :)
Beta Was this translation helpful? Give feedback.
All reactions