44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
Raspberry Pi setup
|
|
|
|
1. Create Raspbian 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. Use option 1 to set a strong password for the default user (pi).
|
|
|
|
b. Use option 2 Network Options to:
|
|
1. Set the desired hostname.
|
|
2. Set WiFi SSID and passphrase if using WiFi for networking.
|
|
|
|
c. Use option 4 Localisation Options to:
|
|
1. Set locale.
|
|
2. Set timezone.
|
|
3. Set keyboard layout (IMPORTANT! Raspbian 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 WiFi country.
|
|
|
|
d. Use option 5 Interfacing Options to enable SSH server.
|
|
|
|
e. If you have black borders on the sides of the screen, use option 7
|
|
Advanced Options to select No for 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
|
|
|