Install OS
This guide will show you how to install Raspberry Pi OS Lite on Raspberry Pi Zero 2 W for the HackMaster Pi.
- Download Raspberry Pi Imager on your personal computer.
- Open Raspberry Pi Imager application on your personal computer.
- Select options based on the following information.
- Raspberry Pi Device: Raspberry Pi Zero 2 W
- Operating System: Raspberry Pi OS Lite (64-bit)
- Storage: (Choose the SD card you want to use for HackMaster Pi)
- Press the
NEXT
button to start writing the OS to the SD card. - Unplug the SD card from your personal computer and plug it back in.
- Go to the root of SD card.
- Establish an empty file
ssh
in the root path of your SD card. - Establish config file
wpa_supplicant.conf
for Wi-Fi setting in the root path of your SD card (Remember to replace the currect SSID and AP-PSK following).country=TWctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdevupdate_config=1network={ssid="SSID"psk="AP-PSK"proto=RSNkey_mgmt=WPA-PSK} - Plug in the SD card to the Raspberry Pi.
- Turn on the Raspberry Pi’s power.
- Wait for the Raspberry Pi to fully boot up, open the AP admin panel, and note down the IP of the Raspberry Pi. It may take A few minutes.
- Connect the Raspberry Pi via SSH protocol. The default password is
raspberry
orpi
.Terminal window ssh pi@your-raspberry-pi-ip# For Example: