Changes

How to boot from MicroSD Card

211 bytes added, 12:02, 8 March 2014
no edit summary
cd u-boot-arm/
</pre>
<span style="line-height: 1.5em;">If you're using IGEPv5 board you should checkout this one:</span>
<pre>git checkout origin/u-boot-2014.01.y-omap5 -b u-boot-2014.01.y-omap5
make omap5-igep0050_config CROSS_COMPILE=arm-linux-gnueabihf-
</pre>Or if you're using IGEP COM Aquila:<br>
<pre>git checkout origin/u-boot-2013.07.y -b u-boot-2013.07.y.local
make igep0033_config CROSS_COMPILE=arm-linux-gnueabi-</pre>After configuration you can build it with:<pre>make CROSS_COMPILE=&lt;set here your cross compiler&gt;</pre>The build generate two files:
 aMLO and u-boot.img, you must copy both file into your boot partition.
== Kernel ==