mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
docs: jtag debugging: add macOS 10.15 FTDI details
Merges https://github.com/espressif/esp-idf/pull/5949
This commit is contained in:
@@ -112,9 +112,20 @@ Manually unloading the driver
|
||||
|
||||
sudo kextunload -b com.FTDI.driver.FTDIUSBSerialDriver
|
||||
|
||||
In some cases you may need to unload Apple's FTDI driver as well::
|
||||
In some cases you may need to unload Apple's FTDI driver as well:
|
||||
|
||||
* macOS < 10.15::
|
||||
|
||||
sudo kextunload -b com.apple.driver.AppleUSBFTDI
|
||||
|
||||
* macOS 10.15::
|
||||
|
||||
sudo kextunload -b com.apple.DriverKit-AppleUSBFTDI
|
||||
|
||||
.. warning::
|
||||
|
||||
Attempting to use serial over the wrong channel with the FTDI driver will cause a kernel panic. The ESP-WROVER-KIT uses channel A for JTAG and channel B for serial.
|
||||
|
||||
sudo kextunload -b com.apple.driver.AppleUSBFTDI
|
||||
|
||||
4. Run OpenOCD:
|
||||
|
||||
|
Reference in New Issue
Block a user