Changes

U-Boot 2013.07.y

389 bytes added, 12:17, 31 January 2014
no edit summary
= Introduction =
This article is for '''specific 2013.07.y U-Boot branch''' serie.<br>It is interesting read [[The currently bootloader U-Boot]] article previously.<br> On this 2013.07.y version, supported IGEP Processor Boards are as follows:
* IGEP COM AQUILA (IGEP0033)
|-
| &nbsp;IGEP0033&nbsp;
| [http://downloads.isee.biz/pub/releases/uboot/v2013.07-0/u-boot-2013.07-0.tar.gz 2013.07-0] ([http://downloads.isee.biz/pub/releases/uboot/v2013.07-0/linuxu-boot-2013.07-0.tar.gz.md5 md5sum]) | [http://downloads.isee.biz/pub/releases/uboot/v2013.07-0/MLO-2013.07-0.bin MLO-2013.07-0.bin] ([http://downloads.isee.biz/pub/releases/uboot/v2013.07-0/SPLMLO-2013.07-0.bin.md5 md5sum])
| [http://downloads.isee.biz/pub/releases/uboot/v2013.07-0/u-boot-2013.07-0.img u-boot-2013.07-0.img] ([http://downloads.isee.biz/pub/releases/uboot/v2013.07-0/u-boot-2013.07-0.img.md5 md5sum)]
|}
tar xzf u-boot-2013.07-0.tar.gz
cd [u-boot version]
 
or from [http://git.isee.biz/ ISEE GIT Repository]
 
git clone git://git.isee.biz/pub/scm/u-boot-arm.git
cd u-boot-arm/
git checkout origin/u-boot-2013.07.y -b u-boot-2013.07.y.local
Also, it could download from GIT Repositories ([http://git.isee.biz/ http://git.isee.biz/]) and test the last unstable version at your own risk (see "''U-Boot Mainline Series''" chapter in [[The bootloader U-Boot]])<br>
<br>
'''Configure''' U-Boot for IGEP COM AQUILA device.
Then '''build''' the SPL and the u-boot image. The result will be an ''MLO'' file and an ''u-boot.img'' file in current directory. Execute:
make CROSS_COMPILE=[your cross compiler]
= Known issues =
Not for now* GCC 4.7 version should be used to compile U-Boot 2013.07.y.
= Changelog =
0
edits