- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
First of all, happy to finally see BLE C/C++ library getting ready for use with Edison.
The pre-requisite says,
TinyB requires CMake 3.1+ for building and requires GLib/GIO 2.40+.
https://github.com/intel-iot-devkit/tinyb GitHub - intel-iot-devkit/tinyb
Where can I find the pre-requisites to get BLE development kick-started?
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Sukesh,
If you are using the image 159.devkit you will only need to upgrade the CMake version, for this you need to modify the /etc/opkg/iotkit.conf file with the following lines:
src/gz all-dev http://iotdk.intel.com/repos/3.0/iotdk/all http://iotdk.intel.com/repos/3.0/iotdk/all
src/gz core2-32-dev http://iotdk.intel.com/repos/3.0/iotdk/core2-32 http://iotdk.intel.com/repos/3.0/iotdk/core2-32
src/gz core2-32-intel-common http://iotdk.intel.com/repos/3.0/iotdk/core2-32-intel-common http://iotdk.intel.com/repos/3.0/iotdk/core2-32-intel-common
Then, run the command opkg update && opkg install cmake
Once you have installed cmake, you can install git and download the files for tinyB in order to continue with the installation.
opkg install git
git clone https://github.com/intel-iot-devkit/tinyb https://github.com/intel-iot-devkit/tinyb
cd tinyb
mkdir build
cd build
cmake ..
make
make install
I hope this helps
Regards,
Charlie
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Sukesh,
If you are using the image 159.devkit you will only need to upgrade the CMake version, for this you need to modify the /etc/opkg/iotkit.conf file with the following lines:
src/gz all-dev http://iotdk.intel.com/repos/3.0/iotdk/all http://iotdk.intel.com/repos/3.0/iotdk/all
src/gz core2-32-dev http://iotdk.intel.com/repos/3.0/iotdk/core2-32 http://iotdk.intel.com/repos/3.0/iotdk/core2-32
src/gz core2-32-intel-common http://iotdk.intel.com/repos/3.0/iotdk/core2-32-intel-common http://iotdk.intel.com/repos/3.0/iotdk/core2-32-intel-common
Then, run the command opkg update && opkg install cmake
Once you have installed cmake, you can install git and download the files for tinyB in order to continue with the installation.
opkg install git
git clone https://github.com/intel-iot-devkit/tinyb https://github.com/intel-iot-devkit/tinyb
cd tinyb
mkdir build
cd build
cmake ..
make
make install
I hope this helps
Regards,
Charlie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you Charlie. Will test it and revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page