Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot Texas Instruments Series

616 bytes added, 16:19, 8 March 2018
m
* Boot from MicroSD Card.
* Boot from NAND flash.* Boot from or eMMC.
* Boot from USB.
* Boot from Network.
==OMAP5 U-Boot 2015boot 2014.0401.y [EOL]=====Clone the u-boot repo===Clone the u-boot repository using git addressOn this 2014.01.y version, supported IGEP Processor Boards are:
<code>$ git clone git@git.isee.biz:arm-boot/u-boot-fslc.git</code>* IGEPv5 (IGEP0050)
or===Binaries===latest stable u-boot version is: '''2014.01-0-omap5 (20140131)'''
 <code>$ git clone https{| border="1"|-!|'''Platform'''!|'''Sources'''!|'''SPL binary'''!|'''U-Boot binaries'''|-||&nbsp;IGEP0050&nbsp;||[http://gitdownloads.isee.biz/armpub/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-fslc2014.01-0-omap5.tar.gz.md5 md5sum])||[http://downloads.isee.git<biz/code>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)]|}
===Checkout Build u-boot repofrom sources===Go to ====Download the u-boot-fscl directory and checkout sources===='''Download''' the latest stable version 2015.04.y assources and follow next steps:
<code>$ 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-bootversion]Or you can clone the u-fscl</code>boot repository using git address:
<code>$ git checkout remotes/origin/@git.isee-imx-patches-2015.04biz:arm-next -b isee-imxboot/u-patches-2015.04boot-nextarm.localgit</code> 
===Set the board configuration===Now build the u-boot, first set the configuration with: IGEP0046 SMARC Quad:or
<code>$ make ARCH=arm CROSS_COMPILE=https://git.isee.biz/arm-linuxboot/u-gnueabihfboot- mx6q_igep0046_defconfigarm.git</code>
IGEP0046 SMARC Dual lite====Checkout u-boot repo====Go to the u-boot-arm directory and checkout the isee_v2017.03 as:
$ cd u-boot-arm<codebr />$ make ARCH=arm CROSS_COMPILE=armgit checkout origin/u-boot-2014.01.y -linuxb u-gnueabihfboot- mx6dl_igep0046_defconfig</code>2014.01.y.local
IGEP0046 SMARC Solo====Configure U-Boot for IGEPv5 device.==== make CROSS_COMPILE=arm-linux-gnueabihf- omap5_igep0050_config
<code>$ make ARCH=arm CROSS_COMPILE=arm==Build MLO and U-linuxboot====Then '''build''' the SPL and the u-gnueabihfboot image. The result will be an ''MLO'' file and an ''u- mx6s_igep0046_defconfig</code>boot.img'' file in current directory. Execute:
make CROSS_COMPILE===Build uarm-linux-boot===You can build ugnueabihf-boot executing this command:
<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.]]