-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
raspberrypifw binaries do not work on raspberrypi3 #30026
Comments
The package does patchelf on 32-bit arm executable and set a 64-bit link-loader (on aarch64):
Do we have 32-bit infrastructure for arm like we have on x86? |
No, we don't. AFAIK it's more difficult than the equivalent on x86 since there's no equivalent multilib support for that in GCC (i.e. no |
I changed the I tested that it compiles on AArch64, but don't have the hardware on hand right now (only RPi 1) so please test and close if it works now. |
On IRC I got a test report that the |
This seems to work now as of 18.09 and kernel 4.18.16:
Sidenote: Requires root access. Without, this fails with a misleading error message:
|
Issue description
When trying to run any of the binaries packaged in raspberrypifw (more specifically i was looking for vcgencmd) on my raspberrypi3 i get:
Steps to reproduce
Technical details
The text was updated successfully, but these errors were encountered: