mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs: Include links to tools for flash operations
This commit is contained in:
parent
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:
|
Please note that this utility only creates manufacturing binary images which then need to be flashed onto your devices using:
|
||||||
|
|
||||||
- esptool.py
|
- `esptool.py`_
|
||||||
- Flash Download tool (available on Windows only)
|
- `Flash Download tool`_ (available on Windows only).Just download it, unzip, and follow the instructions inside the *doc* folder.
|
||||||
- Direct flash programming
|
- Direct flash programming using custom production tools.
|
||||||
|
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
@ -248,3 +248,6 @@ While running the manufacturing utility, the following folders will be created i
|
|||||||
- ``bin/`` for storing the generated binary files
|
- ``bin/`` for storing the generated binary files
|
||||||
- ``csv/`` for storing the generated intermediate CSV files
|
- ``csv/`` for storing the generated intermediate CSV files
|
||||||
- ``keys/`` for storing encryption keys (when generating encrypted factory images)
|
- ``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
|
Loading…
Reference in New Issue
Block a user