„README.md“ ändern

This commit is contained in:
starcalc 2022-02-27 14:36:37 +00:00
parent 17e0af3568
commit 8052967c35
1 changed files with 5 additions and 2 deletions

View File

@ -15,11 +15,14 @@ Remember to activate "ssh" before booting first (touch "/boot/ssh" on the MicroS
After login (ssh) proceed with these steps:
1. `sudo apt update`
2. `sudo apt upgrade`
3. `sudo apt -y install git python3-pip libsdl2-mixer-2.0-0`
3. `sudo apt -y install git python3-pip libsdl2-mixer-2.0-0 usbmount`
4. `git clone https://repos.ctdo.de/interfisch/bananenkeyboard/`
5. `pip3 install pyserial pygame`
6. `sudo sh -c 'echo "\n[all]\nenable_uart=1\n" >>/boot/config.txt'`
7. `chmod u+x ~/bananenkeyboard/Pi/s.py`
7. `sudo mkdir /etc/systemd/system/systemd-udevd.service.d`
8. `sudo sh -c 'echo "[Service]\nPrivateMounts=no" >/etc/systemd/system/systemd-udevd.service.d/00-my-custom-mountflags.conf'`
9. `chmod u+x ~/bananenkeyboard/Pi/s.py`
10. `sudo sh -c 'cp ~/bananenkeyboard/piconfig/rc.local /etc/rc.local'`
Starten mit