Difference between revisions of "IoTGateway/BSP/Linux/Quark/Bluetooth Testing Guide"
From ESS-WIKI
(Created page with "<big><big><big>Bluetooth Testing Guide</big></big></big> <!-- {| align="right" | __TOC__ |} --> ==Prerequisites== The testing procedures below are all based on BlueZ5, so if...") |
(→Prerequisites) |
||
Line 5: | Line 5: | ||
|} | |} | ||
--> | --> | ||
+ | =Getting Started= | ||
==Prerequisites== | ==Prerequisites== | ||
− | + | All operations in this guide are based on BlueZ5, please make sure the verion of used BSP is 2011 at lease.<br> | |
+ | |||
+ | ===Change BlueZ4 to Buez5 if BSP quarkLBV2011 used=== | ||
+ | In LBV2011 the BlueZ4 is used by default, it is necessary to do the following precedures to convert to use BlueZ5.<br> | ||
+ | Download the [[File:quarkLBV2011_convert_to_BlueZ5.tar.gz]], and perform below command | ||
+ | :<code>$ tar xvf quarkLBV2011_convert_to_BlueZ5.tar.gz -C <span style="color:#7030a0;">'''${BSP_HOME}'''</span></code> | ||
+ | |||
+ | =Testing Operations= | ||
+ | ==DOC== | ||
+ | ===HERE=== |
Revision as of 11:26, 7 June 2016
Bluetooth Testing Guide
Contents
Getting Started
Prerequisites
All operations in this guide are based on BlueZ5, please make sure the verion of used BSP is 2011 at lease.
Change BlueZ4 to Buez5 if BSP quarkLBV2011 used
In LBV2011 the BlueZ4 is used by default, it is necessary to do the following precedures to convert to use BlueZ5.
Download the File:QuarkLBV2011 convert to BlueZ5.tar.gz, and perform below command
$ tar xvf quarkLBV2011_convert_to_BlueZ5.tar.gz -C ${BSP_HOME}