[WIP] a project to build an inexpensive portable personal digital audio player with a simple interface yet advanced functionality.
Go to file
Sundog Jones ed20cc5b58 add README.md 2020-07-05 13:39:26 -07:00
README.md add README.md 2020-07-05 13:39:26 -07:00

README.md

installation and dev log

TODO: clean up log entries, flesh out details for readers

initial setup

wrote raspbian image to sd card added empty file /boot/ssh added file /boot/wpa_supplicant.conf:

country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
    ssid="WIFI_SSID"
    scan_ssid=1
    psk="WIFI_PASSWORD"
    key_mgmt=WPA-PSK
}

booted pi logged in via ssh changed passwd sudo raspi-config set up locale disable wait for network at boot resize filesystem in advanced reboot

logged in via ssh confirmed filesystem resize sudo apt update && sudo apt upgrade -y && sudo apt install tmux usbmount vim sudo vim /etc/hostname changed to soundslab shutdown -h now

install and configure DAC hat

added hat to pi zero booted pi sudo wget -O - script.raspiaudio.com | bash reboot

install and configure display hat

install and configure UPS hat

install musikcube from github

install UI script from gitea

TODO: set up repo TODO: write this script!

install startup scripts from gitea

TODO: write these scripts!

reboot into soundslab!