-
Notifications
You must be signed in to change notification settings - Fork 8
Raspberry Pi
James Callaghan edited this page May 30, 2020
·
1 revision
***Draft
Flashing with Balena Etcher.
2.1 Enabling SSH
Create an empty file named ssh inside the root of your SD card. It’ll enable the SSH interface.
2.2 Setting WiFi
Create an empty file named wpa_supplicant.conf inside the root of your SD card and put the following content:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
country=YOUR_COUNTRY_ISO_CODE
update_config=1
network={
ssid=”Your SSID”
psk=”Your Password”
}
https://medium.com/the-reverse-angle/building-a-raspberry-pi-cluster-with-docker-8d53ee614479