Skip to content

Instantly share code, notes, and snippets.

@vallettea
Created January 7, 2015 15:55
Show Gist options
  • Select an option

  • Save vallettea/ab529c863ecd80e8f23e to your computer and use it in GitHub Desktop.

Select an option

Save vallettea/ab529c863ecd80e8f23e to your computer and use it in GitHub Desktop.
BBB_ubuntu_setup
wget https://rcn-ee.net/deb/flasher/trusty/BBB-eMMC-flasher-ubuntu-14.04.1-console-armhf-2014-10-29-2gb.img.xz
xz -d BBB-eMMC-flasher-ubuntu-14.04.1-console-armhf-2014-10-29-2gb.img.xz
diskutil list
sudo diskutil unmountDisk /dev/diskX
sudo dd bs=1m if=BBB-eMMC-flasher-ubuntu-14.04.1-console-armhf-2014-10-29-2gb.img of=/dev/disk1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment