Day 1: Raspberry Pi 5 Setup
There are different options to set up Raspberry Pi, but the easist is headless set up using
Raspberry Pi Imager>, because it only requires a SSD and Power supply.
Step 1: Hardware Preparation
-
Raspberry Pi 5: Buy from Central Computer or Amazon
-
Micro SD Card with SD Adapter: Buy from Central Computer or Amazon
-
USB-A & USB-C to Micro SD Card Reader(Optional, you don't need this if you have a Mac): Buy from Central Computer
-
Power Supply(Optional, you can use your USB-C charger for your phone if you have): Buy from Central Computer or Amazon
-
Case(Optinal): Buy from Central Computer or Amazon
Step 2: Flash OS to Micro SD
You can check the Youtube video here: https://youtu.be/ntaXWS8Lk34
-
Download and Install the software on you computer from Here
-
Insert SD Card into your computer.
- If you are using Mac, you can put the Micro SD Card with SD Adapter to the Mac SD reader slot.
- If you are using Windows, you need the USB-A & USB-C to Micro SD Card Reader to connect Micro SD card to your computer.
-
Choose Operating System: 64 bit lite is recommended
-
Click the gear icon to configure network etc. This step is important, it allows you preconfigure network connection and ssh service, so you can access it without connecting display and keyboard to your raspberry pi.
- check "Configure wireless LAN"
- fill SSID with your WIFI name.
- fill Password with your WIFI password.
- check "Enable ssh"
- fill the ssh password, you will need this to ssh to the raspberry pi in the next step.
-
Choose SD Card: Select the SD card you connected to your computer.
-
Write and Verify SD.
Step 3: Start
Insert the SD with flashed OS to Raspberry Pi, and then connect the Raspberry PI with power supply.
Make sure your Computer and the Raspberry Pi are connected to the same WIFI network, then you can try to login the raspberry pi with username as pi and password you configured at Step 2.
ssh pi@raspberrypi.local
Next: Day 2