Changes

U-Boot Mainline Series

210 bytes removed, 17:36, 2 July 2013
no edit summary
 
As of the 2012.10 release, mainline U-Boot has got SPL (Secondary Program Loader) integrated, which replaces X-Loader ('''not IGEP-X-Loader!''') in the [[Boot up sequence|boot sequence]].
 
Download the source from the git repository:
$ git clone git://git.denx.de/u-boot.git $ cd u-boot $ git checkout v2012.10 -b v2012.10-local
Configure for your board with
$ make CROSS_COMPILE=arm-none-linux-gnueabi- <[cross compiler] [board-config>]
where[board-config] should be:
* <board-config> is igep0020_config for IGEP v2 platform.(OneNAND memory)* igep0020_nand_config for IGEP v2 (NAND memory)* <board-config> is igep0030_config for OMAP3 IGEP module.COM MODULE (OneNAND memory)* igep0030_nand_config for IGEP COM MODULE (NAND memory)* igep0033_config for IGEP COM AQUILA
Finally, build with
$ make CROSS_COMPILE=arm-none-linux-gnueabi-  The results will be a '''MLO''' and a '''u-boot.img''' file in the u-boot directory.[cross compiler]
The results will be a '''CAVEAT:MLO''' Wifi is not set up file and a '''u-boot.img''' file in this version, the pin mux for the MMC2 interface needs to be configured first!u-boot directory.
0
edits