Update README.md

This commit is contained in:
Neythen Treloar 2021-12-01 16:34:17 +00:00 committed by GitHub
parent e47b90b7ed
commit b90fd1c468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,15 @@ Now to turn off the audio circuit open the config file with
```console ```console
sudo nano /boot/config.txt sudo nano /boot/config.txt
``` ```
look for the dtparam=audio option and turn it to off, the line should look like this: look for the dtparam=audio option and turn it to off, the line should look like this. And disable bluetooth, change temp limit:
```console ```console
dtparam=audio=off dtparam=audio=off
dtoverlay=disable-bt
temp_soft_limit=70
``` ```
```console ```console
nano /boot/config.txt nano /boot/config.txt
``` ```
temp_soft_limit=70
```console ```console
nano /boot/cmdline.txt nano /boot/cmdline.txt
@ -32,10 +33,15 @@ isolcpus=3
enable ssh enable ssh
```console
disable bluetooth cd /Volumes/boot
touch ssh
disable hdmi ```
disable hdmi, add this line above exit 0
```console
sudo nano /etc/rc.local
/usr/bin/tvservice -o
```
then reboot the pi with then reboot the pi with
```console ```console
@ -76,7 +82,7 @@ You then connect to the server using the url fintic.local:1024
```console ```console
python3 server.py python3 server.py
``` ```
in broswer go to url http://raspberrypi.local:1024 in browser go to url http://raspberrypi.local:1024
## Notes ## Notes