-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anyone have this working on Pi 5? #180
Comments
I think hardware has changed on Pi5. I’m sitting here with one but had to drop back to the Pi4. |
I've seen they changed the way the gpio is so hopefully this is just a caribou firmware update we need and not the end of the road. I picked up a pi 5 just for this project in hopes of making a all in one sdr system to carry around. By the way thanks for all your work on DragonOS it really is a awesome SDR OS build. |
As of now, it won't work with the RPi 5. In my opinion it should be mentioned everywhere, because that is quite misleading. The Raspberry Pi 5 doesn't have the SMI (Secondary Memory Interface) the cariobou relies on, because that was a feature of the Broadcom SoC. Now the 40-pin GPIO header is connected to the RP1, which doesn't implement this interface. As the RP1 has an ARM core with PIO peripherals however, it might be possible to implement an interface to the FPGA there, but that will require quite intensive software changes, patching of the ARM code running in the RP1, and most likely a modified gateware for the FPGA on the caribou. Currently, there isn't even an official way to run code on the RP1, let alone documentation for the ARM peripherals (like the PIO) of the RP1. However, some people are already hacking/reverse engineering that: https://github.com/MichaelBell/rp1-hacking Yet, I doubt there will be RPi5 support for the caribou anytime soon. |
They are trying to make it work... |
Awesome I am happy to see at least some progress. The performance of my pi5 8gb's blows my pi4's out the water. sometimes I forget that I am on a pi when in remote desktop. I hope to have a pi5 with my m.2 nvme and the caribou to use with my satellite tracker but I need to run gpredict and satdump at the same time. the pi5 can do live passes while running a GUI desktop and the 4 can barely hang in console mode. This paired with a 10in touchscreen and battery all stuffed in a nice all in one case will be the ultimate mobile sat rig. Sure I could use a laptop but where is the fun in that. |
i have control of the PIO block on the pi5, and it can sustain about 500mbit of transfer from gpio to dram the repos: an example of using it:
after that, its just a matter of getting some PIO code to handshake with the fpga and setup bi-directional comms |
Just tagging these devs in case they haven't seen this @AlonSpinner @matteoserva @meexmachina |
Would love to see it :) Getting into some SDR stuff this year (finally), and I was about to pop it on a Pi 5 but will hold off and stick with a Zero 2W for now. I would be happy to help in any way (even if that's just trying to run a few things up to whoever will listen, for better RP1 support/documentation). |
hi Jeff. |
Has anyone gotten the caribou to work on a pi5? if so what steps did you take? I am getting /dev/gpiomem not found as it seems they changed the GPIO access in the 5
The text was updated successfully, but these errors were encountered: