From 8d8326c4469506532a2f1498ea6ed743a9918636 Mon Sep 17 00:00:00 2001 From: Linda Date: Thu, 15 Sep 2022 18:34:08 +0800 Subject: [PATCH] docs: update jtag channel for esp32 and esp32s2 --- docs/en/api-guides/jtag-debugging/configure-ft2232h-jtag.rst | 2 +- docs/zh_CN/api-guides/jtag-debugging/configure-ft2232h-jtag.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/api-guides/jtag-debugging/configure-ft2232h-jtag.rst b/docs/en/api-guides/jtag-debugging/configure-ft2232h-jtag.rst index d33cdaf90ea..26df10fde61 100644 --- a/docs/en/api-guides/jtag-debugging/configure-ft2232h-jtag.rst +++ b/docs/en/api-guides/jtag-debugging/configure-ft2232h-jtag.rst @@ -98,7 +98,7 @@ On macOS, using FT2232 for JTAG and serial port at the same time needs some addi 1. Manually unload the FTDI serial port driver before starting OpenOCD, start OpenOCD, then load the serial port driver. -2. Modify FTDI driver configuration so that it doesn't load itself for channel B of FT2232 chip, which is the channel used for JTAG on |devkit-name|. +2. Modify FTDI driver configuration so that it doesn't load itself for channel A of FT2232 chip, which is the channel used for JTAG on |devkit-name|. Manually unloading the driver ............................. diff --git a/docs/zh_CN/api-guides/jtag-debugging/configure-ft2232h-jtag.rst b/docs/zh_CN/api-guides/jtag-debugging/configure-ft2232h-jtag.rst index aee93d26215..312156e1fc5 100644 --- a/docs/zh_CN/api-guides/jtag-debugging/configure-ft2232h-jtag.rst +++ b/docs/zh_CN/api-guides/jtag-debugging/configure-ft2232h-jtag.rst @@ -98,7 +98,7 @@ MacOS 1. 在启动 OpenOCD 之前手动卸载 FTDI 串口驱动程序,然后启动 OpenOCD,再加载串口驱动程序。 -2. 修改 FTDI 驱动程序的配置,使其不会为 FT2232 芯片的通道 B 进行自我加载,该通道用于 |devkit-name| 板上的 JTAG 通道。 +2. 修改 FTDI 驱动程序的配置,使其不会为 FT2232 芯片的通道 A 进行自我加载,该通道用于 |devkit-name| 板上的 JTAG 通道。 手动卸载驱动程序 ................