Changes

BeagleBone

341 bytes added, 14:31, 27 November 2013
Setup
=Setup=
==Copy OS to Micro SD microSD card==
*Download OS (.img.xz)
*unzip
<syntaxhighlight lang="bash">
dd if=Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.12-beaglebone-2013.06.20.img of=/dev/rdisk2 bs=1m</syntaxhighlight>
==Default boot from SD card==*boot beaglebone while holding S2 (by SD card reader). this boots from the sd card.*move the MLO file from /media/BEAGLEBONE/ to a safe place<syntaxhighlight lang="bash">mkdir backupmv /media/BEAGLEBONE/MLO backup</syntaxhighlight>*The beaglebone will now boot from microSD until you replace the MLO file.
==What Kernel am I running==
*<code>uname -a</code>