-
Notifications
You must be signed in to change notification settings - Fork 130
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
Running released binary on a Raspberry Pi 3B (Raspbian 11 = "bullseye") #738
Comments
As a side-note, I was able to get
On sudo-capable RPi account:
If there's a way to cross-compile with the |
You don't need a full reinstall to updated a debian installation ;D I have a server running that started as debian8 and is running 12 now only updating via apt :p But problem aside in the past i cross compiled probe-rs for raspberry pi3b+ via cross. Building |
Thanks @Vollbrecht I got the remote What remains is:
None of this is a personal itch for me, any more. I got the cross-compiled version up and running, and will document the steps in a repo I own. Eventually.. |
It requires a later OS, as it was built with gh-hosted-runners that don't support that GLIBC version anymore. |
I'm mostly using
probe-rs
but would now need to set upespflash
as well, on a Raspberry Pi.I noticed there's a prebuilt release of 3.3.0 for
armv7-unknown-linux-gnueabihf
- GREAT!Downloaded,
scp
:ed over to the Pi, launching gives:This looks similar to #454 - which was resolved.
My options are:
a) upgrading to
Bookworm
- would like to avoid that, since it seems like a full reinstall. My Pi is stable as it is, and I have no other urgent need to upgrade.b) cross-compile; what I do for
probe-rs
Perhaps my question is: is the 3.3.0 binary release expected to work on Raspbian OS 11 ("bullseye")?
system info
The text was updated successfully, but these errors were encountered: