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

From IGEP - ISEE Wiki

Jump to: navigation, search
(U-Boot 2015.04.y [EOL])
Line 3: Line 3:
  
 
<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>
 
  
Go to the u-boot-fscl directory and checkout the version:
+
 <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 2015.04.y as:
  
 
<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><span class="single_linebreak" style="background-color: lightgray;">
+
<code>$ git checkout remotes/origin/isee-imx-patches-2015.04-next -b isee-imx-patches-2015.04-next.local</code> 
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6q_igep0046_defconfig
+
 
</span>
+
Now build the u-boot, first set the configuration with:
</code>
+
 
 +
IGEP0046 SMARC Quad:
 +
 
 +
<code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6q_igep0046_defconfig</code>
 +
 
 +
IGEP0046 SMARC Dual lite
 +
 
 +
<code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6dl_igep0046_defconfig</code>
 +
 
 +
IGEP0046 SMARC Solo
 +
 
 +
<code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6s_igep0046_defconfig</code>

Revision as of 11:17, 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 2015.04.y as:

$ cd u-boot-fscl

$ git checkout remotes/origin/isee-imx-patches-2015.04-next -b isee-imx-patches-2015.04-next.local 

Now build the u-boot, first set the configuration with:

IGEP0046 SMARC Quad:

$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6q_igep0046_defconfig

IGEP0046 SMARC Dual lite

$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6dl_igep0046_defconfig

IGEP0046 SMARC Solo

$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6s_igep0046_defconfig