I have an SD-Card Image for a Pi Zero but the Pi Zero was always a bit slow for the task (Web-Server, Machinelearning). So I would now like to replace the Pi Zero with a Pi Zero 2 W.
Unfortunately, the Pi Zero 2 W does not boot from the old image. No LED turns on and I get the rainbow square on HDMI output.
- What is so different between both systems?
- And do I have a chance to modify the old image to be able to run on the Pi Zero 2 W?
PS: I already tried to create a new image, leave the boot partition as is and copy the file from the other partition over. No success.
PS: did a sudo apt-get update, upgrade and dist-upgrade
. seems I have debian stretch on the system...
/lib/modules/x.x.x
directory matching the kernel onto the root filesystem or you will have hampered functionality, because all the dynamically loadable kernel modules/drivers are there. It will not load modules compiled for a different version. However, as far as I am aware all models will still boot that way. – goldilocks Nov 11 '22 at 19:27