Difference between revisions of "U-Boot 2010.06-y series"

From IGEP - ISEE Wiki

Jump to: navigation, search
(Created page with ' Download the IGEP U-Boot sources and follow next steps: Either download the sources from the git repository $ git clone git://git.isee.biz/pub/scm/u-boot-arm.git $ cd u-boot…')
 
 
Line 1: Line 1:
 
 
Download the IGEP U-Boot sources and follow next steps:
 
Download the IGEP U-Boot sources and follow next steps:
  
Line 30: Line 29:
  
 
''' CHANGELOG '''
 
''' CHANGELOG '''
* [http://git.igep.es/?p=pub/scm/u-boot-arm.git;a=commit;h=386abd9fa4656aea453a13b28f9c85ea53e07a8b 2011-07-29 Release 2010.06-3]
+
* [http://git.isee.biz/?p=pub/scm/u-boot-arm.git;a=commit;h=386abd9fa4656aea453a13b28f9c85ea53e07a8b 2011-07-29 Release 2010.06-3]
 
** fix boot hang with DM37x and TPS65950 A3  
 
** fix boot hang with DM37x and TPS65950 A3  
* [http://git.igep.es/?p=pub/scm/u-boot-arm.git;a=commit;h=ccba4652f9d2bd32e76770661d5b5762631f2261 2011-03-07 Release 2010.06-2]
+
* [http://git.isee.biz/?p=pub/scm/u-boot-arm.git;a=commit;h=ccba4652f9d2bd32e76770661d5b5762631f2261 2011-03-07 Release 2010.06-2]
 
** Set MPU to 1GHz and IVA to 800MHz by default for DM3730
 
** Set MPU to 1GHz and IVA to 800MHz by default for DM3730
 
** Improve GPMC timming for SMSC LAN9221
 
** Improve GPMC timming for SMSC LAN9221
* [http://git.igep.es/?p=pub/scm/u-boot-arm.git;a=commit;h=e99b5040053d8228b5d58b4542aadea859a37a07 2010-11-03 Release 2010.06-1]
+
* [http://git.isee.biz/?p=pub/scm/u-boot-arm.git;a=commit;h=e99b5040053d8228b5d58b4542aadea859a37a07 2010-11-03 Release 2010.06-1]
 
** Improve I2C driver  support
 
** Improve I2C driver  support
 
** Use default NET_GPMC configuration to be compatible with DM37XX. This worsens a bit the SMSC LAN9221 throughput.
 
** Use default NET_GPMC configuration to be compatible with DM37XX. This worsens a bit the SMSC LAN9221 throughput.
* [http://git.igep.es/?p=pub/scm/u-boot-arm.git;a=commit;h=6cf985486c5061e5e47586bf929bd2d1b73c6ef5 2010-10-19 Release 2010.06-0]
+
* [http://git.isee.biz/?p=pub/scm/u-boot-arm.git;a=commit;h=6cf985486c5061e5e47586bf929bd2d1b73c6ef5 2010-10-19 Release 2010.06-0]
 
** Add support for DM37XX
 
** Add support for DM37XX
  
 
''' KNOWN ISSUES '''
 
''' KNOWN ISSUES '''
 
* This versions does not work if you use gcc 4.4 or upper.
 
* This versions does not work if you use gcc 4.4 or upper.

Latest revision as of 13:43, 1 July 2015

Download the IGEP U-Boot sources and follow next steps:

Either download the sources from the git repository

$ git clone git://git.isee.biz/pub/scm/u-boot-arm.git
$ cd u-boot-arm
$ git checkout v2010.06-3 -b v2010.06-3-local

Or get the snapshot from the downloads directory

$ wget http://downloads.isee.biz/pub/SW_Releases/sources/u-boot-arm-2010.06-3.tar.gz
$ tar xzf u-boot-arm-2010.06-3.tar.gz
$ cd u-boot-arm-2010.06-3

Configure for your board with,

$ make CROSS_COMPILE=arm-none-linux-gnueabi- <board-config>

where:

  • <board-config> is igep0020_config for IGEP v2 platform.
  • <board-config> is igep0030_config for OMAP3 IGEP module.

Finally, build with

$ make CROSS_COMPILE=arm-none-linux-gnueabi- 

The result will be an u-boot.bin file in local directory.

CHANGELOG

KNOWN ISSUES

  • This versions does not work if you use gcc 4.4 or upper.