Skip to content

Instantly share code, notes, and snippets.

@iccir
Last active February 24, 2020 04:31
Show Gist options
  • Save iccir/b0e110b5bd695e606a150f4395204461 to your computer and use it in GitHub Desktop.
Save iccir/b0e110b5bd695e606a150f4395204461 to your computer and use it in GitHub Desktop.
Raspberry Pi for Room Correction

Prepare The Device

  1. Download Ubuntu 18.04 LTS
  2. Download Balena Etcher
  3. Launch Etcher and burn image to SD card.
  4. After burning, remove and reinsert the SD card so macOS mounts it. A system-boot partition will appear.
  5. In Terminal: touch /Volumes/system-boot/ssh to enable SSH access.
  6. Safely eject the volume, remove the SD card, insert into Raspberry Pi.
  7. Connect Raspberry Pi to power and ethernet.

First Boot

  1. Use your router's "Connected Devices" list to figure out the Pi's IP. In this tutorial, we will assume that the Pi's IP is 10.0.0.100.
  2. ssh into the PI: ssh ubuntu@10.0.0.100, password is ubuntu.
  3. You will be prompted to change the password, do so.
  4. sudo apt-get update
  5. sudo apt-get install jackd
  6. Follow the instructions to enable realtime process priority.
  7. sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment