Questions tagged [pi-gen]

For questions on using the Pi-Gen tool to build Raspberry Pi OS images.

Pi-Gen is the tool used to build the official Raspberry Pi OS images available for download from the Raspberry Pi homepage. It provides a script-driven and heavily customizable build environment to assemble an OS image that can be directly written to the Pi's (Micro)SD card and therefore enables users to create their own tailored Pi OS installations in a reproducible way.

Use this tag if you are creating your own Pi OS image with Pi-Gen and find that the build process fails due to reasons inherent in the Pi-Gen or the build configuration, or the resulting image contains errors likely attibutable to the Pi-Gen build process.

5 questions
6
votes
4 answers

OS image made using Pi-Gen lacks JPEG support in GTK

I recently started using Pi-Gen to generate customized prebuilt Raspberry OS images for use with a RaspberryPI 4. I use the build-docker.sh script on a Linux Mint VM. However, in a test run with minimal changes (the config file only sets the…
AdminBee
  • 264
  • 2
  • 16
6
votes
1 answer

Is any mirror of archive.raspberrypi.org available?

Notice: it's not about mirrors of archive.raspbian.org but archive.raspberrypi.org. Earlier one has so many mirrors all over the world. Background I'm building a customized Raspbian image with RPi-Distro/pi-gen and every time I build the image it…
puhitaku
  • 161
  • 1
  • 4
1
vote
0 answers

Where can I find what driver packages are needed for specific RPi models?

The basic -lite image installs the following (and more) packages: wpasupplicant wireless-tools firmware-atheros firmware-brcm80211 firmware-libertas firmware-misc-nonfree firmware-realtek Where can I find what HW drivers these packages contain and…
maloo
  • 111
  • 2
1
vote
1 answer

Using DKMS in pi-gen

The problem I am attempting to build a DKMS based module in pi-gen and not having any luck finding raspberrypi-kernel-headers. I am working in stage3 of the pi-gen build. I have the following steps 00-configure-apt where I add 2 private…
cWarren
  • 121
  • 5
0
votes
1 answer

pi-gen + Access point as WiFi router/repeater with additional WiFi-dongle

We're using a forked version of pi-gen (https://github.com/RPi-Distro/pi-gen) to build custom RPi images. As part of the build, we're trying to set the RPi up as an Access point as WiFi router/repeater with additional WiFi-dongle (thanks @Ingo), and…
timborden
  • 113
  • 4