Changes

How to boot from MicroSD Card

57 bytes added, 12:00, 8 March 2014
no edit summary
== MLO + uboot - IGEP COM AQUILA, IGEPv5 ==
You can find more detailed information about the build procedure on this other [[U-Boot 2014.01.y|howto]] <br>
<pre>git clone git://git.isee.biz/pub/scm/u-boot-arm.git
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>
<br>If you're using IGEPv5 board you should checkout this one:<br>git checkout origin/u-boot-2014.01.y-omap5 -b u-boot-2014.01.y-omap5<br>make omap5-igep0050_config CROSS_COMPILE=arm-linux-gnueabihf-<br>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<br>make igep0033_config CROSS_COMPILE=arm-linux-gnueabi-</pre>  a
== Kernel ==