This is an automated email from Gerrit. Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2080
-- gerrit commit 4ecc984091841cf714e83cfa18bcca6f4d9fc2d3 Author: Paul Fertser <[email protected]> Date: Mon Mar 31 21:23:22 2014 +0400 README.OSX: add 10.9 specific hints Change-Id: I8c684f2964262fb0670ed74fded26676833aee10 Signed-off-by: Paul Fertser <[email protected]> diff --git a/README.OSX b/README.OSX index ceb1a4e..2bea870 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 -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
