Skip to content

Instantly share code, notes, and snippets.

View l0u1sg's full-sized avatar
🏠
Working from home

Louis Gallet l0u1sg

🏠
Working from home
View GitHub Profile
@l0u1sg
l0u1sg / RaspberryPiDevSetup.sh
Last active November 17, 2021 16:58 — forked from AjkayAlan/RaspberryPiDevSetup.sh
Setup steps for my raspberry pi 3b+ for development
## 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