Mixxx image for the raspberry pi
This repo is for the generation of a raspbian image for Mixxx. Included:
Instructions moved to wiki
NOT REQUIRED FOR VERSIONS v0.9.0 AND ONWARDS Instructions left for older versions
Between step 7 and 8 in the instructions above (after the SD card is flashed with the image but before you run it the first time on your Pi3). Open up /boot/cmdline.txt on whatever PC you used to do the flash, and remove the threadirqs part from the end of the line. Do not remove the whole line.
It should look like this:
console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 fsck.repair=yes rootwait quiet init=/usr/lib/raspi-config/init_resize.sh
This disables threadirqs
option which causes a kernel panic on the Pi3.
pi
, password: mixxx
, home dir: /home/pi/
) or plug in a usb stick/boot/config.txt
was stable:over_voltage=6
arm_freq=2000
gpu_freq=750
Make sure you restart to see its effects. You will need a good power supply to ensure undervolting does not happen.
Extra debugging:
Plugging in a keyboard and hitting alt+enter
will give you a terminal.
Logs for mixxx are available at: /home/pi/.mixxx/mixxx.log
Original instructions of forked repo are in pi-gen-readme