Difference between revisions of "U-Boot Freescale-NXP iMX6 Series"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 1: Line 1:
 
==U-Boot 2015.04.y [EOL]==
 
==U-Boot 2015.04.y [EOL]==
<code>Clone the u-boot repository</code>
+
Clone the u-boot repository using next git address:
  
 
<code>$ git clone git@git.isee.biz:arm-boot/u-boot-fslc.git</code>
 
<code>$ git clone git@git.isee.biz:arm-boot/u-boot-fslc.git</code>
 
 
or
 
or
 +
<code>$ git clone https://git.isee.biz/arm-boot/u-boot-fslc.git</code>
  
<code>$ git clone https://git.isee.biz/arm-boot/u-boot-fslc.git</code>
+
Go to the u-boot-fscl directory and checkout the version:
  
 
<code>$ cd u-boot-fscl</code>
 
<code>$ cd u-boot-fscl</code>
 
+
<code>$ git checkout remotes/origin/isee-imx-patches-2015.04-next -b isee-imx-patches-2015.04-next.local </code>
<code>$ git checkout remotes/origin/isee-imx-patches-2015.04-next -b isee-imx-patches-2015.04-next.local </code><code><span class="single_linebreak" style="background-color: lightgray;">$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6q_igep0046_defconfig</span></code>
+
<code><span class="single_linebreak" style="background-color: lightgray;">
 
+
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6q_igep0046_defconfig
<code></code>
+
</span>
 
+
</code>
<code></code>
 

Revision as of 11:12, 8 March 2018

U-Boot 2015.04.y [EOL]

Clone the u-boot repository using next git address:

$ git clone git@git.isee.biz:arm-boot/u-boot-fslc.git or $ git clone https://git.isee.biz/arm-boot/u-boot-fslc.git

Go to the u-boot-fscl directory and checkout the version:

$ cd u-boot-fscl $ git checkout remotes/origin/isee-imx-patches-2015.04-next -b isee-imx-patches-2015.04-next.local $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6q_igep0046_defconfig