From: Björn Hauffe Date: Tue, 14 Oct 2014 18:58:11 +0000 (+0200) Subject: add kernelextension for OS X 10.10 Yosemite X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c49ec2867804fb2a32a9cc0cc6f90cd785ff4bd2;p=fw%2Fstlink add kernelextension for OS X 10.10 Yosemite --- diff --git a/stlinkv1_macosx_driver/README b/stlinkv1_macosx_driver/README index 7b47f41..0c0adba 100644 --- a/stlinkv1_macosx_driver/README +++ b/stlinkv1_macosx_driver/README @@ -30,3 +30,9 @@ P.S. If error `OS X version not supported` occurs. For the latest versions of Ma --- > ISOSXLION=$(sw_vers -productVersion | sed -e 's:.[[:digit:]]*$::') ``` +FOR OS X 10.10 Yosemite you must force the system to load unsigned kernelextensions +you can so this with this command + +sudo nvram boot-args="kext-dev-mode=1“ + +reboot the system! diff --git a/stlinkv1_macosx_driver/osx.tar.gz b/stlinkv1_macosx_driver/osx.tar.gz index 51a7a32..57bc314 100644 Binary files a/stlinkv1_macosx_driver/osx.tar.gz and b/stlinkv1_macosx_driver/osx.tar.gz differ