Skip to content

Commit 793f8dc

Browse files
author
Amanda Butler
authored
Merge pull request #882 from donatieng/patch-2
Update demo_testing.md
2 parents 00d2f36 + ece97eb commit 793f8dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/porting/porting_full_process/demo_testing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can use two applications to test your port:
44

55
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.
77

88
### mbed-os-example-blinky
99

@@ -60,7 +60,7 @@ Then, test connectivity and firmware update:
6060
6161
1. Application repository:[https://github.com/armmbed/mbed-cloud-client-example](https://github.com/armmbed/mbed-cloud-client-example).
6262
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).
6464
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).
6565
1. In the `mbed-cloud-client-example` clone on your machine, run the following command with the generated API key:
6666
@@ -92,8 +92,8 @@ Then, test connectivity and firmware update:
9292
9393
- If your target uses WiFi, fill in the SSID and Password fields in `mbed_app.json`.
9494
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? -->
9797
```
9898
...
9999
"sotp-section-2-size" : "(16*1024)"
@@ -178,7 +178,7 @@ Then, test connectivity and firmware update:
178178
```
179179
180180
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.
182182
1. Perform a firmware update:
183183
184184
```

0 commit comments

Comments
 (0)