Changes

U-Boot 2013.07.y

191 bytes added, 15:21, 1 August 2013
Build u-boot from sources
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 =
0
edits