Merge branch 'docs/update_jtag_channel_esp32_esp32s2' into 'master'

docs: update jtag channel for esp32 and esp32s2

Closes DOC-3689

See merge request espressif/esp-idf!20172
This commit is contained in:
Zhang Xiao Yan 2022-10-26 16:31:36 +08:00
commit 991ba2269a
2 changed files with 2 additions and 2 deletions

View File

@ -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
.............................

View File

@ -98,7 +98,7 @@ MacOS
1. 在启动 OpenOCD 之前手动卸载 FTDI 串口驱动程序,然后启动 OpenOCD再加载串口驱动程序。
2. 修改 FTDI 驱动程序的配置,使其不会为 FT2232 芯片的通道 B 进行自我加载,该通道用于 |devkit-name| 板上的 JTAG 通道。
2. 修改 FTDI 驱动程序的配置,使其不会为 FT2232 芯片的通道 A 进行自我加载,该通道用于 |devkit-name| 板上的 JTAG 通道。
手动卸载驱动程序
................