Supporting Debian Raspberry Bookworm? #2
Replies: 1 comment 4 replies
-
Regarding the EEPROM files: The reason for including those files is that we require the A/B partition firmware features which only have been introduced recently. On first boot, the files will lead the Pi 4 to update its firmware. Without those files, an off-the-shelf Pi 4 with an old firmware would not boot. I am not sure what the effects of these files on a Pi 5 are, though. I just implemented an option for include_firmware = "none" Regarding the switch to Presumably, the issues with Bookworm are because it comes with an I also pushed some other smaller fixes required for Bookworm to work. At least it works for me now. ;) Can you confirm that these fixes solved your problems? (Please make sure to wait for the latest Docker images to become available and pull them in before trying it again.)
Yes, we very much welcome PRs.
This would be great. We are also trying to get our hands on one. |
Beta Was this translation helpful? Give feedback.
-
I've currently be trying to use use the latest Raspberry image which is based on Debian Bookworm and brings in support for Raspberry Pi 5 (rpi5), however the image does not boot when applying the image to a Raspberry Pi 4 (rpi4).
Looking at the related Raspberry Pi release notes for 2023-10-10-raspios-bookworm-arm64-lite.img.xz, it hints at potential root causes:
In addition, the
rugpi-bakery bake
command includes the rpi4 eeproms, however I have been experimenting with excluding the eeproms from the image, however the image was still not bootable.So here comes the main point questions/info (and hence why I'm posting in the discussion and not in the issues):
Beta Was this translation helpful? Give feedback.
All reactions