浏览代码

Merge branch 'master' of https://tree.clementinecomputing.com/clementinecomputing/popufare

clementinecomputing 5 年之前
父节点
当前提交
766ae3a128
共有 3 个文件被更改,包括 10 次插入3 次删除
  1. 1 1
      aux/deploy-busunit-interactive
  2. 2 2
      busunit/rootfs/etc/rc.local
  3. 7 0
      experiment/production/Misc-Notes.md

+ 1 - 1
aux/deploy-busunit-interactive

@@ -123,7 +123,7 @@ read adddeps
 
 if [[ "$adddeps" =~ ^[yY]?$ ]]; then
 
-  deps="espeak mplayer git ppp ppp-dev"
+  deps="espeak mplayer git ppp ppp-dev sox alsa-utils unclutter fbi xinput-calibrator ffmpeg jq"
 
   echo ""
   echo "  Installing: $deps"

+ 2 - 2
busunit/rootfs/etc/rc.local

@@ -36,7 +36,7 @@ sleep 2
 sleep 2
 
 ## If using HDMI sound, uncomment the following two lines...
-#vcgencmd force_audio hdmi 1 2>&1 >> /tmp/audio.log &
-#sleep 1
+vcgencmd force_audio hdmi 1 2>&1 >> /tmp/audio.log &
+sleep 1
 
 exit 0

+ 7 - 0
experiment/production/Misc-Notes.md

@@ -160,6 +160,13 @@ I followed [this](https://raspberrypi.stackexchange.com/questions/39165/how-can-
 systemctl stop serial-getty@ttyAMA0.service
 ```
 
+Disable permanently:
+
+
+```
+systemctl disable serial-getty@ttyAMA0.service
+```
+
 
 
 ### Other References