Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot Texas Instruments Series

293 bytes removed, 16:19, 8 March 2018
m
* Boot from Network.
=Introduction=This article is for '''specific OMAP5 U-boot 2014.01.y U-Boot branch''' serie.<br />It is interesting read [[The bootloader U-Boot]] article previously.==
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"
|}
===Build u-boot from sources=======Download the sources====
'''Download''' the latest stable version sources and follow next steps:
tar xzf u-boot-2014.01-0-omap5.tar.gz
cd [u-boot version]
Or you can clone the u-boot repository using git address:
 
<code>$ git@git.isee.biz:arm-boot/u-boot-arm.git</code>
 
or
or from [http<code>$ https://git.isee.biz/ ISEE GIT Repository]arm-boot/u-boot-arm.git</code>
git clone git://git.isee.biz/pub/scm/====Checkout u-boot-arm.git repo==== cd Go to the u-boot-arm/ git directory and checkout origin/u-boot-2014the isee_v2017.01.y -b u-boot-2014.01.y.local03 as:
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$ cd u-Boot Mainline Series''" chapter in [[The bootloader Uboot-Boot]])arm<br /><br $ git checkout origin/>'''Configure''' Uu-boot-2014.01.y -b u-boot-Boot for IGEPv5 device2014.01.y.local
====Configure U-Boot for IGEPv5 device.==== make CROSS_COMPILE=[your cross compiler] arm-linux-gnueabihf- omap5_igep0050_config
====Build MLO and U-boot====
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/uarm-boot-arm.git;a=commit;h=44efc5c2396dc80b426384ea5a19c27873c881f3 Release 2014.01linux-0gnueabihf-omap5]** First release for 2014.01.y series
[[Category:U-Boot]]