Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot 2014.01.y

2,290 bytes added, 12:14, 31 January 2014
Created page with '__TOC__ = Introduction = This article is for '''specific 2014.01.y U-Boot branch''' serie.<br> It is interesting read The bootloader U-Boot article previously.<br> On this…'
__TOC__

= Introduction =

This article is for '''specific 2014.01.y U-Boot branch''' serie.<br>
It is interesting read [[The bootloader U-Boot]] article previously.<br>

On this 2014.01.y version, supported IGEP Processor Boards are:
* IGEPv5 (IGEP0050)

Binaries: latest stable u-boot version is: '''2014.01-0-omap5 (20140131)'''

{| border="1"
|-
! '''Platform'''
! '''Sources'''
! '''SPL binary'''
! '''U-Boot binaries'''
|-
| &nbsp;IGEP0050&nbsp;
| [http://downloads.isee.biz/pub/releases/uboot/v2014.01-0-omap5/u-boot-2014.01-0-omap5.tar.gz 2014.01-0-omap5] ([http://downloads.isee.biz/pub/releases/uboot/v2014.01-0-omap5/u-boot-2014.01-0-omap5.tar.gz.md5 md5sum])
| [http://downloads.isee.biz/pub/releases/uboot/v2014.01-0-omap5/MLO-2014.01-0-omap5.bin MLO-2014.01-0-omap5.bin] ([http://downloads.isee.biz/pub/releases/uboot/v2014.01-0-omap5/SPL-2014.01-0-omap5.bin.md5 md5sum])
| [http://downloads.isee.biz/pub/releases/uboot/v2014.01-0-omap5/u-boot-2014.01-0-omap5.img u-boot-2014.01-0-omap5.img] ([http://downloads.isee.biz/pub/releases/uboot/v2014.01-0-omap5/u-boot-2014.01-0-omap5.img.md5 md5sum)]
|}

= Build u-boot from sources =

'''Download''' the latest stable version sources and follow next steps:

wget http://downloads.isee.biz/pub/releases/uboot/v2014.01-0-omap5/u-boot-2014.01-0-omap5.tar.gz
tar xzf u-boot-2014.01-0-omap5.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-2014.01.y -b u-boot-2014.01.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 IGEPv5 device.

make CROSS_COMPILE=[your cross compiler] omap5_igep0050_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]

= Changelog =
*[http://git.isee.biz/?p=pub/scm/u-boot-arm.git;a=commit;h=081334a21abd79d000958f0337ad85afe924816e Release 2014.01-0-omap5]
**First release for 2014.01.y series

[[Category:U-Boot]]
0
edits