More stuff

This commit is contained in:
Alex Berry 2019-11-22 23:01:22 +00:00
parent 2fbbc0c5cb
commit 88a8625e9b

View File

@ -67,7 +67,7 @@ Then return to option 7 again and choose A3 memory split:
![raspi-config-mainscreen](images/raspi-config-advanced-memory.png) ![raspi-config-mainscreen](images/raspi-config-advanced-memory.png)
Set this to 128 and then exit raspi-config. When prompted to restart, select yes - this is to ensure the disk is resized before we updated. Set this to __128mb__ and then exit raspi-config. When prompted to restart, select yes - this is to ensure the disk is resized before we updated.
# Update the system # Update the system
@ -101,7 +101,7 @@ pi@raspberrypi:~ $ curl http://www.linux-projects.org/listing/uv4l_repo/lpkey.as
OK OK
``` ```
Then add the repository to apt sources and check the file after to confirm: Then add the repository to apt sources and use the _cat_ command to check the contents of the file after to confirm:
```bash ```bash
pi@raspberrypi:~ $ echo -e "\ndeb http://www.linux-projects.org/listing/uv4l_repo/raspbian/stretch stretch main" | sudo tee -a /etc/apt/sources.list pi@raspberrypi:~ $ echo -e "\ndeb http://www.linux-projects.org/listing/uv4l_repo/raspbian/stretch stretch main" | sudo tee -a /etc/apt/sources.list
@ -112,6 +112,7 @@ deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
#deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi #deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/stretch stretch main deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/stretch stretch main
pi@raspberrypi:~ $
``` ```
```bash ```bash