From f234b50cfe19a9d9b34f6348c94749a53560d453 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Sun, 19 Jul 2020 17:38:17 +0200 Subject: [PATCH] update README.md, typo and small changes --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7ceaaa..2731a86 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ Finally, select `5 Interfacing Options`, then `P6 Serial`. This time, choose `No` to deactivate the login shell on the serial connection, but then choose `Yes` to keep the Serial port hardware enabled. +These steps can also be done from the Raspberry Pi Configuration GUI tool that you can find in `Main Menu > Preferences`. Go to the `Interfaces` tab. Pay attention, here the Serial Port must be enabled, but the Serial Port Console must be disabled. + Reboot your Pi safely. ``` sudo reboot now @@ -90,7 +92,7 @@ sudo pip3 install adafruit-circuitpython-motorkit ### Install RPi Cam Web Interface -You can find more information about the RPi Cam Web Interface on [eLinux' website]](https://elinux.org/RPi-Cam-Web-Interface). +You can find more information about the RPi Cam Web Interface on [eLinux' website](https://elinux.org/RPi-Cam-Web-Interface). To set it up, clone the code from Github and enable and run the install script with the following commands ``` @@ -107,7 +109,8 @@ sudo ip addr show | grep 'inet 1' ``` You can test the interface locally by accessing this url in from the browser in the Raspberry: `http://localhost/html` -You can also try to access this page from another computer connected to the same network with the IP address previously found : `http://[IP_ADDRESS]/html/`. +You can also try to access this page from another computer connected to the same network with the IP address previously found : `http://[IP_ADDRESS]/html/`. If your computer has `avahi` or the `Bonjour` service installed and running, you can also use this url: http://raspberrypi.local/html/ . + ### Install Ultimate GPS HAT [Installing Adafruit GPS HAT](https://learn.adafruit.com/adafruit-ultimate-gps-hat-for-raspberry-pi/pi-setup)