Skip to content

Commit 9a49e1c

Browse files
committed
Fixed spelling errors
1 parent 02744e6 commit 9a49e1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### New Features
66

77
* Register a default component COMP_1 when FOTA is enabled using flags `-DFOTA_ENABLE=ON -DFIRMWARE_UPDATE=ON -DFOTA_COMBINED_IMAGE_SUPPORT=ON`.
8-
* Added default firmware install `fota_update_activate.sh` and verify `fota_update_verify.sh` scripts to demonstarted edge-core FOTA feature.
8+
* Added default firmware install `fota_update_activate.sh` and verify `fota_update_verify.sh` scripts to demonstrated edge-core FOTA feature.
99
* Added documentation `./docs/create_manifest_v3.md` and `./docs/prepare_fota_component_update.md`.
1010
* Updated `Dockerfile.debian.byoc` to enabled FOTA feature.
1111
* Docker Support: Added new Dockerfiles to build a lightweight, Debian-based `edge-core` Docker image for different modes:

docs/create_manifest_v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ component: ${COMPONENT}
7878

7979
This will create a manifest in v3 format. Please ensure that the device supports this version of the manifest by compiling edge-core with the `FOTA_ENABLE` flag, see `${WORKSPACE}/mbed-edge/Dockerfile.debian.*` for a compilation example.
8080

81-
Perform firwmare update by [uploading the manifest](https://developer.izumanetworks.com/docs/device-management/current/updating-firmware/uploading-the-manifest.html) and [creating a campaign](https://developer.izumanetworks.com/docs/device-management/current/updating-firmware/configuring-initiating-and-monitoring-an-update-campaign.html).
81+
Perform firmware update by [uploading the manifest](https://developer.izumanetworks.com/docs/device-management/current/updating-firmware/uploading-the-manifest.html) and [creating a campaign](https://developer.izumanetworks.com/docs/device-management/current/updating-firmware/configuring-initiating-and-monitoring-an-update-campaign.html).
8282

8383
6. To update other component, prepare the manifest using the same update certificate and following steps 2-5. Update the macro `COMPONENT=<COMPONENT_NAME>` in the manifest config with the component name.
8484

fota/COMP_1/fota_update_verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euxo pipefail
33

4-
echo "Verfiying firmware update"
4+
echo "Verifying firmware update"
55
# Perform firmware update verification
66
echo "Success"
77

0 commit comments

Comments
 (0)