LogoLogo
Terminal
  • Attic Lab
  • Getting Started
  • Crest Gold
  • Crest Silver
  • Videos on Computation
  • PI PICO (CIRCUITPYTHON)
    • Getting Started
    • Pin Out Diagram
    • Breadboards
    • 1. Led Blink
    • 2. RGB
    • 3. OLED
    • 4. Sensors
    • 5. Wifi
    • 6. Servos
  • Arduino
    • Getting Started
    • Pin Out Diagrams
      • Mega2560 R3
    • Programming
      • Arduino C - Cheat Sheet
    • Buttons
      • Momentary Switches
    • Display
      • LEDs
      • 7 Segment Displays
      • LCD Displays (GPIO)
      • LCD Displays (SPI)
      • OLEDs
    • Communication
      • Antenna Theory
      • Lora
      • Wifi
        • Boards
    • Project Ideas
    • Motion
      • DC Motors
      • Servo Motors
      • Stepper Motors
  • Microsoft Office
    • Word
    • Powerpoint
    • Excel
  • The Terminal
    • Basics
    • Cheat Sheet
    • Games
      • Level 1 - Bashcrawl
      • Level 2 - Bandit
  • TinkerCad
    • Gallery
    • Getting Started
    • Basic Operations
    • Basic Skills
    • Projects
      • Locking Container
  • Python
    • Hello World
    • Turtle Graphics
      • Strings in Turtle Graphics
      • Cheat Sheet
    • Variables
    • Loops
    • If Statements
    • Functions
    • Games
      • Pong
  • Raspberry Pi
    • Setup
      • Changing The Hostname
      • Headless Setup
      • Kiosk Mode
    • Remote Connections
    • Displays
      • Memory
        • External HD
      • HyperPixel 4.0
  • Ultimaker 3D Printing
    • The Thingiverse
    • Preparing the File
    • Printing
    • Calibration Prints
    • Print Set
  • Fusion 360
    • Getting Started
    • Design Tutorials
      • Tweezers
      • Mars Rover Wheel
    • Surface Modeling
  • Electronics
    • References
    • Antenna Theory
    • LoRa
  • PCB Milling
    • FlatCam
    • Candle
    • PCB Milling
  • Projects
  • Projects
    • Star Map Necklace
    • Ideas Respository
  • Latex
    • What is LaTeX?
    • Getting Started
    • Structure
    • Page Size & Margins
    • Styling
    • Images
    • Lists
    • Tables
    • Mathematics
      • Superscript and Subscripts
      • List of Symbols
      • Fractions and Binomials
      • Integrals, Sums & Limits
    • Colors
  • Web Development
    • The Internet
    • Intro to HTML
    • Basic Elements
    • Basic Styling
Powered by GitBook
On this page
  • SD Card
  • Setting Up Raspian
  • Wifi
  • Configuration

Was this helpful?

  1. Raspberry Pi

Setup

Install an operating system and set up wifi and security on the RP

PreviousPongNextChanging The Hostname

Last updated 5 years ago

Was this helpful?

SD Card

The SD Card contains the RP's operating system. It supports a number of Linux distributions some of which are designed specifically for the RP.

The SD Cards are swappable between RPs so you can use yours in any machine.

To burn an operating system onto an RP, the best software to use is Etcher. Download it here:

We will be using the Raspian operating system. This is the official RP operating system. Download the Rapsian Buster with desktop and recommended software from the link below by clicking Download Zip. This version included the software that we will need like Python.

Open Etcher and select the Raspian Image. Under Select Drive, navigate to your SD card.

Click FLASH!

To minimise the chance of the SD card becoming corrupted always make sure that you shut down your RP properly before turning it off. To do this in the terminal type sudo halt

Setting Up Raspian

When you first boot up Raspian you should see this:

Click through the setup wizard, setting the country

Set the password to atticlab so that everyone can access the installation

Wifi

Select the school wifi network and use your own key or one provided by me:

Next check to see if the software has any updates available.

Configuration

Once your PI has rebooted, click the PI Menu button and navigate to Preferences > Raspberry Pi Configuration

You can access configuration from the terminal with the command sudo raspi-config

The configuration dialog lets you change the settings that we have just set, such as the password.

Set the hostname (the RP's name) to something of your choosing

Under the Interfaces tab, enable all of the interfaces. This controls the ways in which you can interact with the RP

Click OK and let the machine reboot

Not all SD Cards a compatible with the RP. A good resource to check if yours is compatible is

https://elinux.org/RPi_SD_cards
Raspberry Pi OS – Raspberry PiRaspberry Pi
balenaEtcher - Flash OS images to SD cards & USB drivesbalenaEtcher
Logo