Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The bootloader U-Boot

39 bytes added, 09:36, 3 November 2010
no edit summary
if you have updated your SDK environment to latest version (see [[Ubuntu 8.04 IGEP v2.0 SDK Virtual Machine]])
== U-Boot v20092010.1106-2 y series (stable) ==
Download the IGEP U-Boot sources and follow next steps:
$ wget http://downloads.igep.es/sources/u-boot-arm-20092010.1106-21.tar.gz $ tar xzf u-boot-arm-20092010.1106-21.tar.gz $ cd u-boot-arm-20092010.1106-21
Configure for your board with,
where:
* <board-config> is omap3_igep0020_config igep0020_config for IGEP v2 platform.* <board-config> is omap3_igep0030_config igep0030_config for OMAP3 IGEP module.
Finally, build with
The result will be an u-boot.bin file in local directory.
''' CHANGELOG '''* [http://git.igep.es/?p=pub/scm/u-boot-arm.git;a=commit;h= Ue99b5040053d8228b5d58b4542aadea859a37a07 2010-11-Boot mainline tree (development) 03 Release 2010.06-1]** Improve I2C driver support** 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]** Add support for DM37XX
<span style="color: rgb= U-Boot 2009.11-y series (255, 0, 0stable);">'''Note:''' The 'master' branch is where the development work takes place and you should use this if you're after to work with the latest cutting edge developments. It is possible trunk can suffer temporary periods of instability while new features are developed and if this is undesirable we recommend using one of the release branches. '''Use ONLY for development purposes.'''</span> ==
Clone Download the GIT repository from git.igep.esIGEP U-Boot sources and follow next steps:
$ git clone gitwget http://gitdownloads.igep.es/pub/scmsources/u-boot-arm-2009.git11-2.tar.gz $ cd tar xzf u-boot-arm $ git checkout origin/u-boot-2009.11-2.y -b tar.gz $ cd u-boot-arm-2009.11.y-2
Configure for your board with,
The result will be an u-boot.bin file in local directory.
== ''' CHANGELOG =='''
* [http://git.igep.es/?p=pub/scm/u-boot-arm.git;a=commit;h=10f386973ff68d604323b1e7787a0f3bd3b3c381 2010-06-15 Release 2009.11-2]
0
edits