Skip to content

Instantly share code, notes, and snippets.

@FigmentEngine
Created May 27, 2012 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FigmentEngine/2815669 to your computer and use it in GitHub Desktop.
Save FigmentEngine/2815669 to your computer and use it in GitHub Desktop.
Raspberry PI Fedora install to SD card
# download from http://www.raspberryprojects.com/downloads (http://www.raspberryprojects.com/files/raspberrypi-fedora-remix-14-r1.img.gz)
gunzip raspberrypi-fedora-remix-14-r1.img.gz
# normally mounted as /dev/sdb1 - want whole device rather than just first partion
dd if=raspberrypi-fedora-remix-14-r1.img of=/dev/sdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment