-
Notifications
You must be signed in to change notification settings - Fork 103
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
Support Raspberry Pi OS 64bit #91
Comments
The manual install of the library works With that I was able to run |
Looks like I'd better get my skates on and allow installs on 64bit - https://www.raspberrypi.com/news/raspberry-pi-os-64-bit/ |
I've just installed this on a Pi 3B, with the official 64 bit OS. I downloaded the script and removed the two tests that were failing: The rest of the procedure was unchanged, and it works fine! So hopefully @Gadgetoid doesn't have a lot to do... (edited to correct the architecture) |
Thank you @mahood73 that's helpful. I'm starting to wonder if the OS check is all that much use, since "Debian/aarch64" is pretty generic. It might just need ripping out. I'm tending toward less complicated installer scripts, since these are a legacy holdout from when I had a helping hand working on them and thus a nightmare to maintain. |
I have unceremoniously deleted all OS, arch and system checks from the installers- inserting a slightly louder warning about running only on a Raspberry Pi. Hopefully this will get us away from the brick wall OS compat message to actually discovering if there are any incompatibilities (I doubt it.) Installer should hopefully work now! |
Hopefully I haven't regressed any of this in #102 |
Any update on support for Pi 5 and 64bit? |
WARNING Wall of text to follow!!
|
pi@raspberrypi400:~ $ curl https://get.pimoroni.com/blinkt | bash
This hardware is not supported, sorry!
Config files have been left untouched
pi@raspberrypi400:~ $ uname -a
Linux raspberrypi400 5.10.11-v8+ #1399 SMP PREEMPT Thu Jan 28 12:14:03 GMT 2021 aarch64 GNU/Linux
The text was updated successfully, but these errors were encountered: