Changes

How to boot from MicroSD Card

8 bytes added, 12:03, 8 March 2014
no edit summary
<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 After build it generate two files:
MLO and u-boot.img, you must copy both file into your boot partition.