From 826e9674d89ac42f3a8e84da5dbf598221adc7e8 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Mon, 10 May 2021 15:27:12 +0200 Subject: [PATCH] docs: Suggest how to use JTAG for ESP32-C3 on Windows --- .../api-guides/jtag-debugging/configure-builtin-jtag.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/en/api-guides/jtag-debugging/configure-builtin-jtag.rst b/docs/en/api-guides/jtag-debugging/configure-builtin-jtag.rst index 16074103e9..0ff04e4f6a 100644 --- a/docs/en/api-guides/jtag-debugging/configure-builtin-jtag.rst +++ b/docs/en/api-guides/jtag-debugging/configure-builtin-jtag.rst @@ -32,5 +32,10 @@ Please verify that the {IDF_TARGET_NAME} pins used for USB communication are not Configure USB Drivers ^^^^^^^^^^^^^^^^^^^^^ -JTAG communication should work out-of-box on Linux and macOS. Windows users might get `LIBUSB_ERROR_NOT_FOUND` errors. -This is a known issue and will be addressed soon. +JTAG communication should work on all supported platforms. Windows users might get `LIBUSB_ERROR_NOT_FOUND` errors. +Please use version 2.8 (or newer) of the :ref:`get-started-windows-tools-installer` and select the driver +"Espressif - WinUSB support for JTAG (ESP32-C3)" in order to resolve this issue. If you don't want to re-run the +installer then the same can be achieved with `idf-env `_ by running the +following command from PowerShell:: + + Invoke-WebRequest 'https://dl.espressif.com/dl/idf-env/idf-env.exe' -OutFile .\idf-env.exe; .\idf-env.exe driver install --espressif