Skip to content

Commit 2f75eba

Browse files
committed
Update README for targets supporting new update client
Signed-off-by: Arpit Goel <[email protected]>
1 parent ceca80b commit 2f75eba

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: README.md

+19
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ There is a more advanced example of the client with support for multiple operati
1313

1414
This table shows a list of boards that are supported.
1515

16+
Following board support's new update client and bootloader
17+
18+
FOTA Supported Board's | Connectivity | Storage for credentials and FW candidate | Notes
19+
------------------------------------| ------------------| ------------------------| --------------
20+
NXP `K64F` | Ethernet | Internal Flash |
21+
NXP `K66F` | Ethernet | Internal Flash |
22+
ST `NUCLEO_F411RE` | Wi-Fi ESP8266 | SD card | Build-only
23+
ST `NUCLEO_F429ZI` | Ethernet | Internal Flash | Build-only
24+
ST `DISCO_L475VG_IOT01A` | Wi-Fi | QSPIF | Build-only
25+
26+
Migration guide for legacy targets previously supporting UC bootloader and now upgraded to support new update client and bootloaders.
27+
Please check section # Migration Guide for Targets supporting new update client implementation and bootloaders (Temporary placeholder for official documentation)
28+
1629
Board | Connectivity | Storage for credentials and FW candidate | Notes
1730
------------------------------------| ------------------| ------------------------| --------------
1831
Cypress `CYTFM_064B0S2_4343W` | Wi-Fi | Internal flash for credentials + external flash for FW candidate | To use `mbed-os-example-pelion` with the `CYTFM_064B0S2_4343W` board, check out the `cytfm-064b0s2-4343w` branch and see [*Running PDMC example on the CYTFM_064B0S2_4343W*](../cytfm-064b0s2-4343w/TARGET_CYTFM_064B0S2_4343W/README.md).
@@ -412,3 +425,9 @@ Note platforms will be tested regularly in the Arm CI system. Please discuss wit
412425
# Known-issues
413426
414427
Please review existing issues on [GitHub](https://github.com/ARMmbed/mbed-os-example-pelion/issues) and report any problem you may see.
428+
429+
# Migration Guide for Targets supporting new update client implementation and bootloaders (Temporary placeholder for official documentation)
430+
431+
1. Official documentation is still work in progress.
432+
2. Current new bootloaders are compiled from https://github.com/PelionIoT/mbed-bootloader/tree/nanoclient feature branch which provide both the application and bootloader kvstore and update configurations.
433+
3. The provided prebuild-bl folder contain several examples for new configuration system and will be expanded in future.

0 commit comments

Comments
 (0)