Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot Texas Instruments Series

224 bytes added, 16:09, 8 March 2018
Build u-boot from sources
tar xzf u-boot-2014.01-0-omap5.tar.gz
cd [u-boot version]
===Clone the u-boot repo===
Clone the u-boot repository using git address:
or from [http://<code>$ git@git.isee.biz:arm-boot/u-boot-arm.git</ ISEE GIT Repository]code>
git clone gitor  <code>$ https://git.isee.biz/pubarm-boot/scmu-boot-arm.git</code> ===Checkout u-boot repo===Go to the u-boot-armdirectory and checkout the isee_v2017.git 03 as:  <code>$ cd u-boot-arm</ code><br><br><code>$ git checkout origin/u-boot-2014.01.y -b u-boot-2014.01.y.local</code> 
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 />