forked from RPi-Distro/pi-gen
-
Notifications
You must be signed in to change notification settings - Fork 19
Installing the Nightly Build
Fayaaz Ahmed edited this page Jun 21, 2026
·
2 revisions
This guide covers how to flash the Mixxx Pi nightly image to an SD card. This image is unstable and has not been tested but contains up to date versions of Debian and Mixxx.
- Raspberry Pi 3, 4, 400, or 5
- SD card (16GB or larger recommended)
- PC with SD card slot or USB SD card reader
- Image file from the Nightly Release
- Go to the Nightly Release page
- Download the
mixxx-pi-*.zipfile under Assets - Extract the
.imgfile
- Download and install Balena Etcher
- Click Flash from file and select the
.imgfile - Click Select target and choose your SD card
- Click Flash
# Identify your SD card device (e.g., /dev/sdX or /dev/diskN)
lsblk
# Flash the image (replace X with your device)
sudo dd if=mixxx-pi.img of=/dev/sdX bs=4M status=progress conv=fsync- Insert the SD card into your Pi
- Connect power, monitor, keyboard, and optionally ethernet
- Power on - Mixxx should start automatically after ~60 seconds