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 1: Line 1:
 
==U-Boot 2015.04.y [EOL]==
 
==U-Boot 2015.04.y [EOL]==
<syntaxhighlight lang="sh" line='line'>$ git clone git@git.isee.biz:arm-boot/u-boot-fslc.git</syntaxhighlight>
+
<code>$ git clone git@git.isee.biz:arm-boot/u-boot-fslc.git</code>
  
 
or
 
or
  
<syntaxhighlight lang="sh" line='line'>$ git clone https://git.isee.biz/arm-boot/u-boot-fslc.git</syntaxhighlight>
+
<code>$ git clone https://git.isee.biz/arm-boot/u-boot-fslc.git</code>
  
<syntaxhighlight lang="sh" line='line'>
+
<code>
 
$ cd u-boot-fscl
 
$ cd u-boot-fscl
 
$ git checkout remotes/origin/isee-imx-patches-2015.04-next -b isee-imx-patches-2015.04-next.local
 
$ git checkout remotes/origin/isee-imx-patches-2015.04-next -b isee-imx-patches-2015.04-next.local
</syntaxhighlight>
+
</code>

Revision as of 11:08, 8 March 2018

U-Boot 2015.04.y [EOL]

$ 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

$ cd u-boot-fscl $ git checkout remotes/origin/isee-imx-patches-2015.04-next -b isee-imx-patches-2015.04-next.local