helgeerbe / picframe

Picture frame viewer for raspi, controlled via mqtt and automatticly integrated as mqtt device in homeassistant.
MIT License
110 stars 32 forks source link

Pi 4 doesn't seem to be compatible with Buster on a fresh install #364

Open sapnho opened 10 months ago

sapnho commented 10 months ago

Last night, I updated one of my earliest articles to reflect the fact that Buster isn't available in the Raspberry Pi Imager software anymore. Upon testing, I discovered that the Pi 4 apparently now requires Bullseye or Bookworm.

I also saw this post on the Pi forum.

Good thing, we almost have Pi3D PictureFrame running on Bookworm.

Can anybody confirm the Pi 4 incompatibility with Buster?

sapnho commented 10 months ago

I found a more recent Buster image that works on the Pi4: https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2021-05-28/

That works!

Dropbear67 commented 10 months ago

Can anybody confirm the Pi 4 incompatibility with Buster?

yes I can. There was a way around it by overwriting files in the boot directory but hopefully your new image fixes the need to do that

sapnho commented 10 months ago

Yes, it does.

sapnho commented 5 months ago

I guess we can close this issue.