RPi-Distro / pi-gen

Tool used to create the official Raspberry Pi OS images
BSD 3-Clause "New" or "Revised" License
2.57k stars 1.61k forks source link

doesn't have the component 'non-free-firmware' #713

Closed builderjer closed 10 months ago

builderjer commented 10 months ago

I just started getting this error.

W: Skipping acquire of configured file 'non-free-firmware/i18n/Translation-en' as repository 'http://deb.debian.org/debian bullseye-updates InRelease' doesn't have the component 'non-free-firmware' (component misspelt in sources.list?)
E: Unable to locate package linux-image-rpi-v8
E: Unable to locate package linux-image-rpi-2712
E: Unable to locate package linux-headers-rpi-v8
E: Unable to locate package linux-headers-rpi-2712

I am using https://github.com/usimd/pi-gen-action to run pi-gen on github and has worked for hundreds of images, then just came up with this

arm64 branch

XECDesign commented 10 months ago

It looks like you're building a bullseye image from a bookworm branch. You'd need to use bullseye-arm64 if that's what you're building.

builderjer commented 10 months ago

Thank you, I did not look deep enough to see that there was a new branch