kopia lustrzana https://github.com/espressif/esp-idf
docs: Include links to tools for flash operations
rodzic
17d7f3cb17
commit
3f6e7a553b
|
@ -10,9 +10,9 @@ This utility is designed to create instances of factory NVS partition images on
|
|||
|
||||
Please note that this utility only creates manufacturing binary images which then need to be flashed onto your devices using:
|
||||
|
||||
- esptool.py
|
||||
- Flash Download tool (available on Windows only)
|
||||
- Direct flash programming
|
||||
- `esptool.py`_
|
||||
- `Flash Download tool`_ (available on Windows only).Just download it, unzip, and follow the instructions inside the *doc* folder.
|
||||
- Direct flash programming using custom production tools.
|
||||
|
||||
|
||||
Prerequisites
|
||||
|
@ -248,3 +248,6 @@ While running the manufacturing utility, the following folders will be created i
|
|||
- ``bin/`` for storing the generated binary files
|
||||
- ``csv/`` for storing the generated intermediate CSV files
|
||||
- ``keys/`` for storing encryption keys (when generating encrypted factory images)
|
||||
|
||||
.. _esptool.py: https://github.com/espressif/esptool/#readme
|
||||
.. _Flash Download tool: https://www.espressif.com/en/support/download/other-tools?keys=flash+download+tools
|
Ładowanie…
Reference in New Issue