Changes

BeagleBone

101 bytes added, 14:28, 27 November 2013
Copy OS to Micro SD card
*Download OS (.img.xz)
*unzip
*figure out what your card is. check df before and after inserting the card:**<codesyntaxhighlight lang="bash">df -h</codesyntaxhighlight>*unmount the drive:**<codesyntaxhighlight lang="bash">diskutil unmountDisk /dev/disk2s1</code>syntaxhighlight
*copy image to drive:
**<codesyntaxhighlight lang="bash">dd if=Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.12-beaglebone-2013.06.20.img of=/dev/rdisk2 bs=1m</codesyntaxhighlight
==What Kernel am I running==
*<code>uname -a</code>