https://github.com/nooploop/piejam_os
Linux system for PieJam
https://github.com/nooploop/piejam_os
audio raspberry-pi
Last synced: 2 days ago
JSON representation
Linux system for PieJam
- Host: GitHub
- URL: https://github.com/nooploop/piejam_os
- Owner: nooploop
- License: gpl-3.0
- Created: 2019-11-06T20:06:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-23T11:25:20.000Z (8 days ago)
- Last Synced: 2026-01-24T03:48:06.558Z (8 days ago)
- Topics: audio, raspberry-pi
- Language: Shell
- Homepage:
- Size: 189 KB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PieJam OS
This repository contains a `buildroot` based Linux distribution for
the [PieJam](https://github.com/nooploop/piejam) audio mixer application.
It's a minimal Linux system which starts PieJam directly after boot.
## Supported devices
#### SoC
* Raspberry Pi 2B
* Raspberry Pi 3B
* Raspberry Pi 4B
* Raspberry Pi 5B
#### Sound Cards
* All USB ones supported by Linux should work
#### Screen
* Official 7" Raspberry Pi touchscreen
* Official 7" Raspberry Pi touchscreen V2 (only on Pi 4B & 5B)
## Build
#### Raspberry Pi 2B
```
make raspberrypi2
```
#### Raspberry Pi 3B
```
make raspberrypi3
```
#### Raspberry Pi 4B
```
make raspberrypi4
```
#### Raspberry Pi 5B
```
make raspberrypi5
```
## 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.