soundslab/README.md

82 lines
1.3 KiB
Markdown
Raw Normal View History

2020-07-05 16:39:26 -04:00
# installation and dev log
*TODO*: clean up log entries, flesh out details for readers
2020-07-05 17:02:44 -04:00
*TODO*: add project goals, features, BoM, relevant links
*TODO*: set up repo directory structure
*TODO*: move all these todos into issues or something i dunno
2020-07-05 16:39:26 -04:00
## initial setup
wrote raspbian image to sd card
2020-07-05 16:50:06 -04:00
2020-07-05 16:39:26 -04:00
added empty file `/boot/ssh`
2020-07-05 16:50:06 -04:00
2020-07-05 16:39:26 -04:00
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
2020-07-05 16:50:06 -04:00
2020-07-05 16:39:26 -04:00
logged in via ssh
2020-07-05 16:50:06 -04:00
2020-07-05 16:39:26 -04:00
changed passwd
2020-07-05 16:50:06 -04:00
2020-07-05 16:39:26 -04:00
`sudo raspi-config`
2020-07-05 16:50:06 -04:00
- set up locale
- disable wait for network at boot
- resize filesystem in advanced
2020-07-05 16:39:26 -04:00
reboot
logged in via ssh
2020-07-05 16:50:06 -04:00
2020-07-05 16:39:26 -04:00
confirmed filesystem resize
2020-07-05 16:50:06 -04:00
2020-07-05 16:39:26 -04:00
`sudo apt update && sudo apt upgrade -y && sudo apt install tmux usbmount vim`
2020-07-05 16:50:06 -04:00
2020-07-05 16:39:26 -04:00
`sudo vim /etc/hostname`
2020-07-05 16:50:06 -04:00
2020-07-05 16:39:26 -04:00
changed to soundslab
2020-07-05 16:50:06 -04:00
2020-07-05 16:39:26 -04:00
shutdown -h now
## install and configure DAC hat
added hat to pi zero
2020-07-05 16:50:06 -04:00
2020-07-05 16:39:26 -04:00
booted pi
2020-07-05 16:50:06 -04:00
2020-07-05 16:39:26 -04:00
`sudo wget -O - script.raspiaudio.com | bash`
2020-07-05 16:50:06 -04:00
2020-07-05 16:39:26 -04:00
reboot
## install and configure display hat
## install and configure UPS hat
## install musikcube from github
2020-07-05 17:04:55 -04:00
https://github.com/clangen/musikcube/wiki/raspberry-pi
2020-07-05 16:39:26 -04:00
## install UI script from gitea
*TODO*: write this script!
## install startup scripts from gitea
*TODO*: write these scripts!
## reboot into soundslab!