MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.8k stars 494 forks source link

available image for Pi-5 #7004

Open DrCWO opened 5 months ago

DrCWO commented 5 months ago

Hello, I provide a ready to run image with my software for Pi 3/4 based on DietPi v8.10.2.

Can I use this image for Pi-5? If yes what didn't work with Pi5 using this image?

Thanks' DrCWO

MichaIng commented 5 months ago

DietPi v8.10 won't run on this image, but the version is ships with.

What does not work yet via DietPi scripts is:

I made some ToDo here: https://github.com/MichaIng/DietPi/issues/6676#issuecomment-1902641095

But as long as you do not rely on affected camera software and can in case configure display and overclocking following the RPi docs, it should work pretty well.

DrCWO commented 5 months ago

Right now I got a Pi5 and inserted my DietPi image v8.10.2, uname: Linux rooExtend 5.15.61-v8+ #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022 aarch64 GNU/Linux

The installed operating system (OS) does not indicate support for Raspüberry Pi 5
Update the OS or set os_check=0

I added os_check=0 in /boot/config.txt This time I see nothing at HDMI if I boot and also my IP scanner was not able to find the device. For me this means: My custom image did not boot any more on Pi5.

Any suggestions how I can make it work?

MichaIng commented 5 months ago

As I said, this cannot work, as the kernel simply does not support the RPi 5. You need to use our RPi 5 image, or migrate your image to the new kernel/firmware package stack (which implies a DietPi update to latest version): #6676

DrCWO commented 5 months ago

Oh sorry seems I got you wrong reading: "But as long as you do not rely on affected camera software and can in case configure display and overclocking following the RPi docs, it should work pretty well."

MichaIng commented 5 months ago

Ah yes, this was meant for the RPi 5 image from our download page, respectively when applying the migration script. I see I also didn't answer clearly at first.