Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom baud not supported by OSX El Capitan #1

Closed
arminbw opened this issue Apr 5, 2016 · 1 comment
Closed

custom baud not supported by OSX El Capitan #1

arminbw opened this issue Apr 5, 2016 · 1 comment

Comments

@arminbw
Copy link
Owner

arminbw commented Apr 5, 2016

The modified FTDI driver won't work in OSX 10.11 out of the box. The reason: every kernel extensions has to be signed now by a developer. And before, the developer has to request a specific certificate from Apple.

sudo kextutil -l /System/Library/Extensions/FTDIUSBSerialDriver.kext

will return

Code Signing Failure: not code signed

@arminbw
Copy link
Owner Author

arminbw commented Apr 6, 2016

The current solution to this problem is to deactivate the new system integrity protection:

  • Boot to Recovery OS by restarting your machine and holding down the Command and R keys at startup.
  • Launch Terminal from the Utilities menu.
  • Enter the following command:
    csrutil disable

@arminbw arminbw closed this as completed Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant