Skip to content

Commit d796bff

Browse files
committed
modifying the md files as addressed
1 parent b76ad7b commit d796bff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/guides/silabs_efr32_software_update.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ all of the EFR32 example applications.
3737

3838
- Create the Matter OTA file from the bootable image file:
3939

40-
./src/app/ota_multi_image_tool.py create -v 0xFFF1 -p 0x8005 -vn 2 -vs "2.0" -da sha256 chip-efr32-lighting-example.gbl chip-efr32-lighting-example.ota
40+
./src/app/ota_image_tool.py create -v 0xFFF1 -p 0x8005 -vn 2 -vs "2.0" -da sha256 chip-efr32-lighting-example.gbl chip-efr32-lighting-example.ota
4141

4242
- In a terminal start the Provider app passing to it the path to the Matter
4343
OTA file created in the previous step:
@@ -101,8 +101,8 @@ OTA Software Update process the Software Version parameter that the .ota file
101101
was built with must be greater than the
102102
CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION parameter set in the application's
103103
`CHIPProjectConfig.h` file. The Software Version parameter is set by the `-vn`
104-
parameter passed to the `ota_multi_image_tool.py create` command. For example,
105-
if the application's running image was built with
104+
parameter passed to the `ota_image_tool.py create` command. For example, if the
105+
application's running image was built with
106106
CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION set to 1 and if the `.ota` file is
107107
built with `-vn 2` then the Provider will serve the update image when requested.
108108

scripts/tools/silabs/ota/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ thus the `OTAImageProcessorImpl` instance should take this into account.
1717

1818
## Usage
1919

20-
This is a wrapper over standard `ota_multi_image_tool.py`, so the options for
21-
`create` are also available here:
20+
This is a wrapper over standard `ota_image_tool.py`, so the options for `create`
21+
are also available here:
2222

2323
```
2424
python3 ./scripts/tools/silabs/ota/ota_multi_image_tool.py create -v 0xDEAD -p 0xBEEF -vn 50000 -vs "1.0" -da sha256

0 commit comments

Comments
 (0)