A simple manual for setup of Raspberry Pi Zero 2 W and languages.
- Use atleast 16 GB and it is FAT32 formatted.
- Download
Raspberry Pi Imager Tool
according to Operating System from here. - Simply install it.
- Open the Raspberry Pi Imager Tool.
- Select the
Raspberry Pi Zero 2 W
inChoose Device
. - Select the
Raspberry Pi OS (Legacy, 64-Bit) Lite - Debian Bullseye
fromRaspberry Pi OS (other)
inChoose OS
. - Plug the Micro SD Card in the computer.
- Select that Micro SD Card in
Choose Storage
. - Click on
Next
. - Click on
Edit Settings
. - Set
Hostname
,Username
,Password
,Wifi SSID and Password
,Wifi Country
,Local Settings
underGeneral
Tab. - Enable
SSH
withUse Password Authentication
option underServices
Tab. - Click on
Save
button. - Click on
Yes
button. - Again, click on
Yes
button.
- Wait for some time, it writes and verify the OS on the Micro SD Card.
- Unplug the Micro SD Card and then plug again.
- Open the Micro SD Card.
- Open the
cmdline.txt
file and put the following just befor therootwait
word :
modules-load=dwc2,g_ether
- Save it and close the file.
- Open the
config.txt
file and put the following at the end of the file :
dtoverlay=dwc2
- Save it and close the file.
- Create a
ssh
file in the SD Card and make sure that it doesn't contain any extension at the end of the filenamessh
. - It want to add more networks so that your Raspberry Pi Zero 2 W can connect to many networks as in the range then, add
wpa_supplicant.conf
after editing in the SD Card. - Eject the Micro SD Card from the computer.
- Put the Micro SD Card in Raspberry Pi Zero 2 W.
- Power it by connecting to the
PWR IN
pin. - Wait for sometime, it connect to that wifi which is set during writing of OS.
- Download PuTTY from here.
- Simply install it.
- Put the IP address and open it.
- Click on
Accept
. - Enter Username and hit enter.
- Enter Password and hit enter.
- After that, it opens the terminal in this format :
Username
@Hostname
.
- There is a file named
wpa_supplicant.conf
. - You can many networks as you can.
- Edit the following before put the file in SD Card :
- Country Code
- YOUR_SSID
- YOUR_PASSWORD
- You can set priority of the networks.