File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ all of the EFR32 example applications.
37
37
38
38
- Create the Matter OTA file from the bootable image file:
39
39
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
41
41
42
42
- In a terminal start the Provider app passing to it the path to the Matter
43
43
OTA file created in the previous step:
@@ -101,8 +101,8 @@ OTA Software Update process the Software Version parameter that the .ota file
101
101
was built with must be greater than the
102
102
CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION parameter set in the application's
103
103
` 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
106
106
CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION set to 1 and if the ` .ota ` file is
107
107
built with ` -vn 2 ` then the Provider will serve the update image when requested.
108
108
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ thus the `OTAImageProcessorImpl` instance should take this into account.
17
17
18
18
## Usage
19
19
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:
22
22
23
23
```
24
24
python3 ./scripts/tools/silabs/ota/ota_multi_image_tool.py create -v 0xDEAD -p 0xBEEF -vn 50000 -vs "1.0" -da sha256
You can’t perform that action at this time.
0 commit comments