This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Getting image and Pi up and running | |
# Go to https://www.raspberrypi.org/downloads/raspbian/ and download an image, then unzip it | |
# Download https://www.balena.io/etcher/ and install it | |
# Plug in microsd card, Unzip the downloaded image and use Etcher to write the downloaded image to the SD card | |
# Edit boot/config.txt, and uncomment hdmi_force_hotplug=1 and hdmi_drive=2 | |
# Plug the PI in, and go through to setup prompts | |
# Run the following commands in terminal | |
## Config stuff | |
sudo raspi-config |