Changes

How to boot from MicroSD Card

110 bytes removed, 11:58, 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]]   <pre style="line-height: 1.4em; overflow: auto; word-spacing: 1px; font-family: 'Droid Sans Mono', monospace, sans-serif !important;">git clone git://git.isee.biz/pub/scm/u-boot-arm.git
cd u-boot-arm/
If you're using IGEPv5 board you should checkout this one:
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-
Or if you're using IGEP COM Aquila:
git checkout origin/u-boot-2013.07.y -b u-boot-2013.07.y.local
make igep0033_config CROSS_COMPILE=arm-linux-gnueabi-
</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>git checkout origin/u-boot-2013.07.y -b u-boot-2013.07.y.local<br>make igep0033_config CROSS_COMPILE=arm-linux-gnueabi-
== Kernel ==