This repository contains a buildroot
based Linux distribution for
the PieJam audio mixer application.
It's a minimal Linux system which starts PieJam directly after boot.
- Raspberry Pi 2B
- Raspberry Pi 3B
- Raspberry Pi 4B
- All USB ones should work
- Only the official 7" Raspberry Pi touchscreen
make raspberrypi2
make raspberrypi3
make raspberrypi4
The build step will create an image, which you need to copy to a microSD card:
dd if=br2_external/output/raspberrypi2/images/sdcard.img of=/dev/sdX
Replace /dev/sdX
with the device for your microSD card.