Adding more changes

This commit is contained in:
Alex Berry 2019-11-22 22:37:27 +00:00
parent e924398710
commit 2fbbc0c5cb

View File

@ -1,4 +1,4 @@
# Step by step setup guide
# Step by step setup guide for pi zero w & uv4l
# Image
@ -10,6 +10,8 @@ http://ftp.jaist.ac.jp/pub/raspberrypi/raspbian_lite/images/raspbian_lite-2019-0
And install it on your pi with a program like [Etcher](https://www.balena.io/etcher/)
# Networking & SSH
Once it's flashed, open the partition that appears and create two new files:
* ssh (blank)
@ -18,7 +20,7 @@ Once it's flashed, open the partition that appears and create two new files:
The file _ssh_ can be blank, but the contents of wpa_supplicant.conf should look as follows:
```
country=US
country=UK
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
@ -65,7 +67,7 @@ Then return to option 7 again and choose A3 memory split:
![raspi-config-mainscreen](images/raspi-config-advanced-memory.png)
Set this to 256 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 128 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
@ -85,14 +87,6 @@ This will take some time...
![raspi-config-mainscreen](images/updates.png)
# Update the firmware
raspbian comes with a firmware updating tool, do so now:
```bash
```
# UV4L Packages
@ -127,7 +121,3 @@ pi@raspberrypi:~ $ sudo apt install uv4l uv4l-raspicam uv4l-raspicam-extras
```bash
pi@raspberrypi:~ $ sudo reboot
```
# Install uv4l packages
Install all the required packages