|
3 | 3 | You can use two applications to test your port:
|
4 | 4 |
|
5 | 5 | 1. When you've ported GPIO (and all preceeding modules), use `mbed-os-example-blinky`.
|
6 |
| -1. When you've ported all mandatory modules, use `mbed-cloud-client-example` (the Device Management Client is part of Mbed OS, and you didn't need to manually port it). This test includes a reference bootloader for firmware update testing. |
| 6 | +1. When you've ported all mandatory modules, use `mbed-cloud-client-example` (the Device Management Client runs on top of Mbed OS, and you don't need to manually port it). This test includes a reference bootloader for firmware update testing. |
7 | 7 |
|
8 | 8 | ### mbed-os-example-blinky
|
9 | 9 |
|
@@ -60,7 +60,7 @@ Then, test connectivity and firmware update:
|
60 | 60 |
|
61 | 61 | 1. Application repository:[https://github.com/armmbed/mbed-cloud-client-example](https://github.com/armmbed/mbed-cloud-client-example).
|
62 | 62 | 1. Again, if you have not merged your target into `mbed-os` you will need to add your fork.
|
63 |
| -1. [Set up a Pelion account](https://cloud.mbed.com/docs/current/account-management/users.html). |
| 63 | +1. [Set up a Pelion Device Management account](https://cloud.mbed.com/docs/current/account-management/users.html). |
64 | 64 | 1. [Generate an API key](https://cloud.mbed.com/docs/current/integrate-web-app/api-keys.html) from the [Device Management Portal](https://portal.mbedcloud.com//login).
|
65 | 65 | 1. In the `mbed-cloud-client-example` clone on your machine, run the following command with the generated API key:
|
66 | 66 |
|
@@ -92,8 +92,8 @@ Then, test connectivity and firmware update:
|
92 | 92 |
|
93 | 93 | - If your target uses WiFi, fill in the SSID and Password fields in `mbed_app.json`.
|
94 | 94 |
|
95 |
| - - Add SOTP descriptors to `mbed-cloud-client-example/mbed_lib.json`. For example: |
96 |
| -
|
| 95 | + - Add NVStore descriptors (previously known as SOTP) for storage to `mbed-cloud-client-example/mbed_lib.json`. For example: |
| 96 | +<!-- Don: How does someone figure out what these parameters should be? --> |
97 | 97 | ```
|
98 | 98 | ...
|
99 | 99 | "sotp-section-2-size" : "(16*1024)"
|
@@ -178,7 +178,7 @@ Then, test connectivity and firmware update:
|
178 | 178 | ```
|
179 | 179 |
|
180 | 180 | 1. Verify that the device is registered by finding it in the [Device Management Portal](https://portal.mbedcloud.com//login).
|
181 |
| -1. Make change in the application, and rebuild the firmware. |
| 181 | +1. Make a change in the application, and rebuild the firmware. |
182 | 182 | 1. Perform a firmware update:
|
183 | 183 |
|
184 | 184 | ```
|
|
0 commit comments