Scripts and GitHub Action to build a custom TURTLE Raspberry Pi image. Built with Raspberry Pi pi-gen.
Use either Etcher or the Raspberry Pi Imager to flash the image to the sd card.
- clone pi-gen in a folder (https://github.com/RPi-Distro/pi-gen)
- on ubuntu make sure to install docker as well as
qemu-user-staticso it can emulate arm - copy over the contents of the
pifolder into the pi-gen repository - run the docker-build.sh script in pi-gen