Created
May 27, 2012 19:58
-
-
Save FigmentEngine/2815669 to your computer and use it in GitHub Desktop.
Raspberry PI Fedora install to SD card
This file contains hidden or 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
# 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