-
Notifications
You must be signed in to change notification settings - Fork 122
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
Incompatible with Raspberry Pi 5B? #183
Comments
Pi 5 migration is a WIP here - #182 |
Can you give an estimation of when this work is likely going to be completed? |
Sorry, got stuck down by COVID and haven't been able to progress here. Unfortunately I can't venture any kind of timescales because they would be a lie. I'm dealing with too many unknowns. Which display are you trying to use? Some (but not all) are working, and it would be useful to get some additional input to see if what works for me works elsewhere. Currently Inky Impressions 7.3" works, but installing is a little but of a faff:
This should also add some new lines to
|
@Gadgetoid Sorry to hear about your bout with COVID - hope you're feeling better. A while after commenting here I read your post on the Pimoroni board and felt a little sorry for the mess of work Bookworm has given you. Great news though, this works on my Impression4! I do receive similar feedback as you stated in #182. Here's the output from image.py - I haven't attempted to modify anything yet. Image looks great though. Thanks for the work you're doing here!
|
Thank you! Feedback is very useful- one of the hardest things (apart from basically all my knowledge of the Pi ecosystem and GPIO being consigned to the bin) is not having enough people to bounce these changes off, and verify I'm not doing anything wildly silly. Thank you also for your understanding- I hate having to appeal to the wider complexity of the problem, since it always feels like there was some way we (or I, specifically) could have been more proactive (or even made different choices about the migration) and avoided some of this mess. I could certainly ramble justifications for hours, but that unfortunately wont fix anything 😭 (I was fortunate to only have pretty mild COVID symptoms, but it hit the whole family so it's been a rollercoaster) |
The issue is the PI5 uses a the RP1 southbridge chip, making the old library obsolete. Fortunately, there is a drop-in replacement. Here is the simple workaround:
I was able to successfully run the examples once I did the above. |
For better or worse it would be much more helpful if Pi 5 / Bookworm users tried #182 and complained at me if/when it breaks. |
As a follow up to @BryanH comment
Also works on the Pi5. |
Closing this one as we've now merged the updated installer into main (but do let us know if anyone has any issues with the new installer). There's updated install instructions in the readme: https://github.com/pimoroni/inky/blob/main/README.md I've also updated our Inky pHAT and wHAT Learn Guides: |
Trying to run this with all the required packages throws this for any of the test scripts:
Despite the error, seaborn is installed -
python3-seaborn is already the newest version (0.12.2-1)
The text was updated successfully, but these errors were encountered: