UPDATE: 6.12.16 Image
Updated image, firmware, kernel! Raspberry Pi will soon be moving over to the 6.12.y kernel so here we are. I had to make some small tweaks to the backlight driver to compile in 6.12.y but I’ve made it so we don’t need the backlight.service for the CM5. If you find any problems let me know!
If you have a CM5 lite and are having problems with the sd card booting. Try this solution by @paragonnov Your CM5 lite has to have updated firmware that was released after 2025-01-06. Check using vcgencmd version
to update sudo rpi-eeprom-update
sudo rpi-eeprom-config -e
To edit the eeprom.
backup current config, then replace with:
[all]
BOOT_UART=1
# Switch off PMIC outputs on HALT
POWER_OFF_ON_HALT=1
# Try boot on SDCard repeatly
BOOT_ORDER=0xf1
SD_BOOT_MAX_RETRIES=2
# Slow down SDCard SDR Mode on bootloader
SD_QUIRKS=1
Features: ClockworkPi-Bookworm-6.12.y
- Desktop and Lite images available.
- Image built using Pi-Gen.
- Dark mode for all screens (first boot, login, desktop)
- Sane charging defaults applied.
- External WiFi antenna already set in config.txt.
- A few clockworkpi images for wallpapers.
- Activate 4g card by
uconsole-4g enable
anduconsole-4g disable
- linux-headers included with kernel
- Works with both DevTerm and uConsole.
- Updated driver overlays - easier config.txt management.
- Just follow the instructions at the bottom of the config.txt
Raspberry Pi Imager will cause image not to boot if you apply custom settings.
I have added a few working/testing images and kernels with the *.deb files to install in the mega folder if you want for different OSs. I will be adding updated images with CM5 support soon. If it doesn’t have CM4 in the image name it’ll work on the CM5.
Google Drive link for the main image if Mega doesn’t work for you.
https://drive.google.com/drive/folders/1tw2uPVPsFDhQ5Onx4mlllYexUDmDp0eK?usp=sharing
Here’s my Github with the rpi-6.12.y branch if you’d like to compile yourself. All the ClockworkPi drivers are pre-marked to compile in bcm2711_defconfig or bcm2712_defconfig. Also the APT repo with kernels and hardware scripts for ClockworkPi devices
Support my work and buy me a coffee here.