add kernelextension for OS X 10.10 Yosemite
authorBjörn Hauffe <hauffe@gmail.com>
Tue, 14 Oct 2014 18:58:11 +0000 (20:58 +0200)
committerBjörn Hauffe <hauffe@gmail.com>
Tue, 14 Oct 2014 18:58:11 +0000 (20:58 +0200)
stlinkv1_macosx_driver/README
stlinkv1_macosx_driver/osx.tar.gz

index 7b47f410fd3866aa68a3fd93c599ef1fd022fb79..0c0adba2dfc34941adbf343b78497df8e89a52e5 100644 (file)
@@ -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!
index 51a7a3248574e128d4a38b4624e7b26be8fa4a23..57bc314668c66f849b8fdcd50a5e38a430cac624 100644 (file)
Binary files a/stlinkv1_macosx_driver/osx.tar.gz and b/stlinkv1_macosx_driver/osx.tar.gz differ