Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created November 22, 2014 15:04
Show Gist options
  • Save jlcampana/0f855662d70756d47981 to your computer and use it in GitHub Desktop.
Save jlcampana/0f855662d70756d47981 to your computer and use it in GitHub Desktop.
Ubuntu server to SD Card (OSX)
diskutil list
#If the disk is the 4...
diskutil unmountDisk /dev/disk4
sudo dd if=~/Downloads/ubuntu-14.04lts-server-odroid-x2-20140604.img of=/dev/rdisk4 bs=1m
diskutil eject /dev/rdisk4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment