Skip to content

SUIT compliant RIOT firmware support

Francisco edited this page Mar 21, 2019 · 14 revisions

The page aims to gather pointers and a how-to for experimental SUIT support in RIOT.

Plans towards the IETF 104 Hackathon

See this pad.

Useful links

Test Harness

A test harness has been implemented for performing OTA updates to RIOT devices conforming to moran-suit-manifest-01. The set-up is pictured below.

Quick Setup

  1. Get needed toolchain or install Vagrant, follow instructions in SETUP.

  2. Fetch Hackathon Branch, inside cloned RIOT repo:

git fetch https://github.com/kaspar030/RIOT ota_suit_v2 ; git checkout -b <BRANCH_NAME> FETCH_HEAD

  1. Install the suit_example dependencies, follow instructions in README

  2. Run the suit example, follow instructions in README

Details on the test harness and its building blocks can be found HERE. Details on a technical level are provided in the README.

Clone this wiki locally