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...") |
(No difference)
|
Revision as of 04:19, 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
$ repo init -u https://github.com/ADVANTECH-Corp/adv-quark-bsp -m ${INTEL_BSP_VER}.xml
$ mkdir ~/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
$ cd <span style="color:#7030a0">'''${INTEL_BSP_VER}'''</span>