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...") |
|||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
{{DISPLAYTITLE:Some notices for getting the BSP from GitHub ADVANTECH-Corp}} | {{DISPLAYTITLE:Some notices for getting the BSP from GitHub ADVANTECH-Corp}} | ||
+ | |||
+ | |||
= Getting Started = | = Getting Started = | ||
− | == | + | == Conventions == |
:<span style="color:purple">'''${INTEL_BSP_VER}'''</span> : the Intel Quark BSP version | :<span style="color:purple">'''${INTEL_BSP_VER}'''</span> : the Intel Quark BSP version | ||
− | ::e.g. v1.2. | + | ::e.g. v1.2.0 |
:<span style="color:purple">'''${BSP_HOME}'''</span> : the home directory the BSP located to | :<span style="color:purple">'''${BSP_HOME}'''</span> : the home directory the BSP located to | ||
::e.g. ~/adv-quark-bsp/meta-clanton_<span style="color:#7030a0">'''${INTEL_BSP_VER}'''</span> | ::e.g. ~/adv-quark-bsp/meta-clanton_<span style="color:#7030a0">'''${INTEL_BSP_VER}'''</span> | ||
− | == Fetching the BSP | + | == Supported version == |
+ | |||
+ | :[https://github.com/ADVANTECH-Corp/adv-quark-bsp/blob/master/v1.2.0.xml Intel Quark BSP v1.2.0] | ||
+ | :[https://github.com/ADVANTECH-Corp/adv-quark-bsp/blob/master/v1.2.1.1.xml Intel Quark BSP v1.2.1.1] | ||
+ | |||
+ | = Fetching the BSP = | ||
− | + | :Please refer to [[IoTGateway/BSP/Linux/iMX6/Yocto_LBV7_User_Guide#Setting_up_the_repo_utility|this]] to setup repo first | |
<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 | + | $ repo sync |
+ | $ cd meta-clanton_${INTEL_BSP_VER} | ||
</syntaxhighlight></div> | </syntaxhighlight></div> | ||
+ | == <s>Prebuilt image pack</s> == | ||
+ | |||
+ | :There is no prebuilt image pack in [[#Fetching_the_BSP|the BSP fetched from GitHub]], so [[IoTGateway/BSP/Linux/Quark/Yocto_LBV2_User_Guide#To_build_all_image_files|creating all image files]] from the ground up. | ||
+ | |||
+ | == <s>setup.sh</s> == | ||
+ | |||
+ | :There is no setup.sh in [[#Fetching_the_BSP|the BSP fetched from GitHub]], so there is no need to run setup.sh while [[IoTGateway/BSP/Linux/Quark/Yocto_LBV2_User_Guide#To_create_one_new_build_environment|creating one new build environment]]. |
Latest revision as of 19:22, 23 January 2017
Contents
Getting Started
Conventions
- ${INTEL_BSP_VER} : the Intel Quark BSP version
- e.g. v1.2.0
- ${BSP_HOME} : the home directory the BSP located to
- e.g. ~/adv-quark-bsp/meta-clanton_${INTEL_BSP_VER}
Supported version
Fetching the BSP
- Please refer to this to setup repo first
$ mkdir ~/adv-quark-bsp
$ cd ~/adv-quark-bsp
$ repo init -u https://github.com/ADVANTECH-Corp/adv-quark-bsp -m ${INTEL_BSP_VER}.xml
$ repo sync
$ cd meta-clanton_${INTEL_BSP_VER}
Prebuilt image pack
- There is no prebuilt image pack in the BSP fetched from GitHub, so creating all image files from the ground up.
setup.sh
- There is no setup.sh in the BSP fetched from GitHub, so there is no need to run setup.sh while creating one new build environment.