Skip to content

Commit 4f7d829

Browse files
author
Amanda Butler
authored
Add link to demo_testing.md
Apply PR #883 to 5.11.
1 parent 957c1a7 commit 4f7d829

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/porting/porting_full_process/demo_testing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Start with building the bootloader, which you will need for the firmware update
3636
3737
3838
1. Application repository: [https://github.com/armmbed/mbed-bootloader](https://github.com/armmbed/mbed-bootloader).
39-
1. If your target is not merged into `mbed-os` yet you will need to follow the same process as detailed above for adding your fork.
39+
1. If your target is not merged into `mbed-os` yet, you will need to follow the same process as detailed above for adding your fork.
4040
1. Build the image:
4141
4242
```
@@ -58,8 +58,8 @@ Start with building the bootloader, which you will need for the firmware update
5858
5959
Then, test connectivity and firmware update:
6060
61-
1. Application repository:[https://github.com/armmbed/mbed-cloud-client-example](https://github.com/armmbed/mbed-cloud-client-example).
62-
1. Again, if you have not merged your target into `mbed-os` you will need to add your fork.
61+
1. Application repository: [https://github.com/armmbed/mbed-cloud-client-example](https://github.com/armmbed/mbed-cloud-client-example).
62+
1. Again, if you have not merged your target into `mbed-os`, you will need to add your fork.
6363
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:
@@ -92,7 +92,7 @@ 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 NVStore descriptors (previously known as SOTP) for storage to `mbed-cloud-client-example/mbed_lib.json`. For example:
95+
- Add [NVStore descriptors (previously known as SOTP)](https://cloud.mbed.com/docs/porting/porting-a-new-target-for-mbed-os.html) for storage to `mbed-cloud-client-example/mbed_lib.json`. For example:
9696
9797
```
9898
...

0 commit comments

Comments
 (0)