Skip to content

Instantly share code, notes, and snippets.

@ricklon
Created June 16, 2020 00:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricklon/ffcd4f142b752e477040c8d3f353b9fb to your computer and use it in GitHub Desktop.
Save ricklon/ffcd4f142b752e477040c8d3f353b9fb to your computer and use it in GitHub Desktop.

Headless PI Files

In /boot

  1. add "ssh" or "ssh.txt" file
  2. add wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<Insert 2 letter ISO 3166-1 country code here>

network={
 ssid="<Name of your wireless LAN>"
 psk="<Password for your wireless LAN>"
}
  1. add to config.txt
# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
hdmi_group=2
hdmi_mode=82

That should do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment