Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 692 Bytes

03-booting_and_updating.md

File metadata and controls

27 lines (19 loc) · 692 Bytes
title layout
Booting and Updating
default

Running the OS for the first time

Once you have written the operating system to the microSD card you can insert the card into the RPi and switch it on. If you configured the OS with a Wifi SSID and enabled ssh you should be able to access the RPi via the wireless network using your desktop or laptop computer.

  • Login to the Pi Use SSH or login with a local console if you have a monitor attached. Use the login details you used above to log into the Pi.
ssh <USERNAME>@<IP-ADDRESS>

In this example, the username would be cw24

  • Do an update and a full-upgrade:
sudo apt update
sudo apt full-upgrade