Difference between revisions of "Contiki OS"

From DiLab
Jump to: navigation, search
(Installation on Ubuntu)
 
Line 8: Line 8:
(not the instant Coontiki in VM)
(not the instant Coontiki in VM)


Minimal:
sudo apt-get install openjdk-7-jdk ant libncurses-dev
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:
Getting the sources:

Latest revision as of 20:44, 21 December 2015

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