mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
otatool: Fixes read_ota_partition cmd, required output arg
Closes: https://github.com/espressif/esp-idf/issues/6559
This commit is contained in:
parent
c69ceefb27
commit
1c54276021
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
.. include:: ../../../en/api-reference/system/ota.rst
|
||||
.. include:: ../../../en/api-reference/system/ota.rst
|
||||
|
Loading…
x
Reference in New Issue
Block a user