Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot Freescale-NXP iMX6 Series

249 bytes added, 11:17, 8 March 2018
U-Boot 2015.04.y [EOL]
<code>$ git clone git@git.isee.biz:arm-boot/u-boot-fslc.git</code>
 
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 version2015.04.y as:
<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>  Now build the u-boot, first set the configuration with: IGEP0046 SMARC Quad: <code><span class$ make ARCH="single_linebreak" stylearm CROSS_COMPILE="backgroundarm-linux-color: lightgray;"gnueabihf- mx6q_igep0046_defconfig</codeIGEP0046 SMARC Dual lite <code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6q_igep0046_defconfig mx6dl_igep0046_defconfig</spancodeIGEP0046 SMARC Solo <code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6s_igep0046_defconfig</code>