Skip to content
Snippets Groups Projects
Commit 85c1790b authored by Paul Fertser's avatar Paul Fertser
Browse files

README.OSX: add 10.9 specific hints


Change-Id: I8c684f2964262fb0670ed74fded26676833aee10
Signed-off-by: default avatarPaul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2080


Tested-by: jenkins
Reviewed-by: default avatarSpencer Oliver <spen@spen-soft.co.uk>
Reviewed-by: default avatarXiaofan <xiaofanc@gmail.com>
parent 45f71f10
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment