I've just bought a new Raspberry Pi Zero W v1.1 2017 and i already have a connection problem with putty over ssh.
Things i've done so far:
downloaded 2017-09-07-raspbian-stretch.img and burned with Win32DiskImager on micro sd
created an
ssh
file in the root foldercreated
wpa_supplicant.conf
file containing:network={ ssid="Redmi4N" psk="12345678" key_mgmt=WPA2-Personal }
*also tried with key_mgmt=WPA2-PSK
or without that line
When i try to connect with putty at raspberrypi i get the following error:
Unable to open connection to raspberrypi Host does not exist.
*same thing for raspberrypi.local as a host
Then, i've tried to check the connections with Advanced IP Scanner as i have read on forums but still nothing; it is not shown in there.
Am i doing something wrong? What else shoul i try?
PS:Using Windows 10 and the latest version of putty.
ssh
? See How do I set up networking/WiFi/Static IP You don't needkey_mgmt
for normal network. Another possible issue is the unusual image size with recent Raspbian - usingEtcher
avoids this. – Milliways Oct 07 '17 at 22:47Zero-conf
out of the box, try entering IP. – Milliways Oct 07 '17 at 22:56