Incorporated changes for release 1.1.2

This commit is contained in:
2026-02-14 11:44:10 -05:00
parent 16d1ff9bb8
commit 39931c0ca5
11 changed files with 782 additions and 545 deletions

View File

@@ -1,6 +1,6 @@
Raspberry Pi setup
1. Create Raspbian Lite SD card from the most recent stable release.
1. Create Raspberry Pi OS Lite SD card from the most recent stable release.
2. Insert SD card in Raspberry Pi and boot.
@@ -8,24 +8,24 @@ Raspberry Pi setup
4. sudo raspi-config and:
a. Use option 1 to set a strong password for the default user (pi).
a. 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.
b. Set the desired hostname.
c. Use option 4 Localisation Options to:
1. Set locale.
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! 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.
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 option 5 Interfacing Options to enable SSH server.
d. Use 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.
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.