How to build a new Raspberry Pi from scratch

Go shop for a Raspberry Pi and some accessories:

  • Raspberry Pi 3 Model B (is the latest)
  • Raspberry Pi case
  • 2A power supply
  • MicroSD Card
  • HDMI cable
  • USB Keyboard
  • Cat5 Network Cable

Prepare the SD Card

  1. Download SD Card Formatter
  2. Install and run the program
  3. Insert the SD card to be formatted
  4. Make sure the correct SD card is selected
  5. Select Overwrite Format
  6. Click Format

Download the Operating System

  1. Go to raspberrypi.org
  2. Download the Raspbian Jessie (lite) version
  3. Unzip the downloaded file

Install the Operating System onto the SD Card

Click on your operating system (below) that downloaded the file for specific instructions next.

Setup the hardware and boot

  1. Insert the SD card into the raspberry pi
  2. Attach to a monitor with the HDMI cable
  3. Attach a USB keyboard
  4. Hardwire the Pi to your local network with a cat5 cable
  5. Plug in the 2A power supply
  6. Wait for the login prompt (on screen)

Login

  1. At the login prompt type: pi
  2. At the password prompt type: raspberry

Enable SSH

  1. At the prompt type: sudo raspi-config
  2. Select Interfacing Options
  3. Navigate to and select SSH
  4. Choose Yes
  5. Select Ok
  6. Choose Finish

Get the IP address

  1. At the prompt type: ifconfig | grep inet
  2. Look for an IP in the local network range (example: 192.168.1.27)

Configure the OS

Continue reading to configure the newly installed Operating System.