Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 610 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 610 Bytes

JackTrip Raspberry Pi Image

# Clone buster branch of pi-gen repository
git clone -b buster https://github.com/RPi-Distro/pi-gen.git

# Clone this repository as a subdirectory
cd pi-gen && git clone [email protected]:jacktrip/jacktrip-image.git

# Grab the latest binary files
wget -q -O - https://files.jacktrip.org/binaries/jacktrip-image-files-20220825.tar.gz |tar -C jacktrip-image/00-sys-tweaks/files -xzvf -

# Copy pi-gen config file
cp jacktrip-image/config .

# Apply patch to pi-gen stages
patch -p1 < jacktrip-image/pi-gen.patch

# Build image using a docker container
sudo ./build-docker.sh