Closed fotosyn closed 2 years ago
Sorry for the slow response on this one - hopefully you've now got this sorted!
If not - have you double checked you've got SPI enabled in raspi-config ?
Closing as Inky should hopefully now be playing nicely with Bullseye - let us know if you're still having problems!
I had success getting this to run on an older build of Raspberry Pi OS; yet I want to be able to do this from new. I have created some image capture / processing scripts which I cannot get to work on my Raspberry Pi 4B
I have a Pi Zero with a previous version of Raspberry Pi OS and things run fine.
Problem:
I have a freshly / brand new install of Raspberry Pi OS
I downloaded the Pimoroni libraries from here as instructed. Ends up like this:
I enabled I2C in raspsi-config, after receiving this error when I tried
python3 identify.py
:Checked my kernel version after
sudo rpi-update
:After a reboot, I trued the following with
python3 identify.py
again:All good. Then I try
python3 logo.py
- No diceScript runs and completes successfully, but the Inky Impression does not update. Same for any of the examples. Almost like a graceful failure with no verbose reporting.
Unplug the Inky and connect to my Pi Zero which has a previous version of Raspberry Pi OS / Raspbian (Buster). Works fine. Swap SD cards into the Pi 4 I've been trying with swapping out the new card for the one from the Zero.
Again works fine with the card from the Pi Zero and older OS. Which is cool. But.... I want to be able to document this in part of my deployment of some scripts, and it appears I cannot get this to work on a fresh install with recent updates.
I don't want to target legacy builds to get this working, even for your examples.
I'm sure you've been asked this already; and I have seen some references but none of the advice seemed to work. Can you help?