notes
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
# Doku Einrichtung volumio
|
||||
|
||||
## Stromverbrauch
|
||||
sudo /opt/vc/bin/vcgencmd get_throttled
|
||||
|
||||
# disable HDMI port via rc.local - https://lab.stefanoperna.it/tutorial/raspberry-pi/switch-onoff-the-hdmi-port-in-raspberry-pi-3/
|
||||
sudo nano /etc/rc.local
|
||||
|
||||
# disable unused HDMI port to save power (switch back on with sudo /opt/vc/bin/tvservice -p)
|
||||
/opt/vc/bin/tvservice -o
|
||||
|
||||
# disable power led via config.txt - https://www.raspberrypi.org/forums/viewtopic.php?t=149126#p1445502
|
||||
nano /boot/config.txt
|
||||
|
||||
# Disable the PWR LED
|
||||
dtparam=pwr_led_trigger=none
|
||||
dtparam=pwr_led_activelow=off
|
||||
|
||||
|
||||
## CJMCU-5102 (PCM5102A) verbunden https://blog.sengotta.net/connecting-a-pcm5102a-breakout-board-to-a-raspberry-pi/
|
||||
|
||||
VCC <–> Pin 2 (5V)
|
||||
|
||||
Reference in New Issue
Block a user