-
Notifications
You must be signed in to change notification settings - Fork 110
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
raspberry pi support ? #2
Comments
I believe it can be quite challenging as the issue is raspberry pi has only 1 Ethernet port, and it's not 1Gbps either. |
At this point, I’m not looking to add any more supported platforms. That said, I started development on a Raspberry Pi 3B with an Apple USB ethernet adapter, so it should be possible to run router7 in such a setup, possibly with a few changes. If you want to do the work, we can talk about getting pull requests merged to make this possible. |
With gokrazy/kernel change gokrazy/kernel@88166bd, the required kernel modules for router7 are now available. So, if you change e.g. the Lines 14 to 24 in 1250211
such that:
you should be able to run router7 on the Raspberry Pi just fine. One caveat: even with the Raspberry Pi 4, which has a gigabit ethernet port as part of its system-on-chip, and USB3 ports to which you can connect an additional gigabit ethernet adapter, it proves tricky to get full gigabit speeds:
The measured speed without the Raspberry Pi in the middle is ≈930 Mbit/s. So, if your upstream connection is slower than 500 Mbit/s, running router7 on the Raspberry Pi 4 might be a good option for you. That said, it’s still not a good option for me, so I won’t officially recommend doing so—if you’re willing to enter uncharted territory, let me know how it goes! :) |
Hi @stapelberg I think something like https://www.dfrobot.com/product-2242.html should work... if I can get my hands on a CM4 module, I will report back success (or lack of) here. |
Looks like a good option for the Raspberry Pi indeed. Looking forward to your report! |
For the moment it seems impossible to get one... maybe @geerlingguy can test it as a follow-up to https://www.jeffgeerling.com/blog/2021/two-tiny-dual-gigabit-raspberry-pi-cm4-routers |
No description provided.
The text was updated successfully, but these errors were encountered: