Added some pictures to the build guide
@@ -97,9 +97,36 @@ the `raspi-config` program. It requires superuser privileges.
|
|||||||
```
|
```
|
||||||
sudo raspi-config
|
sudo raspi-config
|
||||||
```
|
```
|
||||||
|

|
||||||
|
|
||||||
_TODO: add images and setup walkthrough - Wi-Fi country, Partition expand, SMBus
|
Configure the network hostname to something specific. If setting up multiple
|
||||||
enable, etc._
|
TeraHz machines, make their hostnames unique so you can tell them apart.
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
Enable SSH and I2C interfaces.
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
Expand the root filesystem along the entire SD card.
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
Set the Wi-Fi country to the country you'll be using TeraHz in.
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
Save and reboot to enable Wi-Fi
|
||||||
|
|
||||||
## Installing packages
|
## Installing packages
|
||||||
In addition to what's already installed, TeraHz requires the following daemons
|
In addition to what's already installed, TeraHz requires the following daemons
|
||||||
@@ -114,6 +141,25 @@ They are available from the Raspbian repository. Install it via `apt`.
|
|||||||
apt install hostapd dnsmasq hostapd
|
apt install hostapd dnsmasq hostapd
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Configuring daemons
|
||||||
|
By default, the daemons we installed are disabled and start only manually. To
|
||||||
|
change that, enable them through systemctl. Hostapd conflicts with
|
||||||
|
wpa_supplicant, the solution is to disable wpa_supplicant (this will break your
|
||||||
|
wireless connections, so use wired ethernet).
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo systemctl unmask hostapd
|
||||||
|
sudo systemctl stop wpa_supplicant
|
||||||
|
sudo systemctl disable wpa_supplicant
|
||||||
|
sudo systemctl enable dnsmasq hostapd lighttpd
|
||||||
|
```
|
||||||
|
|
||||||
## Copying configuration files
|
## Copying configuration files
|
||||||
To simplify the process of configuring Raspbian to run TeraHz, sample
|
To simplify the process of configuring Raspbian to run TeraHz, sample
|
||||||
configuration file are provided
|
configuration file are provided in the `etcs` subdirectory of the Git
|
||||||
|
repository.
|
||||||
|
|
||||||
|
These files have been verified to work, but it's not a brilliant idea to just
|
||||||
|
copy them into your `/etc` directory. Use them carefully and more as a template
|
||||||
|
for your own configuration rather than as a _de facto_ way of configuring
|
||||||
|
TeraHz.
|
||||||
|
|||||||
BIN
docs/imgs/raspi-config/1.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
docs/imgs/raspi-config/10.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
docs/imgs/raspi-config/11.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
docs/imgs/raspi-config/12.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
docs/imgs/raspi-config/14.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
docs/imgs/raspi-config/15.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
docs/imgs/raspi-config/16.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
docs/imgs/raspi-config/17.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
docs/imgs/raspi-config/18.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
docs/imgs/raspi-config/19.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
docs/imgs/raspi-config/2.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
docs/imgs/raspi-config/3.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
docs/imgs/raspi-config/4.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
docs/imgs/raspi-config/5.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
docs/imgs/raspi-config/6.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
docs/imgs/raspi-config/7.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
docs/imgs/raspi-config/8.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
docs/imgs/raspi-config/9.png
Normal file
|
After Width: | Height: | Size: 18 KiB |