- Balena Etcher
- Putty
-
Download Raspbian from link. Normally choose
Raspberry Pi OS (32-bit) with desktop and recommended software
. -
Use
Balena Etcher
to write image of Raspbian system which is downloaded from official website, following these step: a) choose download image file. b) choose your writing destination (your SD card). c) Write it.
Creat a new blank file named as 'ssh' without extension in the drive location of SD card.
-
Insert SD card on the Raspberry Pi board. Plug in the power cable. Connect ethernet cable between raspberry pi and your host PC.
-
Open putty on host computer, type IP address
raspberrypi.local
to connect. -
It will open a terminal. Type Login:
pi
and Password:raspberry
. -
Once you access the remote terminal, type
sudo raspi-config
, then in the open GUI, chooseNETWORK OPTION
-> Wireless LAN -> enter SSID and password. -
type
sudo ifconfig
to get your wifi IP address. Something like192.168.0.197
. -
Now you can use
putty
on your host computer to access the raspberry pi