This commit is contained in:
Joerg Lehmann 2018-04-06 18:14:26 +02:00
parent de825dc84e
commit cbc0d80b99
1 changed files with 15 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Installation auf SD:
# raspi-config
- Change User Password: heimetli27
- Hostname: proxypi
- enable predicatble network interface names
- locale: en_US.utf8 (auch Default)
- locale: de_CH.utf8
- Timezone: Europe/Zurich
@ -23,10 +24,15 @@ Installation auf SD:
- Keyboard: Generic 105-key (Intl), German (Switzerland)
- Enable SSH Server
- WLAN einrichten (siehe "per WLAN")
- reboot
# apt-get update
# apt-get upgrade
reboot
# apt-get updat
Software installieren:
# apt-get install gammu python-gammu
# apt-get install python-serial
@ -40,6 +46,8 @@ Software installieren:
Firmware-Update:
# rpi-update
reboot
```
### Boot Config anpassen
@ -53,6 +61,12 @@ dtparam=audio=off
dtoverlay=pi3-disable-bt
```
Bluetooth Dienste disablen:
```
systemctl disable hciuart.service
systemctl disable bluetooth.service
```
### Zugang ermöglichen
```
@ -139,6 +153,7 @@ $ tar cvf /var/tmp/proxypi-git-files.tar .
# chown -R root:root /home/pi/web-root
# cd /home/pi/install-files
# for i in $(find . -type f); do echo cp $i /$i ; done
# for i in $(find . -type f); do if [ -f /$i ]; then cp -p /$i /$i.6apr2018; fi ; done
# for i in $(find . -type f); do cp $i /$i ; done
# systemctl enable my_web_server