Merge branch 'bugfix/read_ota_partition_required_output_arg_v4.1' into 'release/v4.1'

otatool: Fixes read_ota_partition cmd, required output arg (v4.1)

See merge request espressif/esp-idf!13674
This commit is contained in:
Zim Kalinowski
2021-08-12 21:30:20 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ The command-line interface of `otatool.py` has the following structure:
otatool.py --port "/dev/ttyUSB1" switch_ota_partition --slot 1
# Read OTA partition 'ota_3' and save contents to a file named 'ota_3.bin'
otatool.py --port "/dev/ttyUSB1" read_ota_partition --name=ota_3
otatool.py --port "/dev/ttyUSB1" read_ota_partition --name=ota_3 --output=ota_3.bin
More information can be obtained by specifying `--help` as argument:

View File

@ -1 +1 @@
.. include:: ../../../en/api-reference/system/ota.rst
.. include:: ../../../en/api-reference/system/ota.rst