Difference between revisions of "IoTGateway/BSP/Linux/Quark/Getting BSP from GitHub"

From ESS-WIKI
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:Some notices for getting the BSP from GitHub ADVANTECH-Corp}} = Getting Started = == <span style="color:#0070c0">Conventions</span> == :<span style="color:pu...")
 
Line 12: Line 12:
  
 
== Fetching the BSP ==
 
== Fetching the BSP ==
 
<code>$ repo init -u [https://github.com/ADVANTECH-Corp/adv-quark-bsp https://github.com/ADVANTECH-Corp/adv-quark-bsp] -m <span style="color:#7030a0">'''${INTEL_BSP_VER}'''</span>.xml</code>
 
 
<div style="margin-left: 2em"><syntaxhighlight lang="bash">
 
<div style="margin-left: 2em"><syntaxhighlight lang="bash">
 
$ mkdir ~/adv-quark-bsp
 
$ mkdir ~/adv-quark-bsp
 
$ cd ~/adv-quark-bsp  
 
$ cd ~/adv-quark-bsp  
$ repo init -u https://github.com/ADVANTECH-Corp/adv-quark-bsp -m <span style="color:#7030a0">'''${INTEL_BSP_VER}'''</span>.xml
+
$ repo init -u https://github.com/ADVANTECH-Corp/adv-quark-bsp -m ${INTEL_BSP_VER}.xml
$ cd <span style="color:#7030a0">'''${INTEL_BSP_VER}'''</span>
+
$ cd ${INTEL_BSP_VER}
 
</syntaxhighlight></div>
 
</syntaxhighlight></div>

Revision as of 05:23, 21 November 2016


Getting Started

Conventions

${INTEL_BSP_VER} : the Intel Quark BSP version
e.g. v1.2.1.1
${BSP_HOME} : the home directory the BSP located to
e.g. ~/adv-quark-bsp/meta-clanton_${INTEL_BSP_VER}

Fetching the BSP

$ mkdir ~/adv-quark-bsp
$ cd ~/adv-quark-bsp 
$ repo init -u https://github.com/ADVANTECH-Corp/adv-quark-bsp -m ${INTEL_BSP_VER}.xml
$ cd ${INTEL_BSP_VER}