PelionIoT / distro-pelion-edge

Scripts for generating pelion-edge deb (Ubuntu) installer
Apache License 2.0
1 stars 2 forks source link

byoc version of edge-core #184

Closed costanic closed 3 years ago

costanic commented 3 years ago

BYOC version of edge-core differs from the other variants of edge-core in the way that it is provisioned. byoc mode takes a CBOR file as input during the initial provisioning process, whereas devmode is compiled with credentials and factory-mode receives credentials during a factory provisioning process using FCC.

The CBOR file can be generated from developer credentials downloaded from the Pelion Portal (the same credentials "C" files used to compile into devmode edge-core) by a tool called edge-tool [1], or it can be generated by FCCE [2].

[1] https://github.com/PelionIoT/mbed-edge/tree/master/edge-tool [2] https://github.com/PelionIoT/factory-configurator-client-example

costanic commented 3 years ago

haven't dev-tested yet, not ready for merge.

costanic commented 3 years ago

This passed dev-test so I removed the do-not-merge label. This is ready for review.