-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
One single image for Pi Zero W2, Pi3, Pi4 and Pi5 #7361
Comments
|
That image supports the RPi 5 as well. It ships with the 4k page size kernel, that supports all (64-bit capable) models. The RPi5 image ships with the 16k page size kernel, which might have some performance benefits on RPi 5, but is not supported by the older ARMv8 arch of the older RPi models. Did you btw mean Bullseye for some reason, or is Bookworm fine? While those kernel packages are generally distro version agnostic, they are available on the RPi Bookworm repo only. So they would need to be pulled/provided separately, to generate a Bullseye image with them. |
Well, I did not get it completely I believe :-( With my two productive releases I'm still on Bullseye showing this: Some time ago I tried this with a Pi5 but no luck. Did I understand it right that there is a chance to update the kernel of the Pi (and some other files) in /boot so it boots on a Pi5? This would be the perfect solution for me at the moment saving my time upgrading to Bookworm. |
@DrCWO even on Bullseye, your kernel should be Linux 6.1. And you need the new Bookworm image image linked by Joulinar or upgrade your system to Bookworm, then migrate to the new kernel stack, to support RPi 5. But let's find out why you are running an outdated kernel: dpkg -l rapberrypi-kernel
apt policy rapberrypi-kernel
ls -l /lib/modules/
dpkg -S "/lib/modules/$(uname -r)" |
Hi, here the requested output:
Main reason that I'm still on this release is that there are several hundred unattended Raspberry PIs with my software out in the field. These boxes run an unattended nightly update of my own software. But updating the system without touching it from remote is not so easy. I did a lot of modifications and a simple Dietpi update breaks my setup. On the system I configured only very few processes run as it is just a host for my own software. Chromium runs in Kiosk-Mode via HDMI. I plan to build a new image some day on a more modern Linux but if I do this I like to have a system that supports all ARMv8 PIs PI5 included. In the meantime it would be great if I might to upgrade the existing image so it can be used on Pi5. |
Oh As said, RPi 5 strictly requires Bookworm and latest kernel, so indeed you would need to migrate your software then to support the new packages. But I wonder, which APT upgrades break your software in particular, and how? Because Debian does actually not push any breaking changes to their stable repository, so it should be very rare and in case easy to fix any issues caused by |
Thank you for clarification. So as soon as I can I will set up a new image and try to automate my installation so in future it should be easier for me to migrate. |
Ah right, now I remember. An |
Creating an image request
I currently use the same ARMv8 image for Pi Zero W2, Pi3 and Pi4.
Is there a Bullseye image supporting Pi Zero W2, Pi3, Pi4 and Pi5 using the same image?
This will help me a lot as I only have to distribute and administrate one image for all platforms.
Best DrCWO
The text was updated successfully, but these errors were encountered: