nooploop / piejam_os

Linux system for PieJam
GNU General Public License v3.0
9 stars 1 forks source link
audio raspberry-pi

PieJam OS

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.

Supported devices

SoC

Sound Cards

Screen

Build

Raspberry Pi 2B

make raspberrypi2

Raspberry Pi 3B

make raspberrypi3

Raspberry Pi 4B

make raspberrypi4

Installation

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.