Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot Texas Instruments Series

928 bytes added, 16:05, 8 March 2018
U-Boot 2015.04.y [EOL]
* Boot from Network.
==U-Boot 2015.04.y [EOL]=====Clone the u-boot repo===Clone the u-boot repository using git address:__TOC__
<code>$ git clone git@git=Introduction=This article is for '''specific 2014.isee01.biz:arm-boot/uy U-boot-fslcBoot branch''' serie.git<br /code>It is interesting read [[The bootloader U-Boot]] article previously.
orOn this 2014.01.y version, supported IGEP Processor Boards are:
 <code>$ git clone https://git.isee.biz/arm-boot/u-boot-fslc.git</code>* IGEPv5 (IGEP0050)
===Checkout Binaries: latest stable u-boot repo===Go to the uversion is: '''2014.01-boot0-fscl directory and checkout the version 2015.04.y as:omap5 (20140131)'''
<code>$ cd {| 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-fscl<2014.01-0-omap5.tar.gz 2014.01-0-omap5] ([http://downloads.isee.biz/pub/releases/uboot/v2014.01-0-omap5/code>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)]|}
<code>$ git checkout remotes/origin/isee-imx-patches-2015.04-next -b isee-imx-patches-2015.04=Build u-boot from sources='''Download''' the latest stable version sources and follow next.local</code> steps:
===Set the board configuration=== wget http://downloads.isee.biz/pub/releases/uboot/v2014.01-0-omap5/u-boot-2014.01-0-omap5.tar.gzNow build the tar xzf u-boot, first set the configuration with:-2014.01-0-omap5.tar.gz cd [u-boot version]
IGEP0046 SMARC Quador from [http://git.isee.biz/ ISEE GIT Repository]
<code>$ make ARCH= git clone git://git.isee.biz/pub/scm/u-boot-arm CROSS_COMPILE=.git cd u-boot-arm/ git checkout origin/u-linuxboot-gnueabihf2014.01.y - mx6q_igep0046_defconfig</code>b u-boot-2014.01.y.local
IGEP0046 SMARC Dual liteAlso, 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.
<code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6dl_igep0046_defconfig</code>[your cross compiler] omap5_igep0050_config
IGEP0046 SMARC SoloThen '''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:
<code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6s_igep0046_defconfig</code>[your cross compiler]
=Changelog=* [http://git.isee.biz/?p=Build pub/scm/u-boot-arm.git;a=commit;h==44efc5c2396dc80b426384ea5a19c27873c881f3 Release 2014.01-0-omap5]You can build u-boot executing this command:** First release for 2014.01.y series
<code>$ make ARCH=arm CROSS_COMPILE=arm[[Category:U-linux-gnueabihf-</code> ===What next...===After build u-boot you can use it for boot the board, exist several options for boot, check the Hardware Reference Manual about the options available for your board. * Boot from MicroSD Card.* Boot from NAND flash.* Boot from eMMC.* Boot from USB.* Boot from Network.]]