Introduction: Install Raspbian on Your Raspberry Pi

Raspbian is an operating system by the Raspberry Pi Foundation, the creators of the Raspberry Pi. It is the most used operating system on the Pi. This tutorial will show how to install Raspbian on your Raspberry Pi.

Step 1: Equipment List

You need the following items to install Raspbian on a Raspberry Pi:

Recommended:

Step 2: Download Raspbian

Download the latest version of Raspbian on the website of the Raspberry Pi Foundation.

I recommend the "Raspbian Stretch with desktop" image, because it has a graphical user interface, which is sometimes very useful.

After downloading unzip the file. If you have any trouble unzipping the files, try these programs recommended by the Raspberry Pi Foundation:

Step 3: Write the Disc Image to Your MicroSD Card

  1. Download and install the image writing tool etcher from their website
  2. Insert the MicroSD card into your computer
  3. Open etcher
  4. Select the unzipped raspbian disc image
  5. Select the correct drive (your MicroSD card)
  6. Click on flash

The flashing process will take some time. Wait until the flashing is done and don't remove the MicroSD card.

Then:

  1. Open the drive in the explorer, finder, etc.
  2. create an empty file called "ssh" in the root of the drive (sd card) (Make sure there is no additional ".txt" or any other file extension. just "ssh")

Step 4: Insert the MicroSD Card Into Your Raspberry Pi and Boot Up

You're almost done! All you have to do now is, to put the MicroSD card into your Raspberry Pi and plug in the power source.

Default user credentials:

username: pi

password: raspberry

You can either work with mouse and keyboard on your raspberry pi, or connect the pi to your home network and connect via SSH to your pi.

How do I get the IP of my Pi?

  1. Open the web interface of your router
  2. Look for an option where you can see all connected devices (if you don't know how to do that, read the manual of your router or contact your internet service provider)
  3. Search for your Pi

How do I connect via SSH to my Pi?

  1. Download and install the SSH Terminal PuTTY
  2. Open PuTTY
  3. Insert the IP of your Pi into the 'Host Name (or IP Address)' field
  4. Click on Open
  5. Accept the certificate
  6. Login to your Pi