Contiki OS

From DiLab
Jump to: navigation, search

Contiki OS is an operating system for embedded systems.

Webpage: http://www.contiki-os.org/

Sources on Github: https://github.com/contiki-os/contiki

Installation on Ubuntu

(not the instant Coontiki in VM)

Minimal:

sudo apt-get install openjdk-7-jdk ant libncurses-dev

Full:

sudo apt-get install build-essential binutils-msp430 gcc-msp430 msp430-libc binutils-avr gcc-avr gdb-avr avr-libc avrdude openjdk-7-jdk openjdk-7-jre ant libncurses5-dev doxygen git

Getting the sources:

git clone https://github.com/contiki-os/contiki
git submodule update --init