Raspian SSH
Download latest rapsbian os
create wifi config and save it as “wpa_supplicant.conf” in boot partition
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=«your_ISO-3166-1_two-letter_country_code»
network={
ssid="«your_SSID»"
psk="«your_PSK»"
key_mgmt=WPA-PSK
}create one more blank wifi and save it as "ssh"
Now find ip and ssh via putty with port 22
default id pass
pi:raspberry
Make the Operating System up-to-date. From command line:
sudo apt update sudo apt upgrade
Comments
Post a Comment