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