Created
January 7, 2015 15:55
-
-
Save vallettea/ab529c863ecd80e8f23e to your computer and use it in GitHub Desktop.
BBB_ubuntu_setup
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
| 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