Difference between revisions of "U-Boot 2013.07.y"

From IGEP - ISEE Wiki

Jump to: navigation, search
(Created page with '__TOC__ = Introduction = The currently supported IGEP Processor Boards are as follows: * IGEP COM AQUILA (IGEP0033) The currently supported IGEP Expansion Boards are as follow…')
 
(Build u-boot from sources)
Line 31: Line 31:
 
  tar xzf u-boot-2013.07-0.tar.gz
 
  tar xzf u-boot-2013.07-0.tar.gz
 
  cd [u-boot version]
 
  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>  
 
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.
 
'''Configure''' U-Boot for IGEP COM AQUILA device.
  
Line 40: Line 46:
 
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:  
 
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]  
+
  make CROSS_COMPILE=[your cross compiler]
  
 
= Known issues =
 
= Known issues =

Revision as of 15:21, 1 August 2013

Introduction

The currently supported IGEP Processor Boards are as follows:

  • IGEP COM AQUILA (IGEP0033)

The currently supported IGEP Expansion Boards are as follows:

  • IGEP AQUILA EXPANSION (BASE0033)

Binaries: latest stable u-boot version is: 2013.07-0 (20130725)

Platform Sources SPL binary U-Boot binaries
 IGEP0033  2013.07-0 (md5sum) MLO-2013.07-0.bin (md5sum) u-boot-2013.07-0.img (md5sum)

Build u-boot from sources

Download the latest stable version sources and follow next steps:

wget http://downloads.isee.biz/pub/releases/uboot/v2013.07-0/u-boot-2013.07-0.tar.gz
tar xzf u-boot-2013.07-0.tar.gz
cd [u-boot version]

or from 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/) and test the last unstable version at your own risk (see "U-Boot Mainline Series" chapter in The bootloader U-Boot)

Configure U-Boot for IGEP COM AQUILA device.

make CROSS_COMPILE=[your cross compiler] igep0033_config

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

Changelog