rpi-setup

  1. Format SD card as FAT
  • sudo diskutil eraseDisk FAT32 RASPBIAN MBRFormat /dev/disk2 on MAC
  1. Download Raspbian (http://raspberrypi.org/downloads/raspbian)
  2. Flash image onto SD card using balenaEtcher
  3. Setup WiFi and SSH (https://www.raspberrypi.org/documentation/configuration/wireless/headless.md)
  4. SSH in using ssh pi@raspberrypi.local. Password is raspberry
  5. Update using sudo apt-get update
  6. Install git using sudo apt-get install git
  7. Clone this repo
  8. Run script ./rpi-setup/setup.sh
  9. Execute scripts on start up in /etc/rc.local