Skip to content

Instantly share code, notes, and snippets.

@oeeckhoutte
Created April 20, 2015 18:35
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 oeeckhoutte/3a628223f879ccfce345 to your computer and use it in GitHub Desktop.
Save oeeckhoutte/3a628223f879ccfce345 to your computer and use it in GitHub Desktop.
Download and setup ArchLinux on RaspberryPi
curl -o arch_arm.img.zip -L http://downloads.raspberrypi.org/arch_latest
unzip arch_arm.img.zip
df -h
#Find your SD Card
sudo diskutil unmountDisk /dev/disk2
sudo dd bs=1m if=ArchLinuxARM-2014.01-rpi.img of=/dev/rdisk2
sudo diskutil eject /dev/rdisk2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment