Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot Texas Instruments Series

27 bytes removed, 16:14, 8 March 2018
Checkout u-boot repo
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.
<br />'''Configure''' U-Boot for IGEPv5 device.  make CROSS_COMPILE=[your cross compiler] arm-linux-gnueabihf- omap5_igep0050_config
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: