Skip to content

Setup Guide: Raspberry Pi | System Setup & Preparation

Mitch Bradley edited this page Jul 22, 2020 · 4 revisions

Setup Guide: Raspberry Pi (2 & 3) | System Setup & Preparation

Install NOOBS & RASPBIAN /w desktop on your Raspberry Pi

Configure Raspberry Pi

In the instructions below, do not directly type lines that begin with # - they are comments that you should read.

# Change User Passwords
sudo passwd pi
sudo passwd root

sudo raspi-config
# Change Timezone
# Change Hostname
# Change Boot Option: Boot to CLI (No GUI)

# Install Build Essentials & GIT
sudo apt-get install -y build-essential git

# Install Useful Tools (Optional)
sudo apt-get install -y htop iotop nmon lsof screen

# Reboot
sudo reboot

If you experience problems after rebooting, see Upgrade Problems for possible solutions.

Clone this wiki locally