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>
This commit is contained in:
parent
45f71f1082
commit
85c1790beb
10
README.OSX
10
README.OSX
|
@ -23,6 +23,12 @@ If you're using Homebrew, no custom flags are necessary.
|
||||||
|
|
||||||
See README for the generic building instructions.
|
See README for the generic building instructions.
|
||||||
|
|
||||||
If you use an FTDI-based adapter and have the FTDI kext installed, you
|
If you're using a USB adapter and have a driver kext matched to it,
|
||||||
will need to unload it prior to using OpenOCD:
|
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
|
sudo kextunload FTDIUSBSerialDriver.kext
|
||||||
|
|
||||||
|
To learn more on the topic please refer to the official libusb FAQ:
|
||||||
|
https://github.com/libusb/libusb/wiki/FAQ
|
||||||
|
|
Loading…
Reference in New Issue