My raspberry pi tips and tricks
For headless setup on raspbian stretch lite burn image using win32diskimager open the boot partition create a file named “ssh” create a file named “wpa_supplicant.conf” put the following lines into the file ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev network={ ssid=”YOUR_NETWORK_NAME” psk=”YOUR_PASSWORD” key_mgmt=WPA-PSK } To enable gert VGA output during pi install, put this inside config.txt after burning the image […]