General
Rasberry pi os only On the image (which will be in /Volumes/boot):
touch ssh
to allow SSH access.- Setup wifi:
touch wpa_supplicant.conf
:
country=ZA
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
scan_ssid=1
ssid="your_wifi_ssid"
psk="your_wifi_password"
}
ssh pi@raspberrypi.local