forked from espressif/esp-idf
Merge branch 'docs/add_windows_link_to_jtag_debugging' into 'master'
docs: add a link for Windows users to JTAG debugging See merge request espressif/esp-idf!29104
This commit is contained in:
@ -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 <get-started-set-up-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 <get-started-set-up-tools>` section (for Linux and macOS) or :ref:`ESP-IDF Tools Installer <get-started-windows-tools-installer>` (for Windows) section of the Getting Started Guide.
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -132,7 +132,7 @@ JTAG 调试
|
||||
|
||||
你还可以检查 ``OPENOCD_SCRIPTS`` 环境变量的值,以确认 OpenOCD 配置文件的路径,Linux 和 macOS 用户可以在终端输入 ``echo $OPENOCD_SCRIPTS``,Windows 用户需要输入 ``echo %OPENOCD_SCRIPTS%``。如果终端输出了有效路径,则表明已经正确安装 OpenOCD。
|
||||
|
||||
如果无法执行上述步骤,请再次阅读快速入门手册,参考 :ref:`设置安装工具 <get-started-set-up-tools>` 章节。
|
||||
如果无法执行上述步骤,请再次阅读快速入门手册,Linux 和 macOS 用户请参考 :ref:`设置安装工具 <get-started-set-up-tools>` 章节,Windows 用户请参考 :ref:`ESP-IDF 工具安装器 <get-started-windows-tools-installer>`。
|
||||
|
||||
.. note::
|
||||
|
||||
|
Reference in New Issue
Block a user