Hi,
I have followed thR instructions for connecting recurBOY using ssh from another PC, but the raspi is not found. I’m using `ping raspberry.local` but I get `ping: raspberrypi.local: Name or service not known`.
As the manual says I’m creating a file called wpa_supplicant.conf in boot partition of the SD card after installing recurBOY image on it, and inside of the file I write this:
country=ES
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="THIS IS MY 2G LOCAL WIFI NAME"
psk="THIS IS MY 2G LOCAL WIFI PASSWORD"
key_mgmt=WPA-PSK
}
Then I insert the SD card in the raspi and start it.
I’m on v3.1.0s_v1_1_1h
I didn´t have any problem to connect using Raspberry Pi OS.