Skip to content

Instantly share code, notes, and snippets.

@thielemans
thielemans / gist:4246df73d159985b16f0e87c72e2f332
Created May 31, 2019 09:37
Contiki setup on a new linux (virtual) machine
1. Installation
a. Install & update Linux
b. Optional: Install virtualbox guest additions
c. If using a minimal install, install common developer tools like java, git, etc…
i. sudo apt install openjdk-8-jdk git python build-essential
ii. Optional: Install Eclipse IDE for C/C++ Developers
2. Download Contiki from git
a. git clone https://github.com/contiki-os/contiki.git
b. git submodule update --init --recursive