From b90fd1c4689b5e405ad4c10935a9f2cb973996cf Mon Sep 17 00:00:00 2001 From: Neythen Treloar <33317183+zcqsntr@users.noreply.github.com> Date: Wed, 1 Dec 2021 16:34:17 +0000 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c6cbab3..a46335b 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,15 @@ Now to turn off the audio circuit open the config file with ```console 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 dtparam=audio=off +dtoverlay=disable-bt +temp_soft_limit=70 ``` ```console nano /boot/config.txt ``` -temp_soft_limit=70 ```console nano /boot/cmdline.txt @@ -32,10 +33,15 @@ isolcpus=3 enable ssh - -disable bluetooth - -disable hdmi +```console +cd /Volumes/boot +touch ssh +``` +disable hdmi, add this line above exit 0 +```console +sudo nano /etc/rc.local +/usr/bin/tvservice -o +``` then reboot the pi with ```console @@ -76,7 +82,7 @@ You then connect to the server using the url fintic.local:1024 ```console python3 server.py ``` -in broswer go to url http://raspberrypi.local:1024 +in browser go to url http://raspberrypi.local:1024 ## Notes