39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
Raspberry Pi setup
|
|
|
|
1. Create Raspberry Pi OS Lite SD card from the most recent stable release.
|
|
|
|
2. Insert SD card in Raspberry Pi, boot it, and complete initial config.
|
|
|
|
3. run sudo raspi-config and:
|
|
|
|
a. Use Localisation Options to:
|
|
1. Set locale to en_US.UTF-8 UTF-8.
|
|
2. Set timezone.
|
|
3. Set WLAN country.
|
|
|
|
b. Use System Options to:
|
|
1. Set the hostname.
|
|
2. Set Boot / Auto Login to Console.
|
|
3. If accessing the network through WiFi, set the Wireless LAN
|
|
SSID and passphrase.
|
|
|
|
c. Under Interface Options, enable SSH.
|
|
|
|
d. Under Display Options, set underscan as required to get rid of
|
|
black screen borders.
|
|
|
|
e. When you've finished, tab down to highlight Finish and hit enter.
|
|
|
|
f. Reboot when prompted.
|
|
|
|
g. Log back in as the user you created during initial configuration.
|
|
|
|
4. Copy OpenDRS distribution package to the Raspberry Pi and extract.
|
|
|
|
5. Change directory to the extracted distribution.
|
|
|
|
6. Change directory to RPiSetup.
|
|
|
|
7. run sudo ./terminal-setup.sh
|
|
|