Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot Texas Instruments Series

146 bytes removed, 16:19, 8 March 2018
m
* 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:
Go to the u-boot-arm directory and checkout the isee_v2017.03 as:
<code>$ cd u-boot-arm<br /code><br><code>$ git checkout origin/u-boot-2014.01.y -b u-boot-2014.01.y.local</code> <br />'''Configure''' U-Boot for IGEPv5 device.
====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=arm-linux-gnueabihf-
 
=Changelog=
* [http://git.isee.biz/?p=pub/scm/u-boot-arm.git;a=commit;h=44efc5c2396dc80b426384ea5a19c27873c881f3 Release 2014.01-0-omap5]
** First release for 2014.01.y series
[[Category:U-Boot]]