Skip to content

Instantly share code, notes, and snippets.

@llaine
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save llaine/98fc29424bc5046244bb to your computer and use it in GitHub Desktop.

Select an option

Save llaine/98fc29424bc5046244bb to your computer and use it in GitHub Desktop.
Install .img on sd card for CUBIEBOARD2
# Use on MAC
# For cubieboard2 with A20 CPU
# We suppose that the sdcard is /dev/disk2
# Find disk
diskutil list
# Unmount the SDCARD
diskutil unmountDisk /dev/disk2
# Copy on the SDCARD the IMG
sudo dd if=/path/to/debian.img of=/dev/disk2 bs=1m
# Wait and enjoy !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment