add README.md

This commit is contained in:
Sundog Jones 2020-07-05 13:39:26 -07:00
commit ed20cc5b58
1 changed files with 58 additions and 0 deletions

58
README.md Normal file
View File

@ -0,0 +1,58 @@
# 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!