-
Notifications
You must be signed in to change notification settings - Fork 2k
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.
- initial generator for cbor-suit-manifest-v4
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.
-
Get needed toolchain or install Vagrant, follow instructions in SETUP.
-
Fetch Hackathon Branch, inside cloned RIOT repo:
git fetch https://github.com/kaspar030/RIOT ota_suit_v2 ; git checkout -b <BRANCH_NAME> FETCH_HEAD
-
Install the suit_example dependencies, follow instructions in README
-
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.