Use Raspberrypi3bp With Wifi
2018-06-01
burn raspbian to sdcard
refer raspberrypi.org
start ssh service
- create empty file
sshin sdcard boot partition. - create empty folder
sshin sdcard root-fs.
enable wifi connection
nmapscan LAN to get raspberry pi ip address.sshlogin to raspberry pi.- generate wap_supplicant config file to /etc/wpa_supplicant/wpa_supplicant.conf.
sudo ip link set wlan0 upsudo dhcpcd wlan0sudo ip link set eth0 downsudo reboot