You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/IDE/updating_firmware.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ To be able to receive updates, an application must have:
13
13
- A **connect certificate** to access a Pelion Device Management account. When you run the application on your device, the bootstrap server will use this connect certificate to authenticate your application with your Pelion Device Management account.
14
14
- An **update certificate** to verify that incoming updates come from a trusted source.
15
15
- A **bootloader** to verify and install update images.
16
-
- The Device Management Client, [normally imported as part of the example application](https://github.com/ARMmbed/mbed-cloud-client-example). You can also do this with the [Quick Connect guide we mentioned above](https://cloud.mbed.com/guides/connect-device-to-pelion).
16
+
- The Device Management Client, [normally imported as part of the example application](https://github.com/ARMmbed/mbed-cloud-client-example). You can also import it using the [Quick Connect guide we mentioned above](https://cloud.mbed.com/guides/connect-device-to-pelion).
17
17
18
18
You need:
19
19
@@ -45,7 +45,7 @@ In the **Pelion Device Management** dropdown menu, you can:
45
45
46
46
### Notes about the developer workflow
47
47
48
-
The Device Management workflow in the Online Compiler is intended only for development devices; it does not support deployment requirements:
48
+
The Device Management workflow in the Online Compiler is intended only for development devices; it does not support production requirements:
49
49
50
50
- The Online Compiler uses web crypto to generate the update public certificate and private key and is not available in Internet Explorer or Microsoft Edge.
51
51
- The developer update certificate and key are not suitable for production use cases.
0 commit comments