From 41195b3cca57802d7f521adb84503ec05d8079b7 Mon Sep 17 00:00:00 2001 From: interfisch Date: Tue, 8 Mar 2022 19:50:33 +0000 Subject: [PATCH] add step reboot to enable uart --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c598058..d00b125 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,17 @@ After login (ssh) proceed with these steps: 11. `sudo chmod u+x /etc/rc.local` 12. `chmod u+x ~/bananenkeyboard/piconfig/readonly.sh` 13. `~/bananenkeyboard/piconfig/readonly.sh` +14. `sudo reboot` -Start with +By copying the rc.local (step 10), the script will be started in a `screen` after reboot. + +To start it manually type: `cd ~/bananenkeyboard/Pi` `python3 ./s.py` -By copying the rc.local (step 10), the script will be started in a `screen` after reboot + # Convert and remove silence from samples: `for file in *.mp3; do ffmpeg -i ${file} -af silenceremove=1:0:-30dB ${file/mp3/wav} -y; done`