46 lines
1.4 KiB
Plaintext
46 lines
1.4 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. Default password is raspberry.
|
|
|
|
4. sudo raspi-config and:
|
|
|
|
a. 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! Make
|
|
sure you set this before setting any passwords or you may
|
|
not be able to log back in!).
|
|
4. Set WLAN country.
|
|
|
|
b. Set a strong password for the default user (pi).
|
|
|
|
c. Set the desired hostname.
|
|
|
|
d. Set Wireless LAN SSID and passphrase if using WiFi for networking.
|
|
|
|
e. Use Interfacing Options to enable SSH server.
|
|
|
|
f. If you have black borders on the sides of the screen, use Display
|
|
Underscan option to change Overscan compensation.
|
|
|
|
g. When you've finished, tab down to highlight Finish and hit enter.
|
|
|
|
h. Reboot when prompted.
|
|
|
|
i. Log back in as pi using the password you set in b. 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
|
|
|