19.2.2. System Configuration
Insert SD card into Raspberry Pi. If your network is configured appropriately you can SSH into the Raspberry Pi. Otherwise connect your computer with the TX/RX pins of the Raspberry Pi via an USB-serial-converter.
Login with default credentials, i.e. pi:raspberry
. Change the password by typing passwd
.
Perform a system update:
sudo apt update && sudo apt upgrade -y
Reboot the Pi.
sudo reboot