From 3f6e7a553b440eee8b003042a8c89603707e4a6f Mon Sep 17 00:00:00 2001 From: Shivani Tipnis Date: Mon, 27 Apr 2020 01:04:14 +0530 Subject: [PATCH] docs: Include links to tools for flash operations --- tools/mass_mfg/docs/README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tools/mass_mfg/docs/README.rst b/tools/mass_mfg/docs/README.rst index c9583e5226..b53dba1653 100644 --- a/tools/mass_mfg/docs/README.rst +++ b/tools/mass_mfg/docs/README.rst @@ -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 \ No newline at end of file