Files
OpenDRS/RaspberryPiSetup.txt

44 lines
1.2 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 and boot.
3. Login as pi.
4. sudo raspi-config and:
a. Set a strong password for the default user (pi).
b. Set the desired hostname.
c. Set Wireless LAN SSID and passphrase if using WiFi for networking.
c. Use Localisation Options to:
1. Set locale to en_US.UTF-8 UTF-8.
2. Set timezone.
3. Set keyboard layout (IMPORTANT! Raspberry Pi OS is made in
England, so unless that's the kind of keyboard you have, the
default layout will make your symbols come out wrong!).
4. Set WLAN country.
d. Use Interfacing Options to enable SSH server.
e. If you have black borders on the sides of the screen, use Display
Underscan option to change Overscan compensation.
f. When you've finished, tab down to highlight Finish and hit enter.
g. Reboot when prompted.
h. Log back in as pi using the password you set in a. above.
5. Copy OpenDRS distribution package to /home/pi on the Raspberry Pi and extract.
6. Change directory to the extracted distribution.
7. Change directory to RPiSetup.
8. run sudo ./terminal-setup.sh