Skip to content

Instantly share code, notes, and snippets.

@jaimejim
Last active October 24, 2018 08:33
Show Gist options
  • Save jaimejim/c572d853f42f4c41a7988e0a56b16ee3 to your computer and use it in GitHub Desktop.
Save jaimejim/c572d853f42f4c41a7988e0a56b16ee3 to your computer and use it in GitHub Desktop.
SUIT Hackathon

Twitter: #IETFHackathon & #IETF103

Hackathon IETF103

Etherpad: https://etherpad.tools.ietf.org/p/FUIETF103

SUIT IETF101: https://gist.github.com/jaimejim/3aa9c6e85e82a353c9fa90794c856d89

SUIT IETF102: https://gist.github.com/jaimejim/82d53f97a9d011ef13c8750129b84cb1

Toolchain Installation with Docker

Install Docker. Probably sudo apt-get install docker or download and install.

MBED CLI

docker pull jaim/mbed-cli alias mbed='docker run -ti -v $(pwd):/mbed:cached mbed-cli'

RIOT environment

docker pull riot/riotbuild docker run --rm -i -t -u $UID -v $(pwd):/data/riotbuild riot/riotbuild ./dist/tools/compile_test/compile_test.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment