All Projects → intel → Codk A

intel / Codk A

Licence: other

Labels

Projects that are alternatives of or similar to Codk A

Last Makefile
The last makefile you'll ever need.
Stars: ✭ 11 (-26.67%)
Mutual labels:  makefile
Electron Flatpak Base App
Flatpak runtime for electron apps based on the freedesktop runtime.
Stars: ✭ 13 (-13.33%)
Mutual labels:  makefile
Cocos2d Lua Sproto
cocos2d-lua集成sproto协议
Stars: ✭ 14 (-6.67%)
Mutual labels:  makefile
Pve Qemu Kvm
QEMU/KVM Emulator
Stars: ✭ 11 (-26.67%)
Mutual labels:  makefile
Tornado Doc Chinese
Tornado 中文文档翻译.
Stars: ✭ 12 (-20%)
Mutual labels:  makefile
Elixir.mk
A (very) experimental plugins for erlang.mk to use Elixir modules in Erlang
Stars: ✭ 13 (-13.33%)
Mutual labels:  makefile
Variantbam
Filtering and profiling of next-generational sequencing data using region-specific rules
Stars: ✭ 11 (-26.67%)
Mutual labels:  makefile
Mlgo
Machine Learning with Go Session Material for Golab 2018
Stars: ✭ 15 (+0%)
Mutual labels:  makefile
3d Semantic Segmentation For Scene Parsing
A new approach for the real time 3D semantic segmentation based on feature abstract and deep learning method
Stars: ✭ 13 (-13.33%)
Mutual labels:  makefile
Stanford Drupal Profile
A dev / test-only version of the Drupal Hosting Service Configuration
Stars: ✭ 13 (-13.33%)
Mutual labels:  makefile
Tap
Stars: ✭ 12 (-20%)
Mutual labels:  makefile
Docker Node Opencv
Docker image for NodeJS with OpenCV
Stars: ✭ 12 (-20%)
Mutual labels:  makefile
Ferret
Ferret is a free software lisp implementation for real time embedded control systems.
Stars: ✭ 878 (+5753.33%)
Mutual labels:  makefile
Toolchain
C/C++ toolchain for MiniOS
Stars: ✭ 11 (-26.67%)
Mutual labels:  makefile
Slugrunner
Buildpack application runner for Deis Workflow.
Stars: ✭ 14 (-6.67%)
Mutual labels:  makefile
Android device motorola osprey
Device tree for 2015 Moto G (osprey)
Stars: ✭ 11 (-26.67%)
Mutual labels:  makefile
Robopsychology
How to become a robopsychologist
Stars: ✭ 13 (-13.33%)
Mutual labels:  makefile
Android device huawei next
LineageOS device tree for the Huawei Mate 8 - [Unmaintained]
Stars: ✭ 15 (+0%)
Mutual labels:  makefile
Fdgw2
Build minimal NetBSD bootable disk image
Stars: ✭ 14 (-6.67%)
Mutual labels:  makefile
Xsensors
a fork of Xsensors with various improvements (GTK3, cleanup, bugfixes, enhancements)
Stars: ✭ 13 (-13.33%)
Mutual labels:  makefile

Curie Open Development Kit - A

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

|

Contents

  • x86: Arduino 101 Firmware
  • ARC: Arduino sketches or *.cpp

Supported Platforms

  • Ubuntu 14.04 - 64 bit

Installation

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].