Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_11743_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
docs(jtag): Update chip revisions to follow ESP32-C3 errata (GitHub PR) (v5.1)

See merge request espressif/esp-idf!24589
  • Loading branch information
ESP-Marius committed Jul 5, 2023
2 parents e0b98b7 + 8f0d41d commit f3e2681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/api-guides/jtag-debugging/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Likewise, the "Application Loading and Monitoring" label indicates the key softw

.. note::

Debugging through the USB interface implemented in {IDF_TARGET_NAME} requires to have a chip with revision 3 or newer. Please use other debugging options (e.g. with ESP-Prog) for chip revision 1 and 2. The easiest way to determine the chip revision is to look for the ``Chip is ESP32-C3 (revision 3)`` message near the end of a successful chip flashing done by ``idf.py flash``.
Debugging through the USB interface implemented in {IDF_TARGET_NAME} requires to have a chip with revision 0.3 or newer. Please use other debugging options (e.g. with ESP-Prog) for chip revisions 0.1 and 0.2. The easiest way to determine the chip revision is to look for the ``boot: chip revision: v0.3`` message at the beginning of the boot log. See `SoC errata <https://www.espressif.com/sites/default/files/documentation/esp32-c3_errata_en.pdf>`_ for more details.

.. _jtag-debugging-selecting-jtag-adapter:

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/api-guides/jtag-debugging/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ JTAG 调试

.. note::

{IDF_TARGET_NAME} 中的 USB 接口只能用于调试版本 3 或更新版本的芯片,对于版本 1 或 2 的芯片,请使用其他调试板(例如 ESP-Prog)。确定芯片版本最简单的方法是通过 `idf.py flash` 完成芯片烧写,并在底部寻找类似 `芯片为 ESP32-C3 (版本 3)` 信息
{IDF_TARGET_NAME} USB 接口仅适用于调试版本为 0.3 或更高版本的芯片,对于版本为 0.1 或 0.2 的芯片,请使用其他调试方法(例如 ESP-Prog)。要确定芯片版本,可以在 boot log 开头查看类似 ``boot: chip revision: v0.3`` 的信息。更多详情,请参考 ESP32-C3 系列芯片勘误表 <https://www.espressif.com/sites/default/files/documentation/esp32-c3_errata_cn.pdf>`_

.. _jtag-debugging-selecting-jtag-adapter:

Expand Down

0 comments on commit f3e2681

Please sign in to comment.