-
Notifications
You must be signed in to change notification settings - Fork 2k
SUIT Hackathon CoAP image server
Kaspar Schleiser edited this page Mar 19, 2019
·
4 revisions
The following variables are defined in makefiles/suit.inc.mk
:
SUIT_COAP_BASEPATH ?= firmware/$(APPLICATION)/$(BOARD)
SUIT_COAP_SERVER ?= localhost
SUIT_COAP_ROOT ?= coap://$(SUIT_COAP_SERVER)/$(SUIT_COAP_BASEPATH)
SUIT_COAP_FSROOT ?= $(RIOTBASE)/coaproot
All files (both slot binaries, both manifests, copies of manifests with "latest" instead of $version) are copied into the folder $(SUIT_COAP_FSROOT)/$(SUIT_COAP_BASEPATH)
.
The manifests contain URLs to $(SUIT_COAP_ROOT)/*
and are signed that way.