From f288a817234ef03479080bc0efcf73651a163ea4 Mon Sep 17 00:00:00 2001 From: Linda Date: Mon, 19 Feb 2024 17:33:24 +0800 Subject: [PATCH] docs: add a link for Windows users to JTAG debugging --- docs/en/api-guides/jtag-debugging/index.rst | 2 +- docs/zh_CN/api-guides/jtag-debugging/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/api-guides/jtag-debugging/index.rst b/docs/en/api-guides/jtag-debugging/index.rst index 523fb4da32..febd5836c6 100644 --- a/docs/en/api-guides/jtag-debugging/index.rst +++ b/docs/en/api-guides/jtag-debugging/index.rst @@ -132,7 +132,7 @@ The output should be as follows (although the version may be more recent than li You may also verify that OpenOCD knows where its configuration scripts are located by printing the value of ``OPENOCD_SCRIPTS`` environment variable, by typing ``echo $OPENOCD_SCRIPTS`` (for Linux and macOS) or ``echo %OPENOCD_SCRIPTS%`` (for Windows). If a valid path is printed, then OpenOCD is set up correctly. -If any of these steps do not work, please go back to the :ref:`setting up the tools ` section of the Getting Started Guide. +If any of these steps do not work, please go back to the :ref:`setting up the tools ` section (for Linux and macOS) or :ref:`ESP-IDF Tools Installer ` (for Windows) section of the Getting Started Guide. .. note:: diff --git a/docs/zh_CN/api-guides/jtag-debugging/index.rst b/docs/zh_CN/api-guides/jtag-debugging/index.rst index e9ab7798ef..33be6222a1 100644 --- a/docs/zh_CN/api-guides/jtag-debugging/index.rst +++ b/docs/zh_CN/api-guides/jtag-debugging/index.rst @@ -132,7 +132,7 @@ JTAG 调试 你还可以检查 ``OPENOCD_SCRIPTS`` 环境变量的值,以确认 OpenOCD 配置文件的路径,Linux 和 macOS 用户可以在终端输入 ``echo $OPENOCD_SCRIPTS``,Windows 用户需要输入 ``echo %OPENOCD_SCRIPTS%``。如果终端输出了有效路径,则表明已经正确安装 OpenOCD。 -如果无法执行上述步骤,请再次阅读快速入门手册,参考 :ref:`设置安装工具 ` 章节。 +如果无法执行上述步骤,请再次阅读快速入门手册,Linux 和 macOS 用户请参考 :ref:`设置安装工具 ` 章节,Windows 用户请参考 :ref:`ESP-IDF 工具安装器 `。 .. note::