- Write Raspbian image to SD card
- Enable SSH access by Putting 'ssh' to boot directory
touch /Volumes/boot/ssh
-
Configure network by using
- Wire (with DHCP support)
- WiFi (/Volumes/boot/wpa_supplicant.conf), and sample
country=TW ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="NAME" scan_ssid=1 psk="PASSWD" key_mgmt=WPA-PSK }
-
Boot up Pi, and find if Pi has obtained IP automatically
-
Connect through SSH