GithubHelp home page GithubHelp logo

codk-m's Introduction

Curie Open Development Kit - M

For Intel Community Support, product questions, or help troubleshooting, visit ICS: https://communities.intel.com/community/tech/intel-curie

|

Contents

  • x86: Zephyr
  • ARC: Arduino sketches or *.cpp

Supported Platforms

  • Ubuntu 14.04 - 64 bit

Installation

mkdir -p ~/CODK && cd $_
git clone https://github.com/01org/CODK-M.git
cd CODK-M
make clone
sudo make install-dep
make setup
export CODK_DIR=$(pwd)
source ../zephyr/zephyr-env.sh

Compile

  • x86: make compile-x86
  • ARC: make compile-arc
  • Both: make compile

Upload

Using USB/DFU
  • x86: make upload-x86-dfu
  • ARC: make upload-arc-dfu
  • Both: make upload
Using JTAG
  • x86: make upload-x86-jtag
  • ARC: make upload-arc-jtag
  • Both: make upload-jtag

Default app prints the ASCII table over the serial port. To see the output, connect at 9600 bps to the CDC ACM virtual serial port the Arduino 101 shows up under, e.g. /dev/ttyACM0.

BLE Firmware

Curie ODK requires an updated BLE firmware. If you're on a factory version, please update.
The script will prompt you to manually reset the board.

  • BLE: make upload-ble-dfu

Debug

Connect JTAG and open three terminal tabs

Tab 1: Debug Server

make debug-server

Tab 2: x86

make debug-x86
(gdb) target remote localhost:3334

Tab 3: ARC

make debug-arc
(gdb) target remote localhost:3333

codk-m's People

Contributors

calvinatintel avatar eriknyquist avatar bigdinotech avatar yashaswini-hanji avatar alext-mkrs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.