- Download the latest Raspbian OS image, and burn it into a micro SD card using Etcher.
- Create a file "ssh" in the boot partition in your micro SD card, without extension! ( How to check file extensions? )
- Insert the freshly prepared micro SD card into Raspberry Pi.
- Power on Raspberry Pi.
- Plug in Ethernet cable, connecting the Raspberry to the Windows machine. Verify the lights of Ethernet ports are blinking.
- Open a
cmd
window, and verifyping raspberrypi.local
returns "Reply from ..." - Open your favourite
ssh terminal
(e.g. MobaXterm) and typessh pi@raspberrypi.local
, password israspberry
.
This means physical connection problems, try re-inserting / replacing the Ethernet cable.
To solve this:
- Install Apple Bonjour Service.
- Ensure the service is currently
running
, and is set toautomatic
. ( How to modify services? ) - Do
ping raspberrypi.local
again to see if the problem is resolved.
Most probably your Pi is not set to enable SSH correctly. Make sure the "ssh" file you put into the boot partition is WITHOUT extensions (e.g. ".txt").
To shutdown safely, please use
sudo shutdown now
and wait for the green light to go off.