Skip to content

Commit

Permalink
Merge branch 'docs/update_jtag_channel_esp32_esp32s2' into 'master'
Browse files Browse the repository at this point in the history
docs: update jtag channel for esp32 and esp32s2

Closes DOC-3689

See merge request espressif/esp-idf!20172
  • Loading branch information
Lindazhxy committed Oct 26, 2022
2 parents f191b2f + 8d8326c commit 991ba22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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
.............................
Expand Down
Expand Up @@ -98,7 +98,7 @@ MacOS

1. 在启动 OpenOCD 之前手动卸载 FTDI 串口驱动程序,然后启动 OpenOCD,再加载串口驱动程序。

2. 修改 FTDI 驱动程序的配置,使其不会为 FT2232 芯片的通道 B 进行自我加载,该通道用于 |devkit-name| 板上的 JTAG 通道。
2. 修改 FTDI 驱动程序的配置,使其不会为 FT2232 芯片的通道 A 进行自我加载,该通道用于 |devkit-name| 板上的 JTAG 通道。

手动卸载驱动程序
................
Expand Down

0 comments on commit 991ba22

Please sign in to comment.