aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2014-03-31 21:23:22 +0400
committerPaul Fertser <fercerpav@gmail.com>2014-04-14 18:11:33 +0000
commit85c1790beb955658fe8eeab2fe0904206aeb88a6 (patch)
tree415ac5924020c0009dfec7aa2d3771fc79735f3e
parent45f71f108215374bb406fff1a9b6bc27e548866a (diff)
README.OSX: add 10.9 specific hints
Change-Id: I8c684f2964262fb0670ed74fded26676833aee10 Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2080 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-by: Xiaofan <xiaofanc@gmail.com>
-rw-r--r--README.OSX10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.OSX b/README.OSX
index ceb1a4e8..2bea870f 100644
--- a/README.OSX
+++ b/README.OSX
@@ -23,6 +23,12 @@ If you're using Homebrew, no custom flags are necessary.
See README for the generic building instructions.
-If you use an FTDI-based adapter and have the FTDI kext installed, you
-will need to unload it prior to using OpenOCD:
+If you're using a USB adapter and have a driver kext matched to it,
+you will need to unload it prior to running OpenOCD. E.g. with Apple
+driver (OS X 10.9 or later) for FTDI run:
+ sudo kextunload -b com.apple.driver.AppleUSBFTDI
+for FTDI vendor driver use:
sudo kextunload FTDIUSBSerialDriver.kext
+
+To learn more on the topic please refer to the official libusb FAQ:
+https://github.com/libusb/libusb/wiki/FAQ