Skip to content

Instantly share code, notes, and snippets.

@schmich
Last active March 28, 2017 10:30
Show Gist options
  • Save schmich/f44d08b2294838a6f7ff5ce7241275c0 to your computer and use it in GitHub Desktop.
Save schmich/f44d08b2294838a6f7ff5ce7241275c0 to your computer and use it in GitHub Desktop.
Raspberry Pi setup
  • Download Raspbian image
  • Unzip image: unzip 2017-03-02-raspbian-jessie-lite.zip
  • Insert SD card
  • Use diskutil list to find device (e.g. /dev/disk3)
  • sudo umount /dev/disk3s1
  • Flash image onto SD card: pv -tpreb 2017-03-02-raspbian-jessie-lite.img | sudo dd of=/dev/disk3 bs=1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment