Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jadhavrohit924 committed Jul 26, 2024
1 parent 7abddc2 commit 7be62b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/esp32/ota.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ from the server. Also, no additional storage partition is required for the
```
- Delta binary needs to be generated using binary delta encoding in Python
3.6+. You can install detools using the following command.
3.6+. You can install `detools` using the following command.
```
pip install detools>=0.49.0
Expand All @@ -153,6 +153,6 @@ from the server. Also, no additional storage partition is required for the
```
- Append the Matter OTA header:
`src/app/ota_image_tool.py create --vendor-id 0xFFF1 --product-id 0x8000 --version 2 --version-str "v2.0" -da sha256 delta-ota.bin lighting-app-delta-ota.bin`
`src/app/ota_image_tool.py create --vendor-id 0xFFF1 --product-id 0x8000 --version 2 --version-str "v2.0" -da sha256 <patch-file-name.bin> lighting-app-delta-ota.bin`
- Use the `lighting-app-delta-ota.bin` file with the OTA Provider app.

0 comments on commit 7be62b8

Please sign in to comment.