Setting Up a Raspberry Pi
28th June 2022
raspberry pilinuxHardware
- Raspberry Pi
- Micro SD Card
- Micro SD Card Adapter
- PC or Mac
Software
- Rapberry Pi Imager (Installed on your computer)
The Process
- Use your adapter to plug your micro SD card into your computer.
- Open Rapsberry Pi Imager
- Select your OS
I'd suggest "Raspberry Pi OS". The regular version for a GIU and the lite version for no GUI.
- Select your storage device. That being your micro SD card.
- Click on the settings cog.
- Enable SSH and allow password authentication
- Set a username and password
- Configure wireless LAN and input your Wi-Fi details.
- Deselect all the settings under "Persistent settings". I've found these to cause issues verifying the installation.
- Click "WRITE" and wait.
- Once everything is complete, plug the micro SD card into your Raspberry Pi and power it on.
- After a minute or so, open your Wi-Fi routers settings (Open 192.168.1.1 in your browser.). Find the Raspberry Pi in the list of connected devices and note down its IP address.
- You can SSH onto the raspberry pi with
pi@192.168.1.40
. Just change "pi" with the username you chose and the ip address with your Raspberry Pis address.