Difference between revisions of "IoTGateway/BSP/Linux/Quark/Getting BSP from GitHub"
From ESS-WIKI
(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 == | ||
− | |||
− | |||
<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 | + | $ repo init -u https://github.com/ADVANTECH-Corp/adv-quark-bsp -m ${INTEL_BSP_VER}.xml |
− | $ cd | + | $ cd ${INTEL_BSP_VER} |
</syntaxhighlight></div> | </syntaxhighlight></div> |
Revision as of 04: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}