Skip to content

Commit

Permalink
driver README minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay committed Apr 8, 2016
1 parent 438eaff commit 217e854
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions stlinkv1_macosx_driver/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from: marco.cassinerio@gmail.com

to: texane@gmail.com

Hi,
Expand All @@ -14,9 +15,9 @@ version as well.

Attached to this mail you'll find the osx folder with the source code of the driver, both drivers (for
10.6.x and 10.7.x), an install.sh script and the modified Makefile, i only added a line at the end which
invoke the install.sh.
invoke the `install.sh`.

First, unpack the osx.tar.gz contents:
First, unpack the `osx.tar.gz` contents:
```bash
tar xzvf osx.tar.gz
```
Expand All @@ -35,12 +36,18 @@ P.S. If error `OS X version not supported` occurs. For the latest versions of Ma
> ISOSXLION=$(sw_vers -productVersion | sed -e 's:.[[:digit:]]*$::')
```

This comment has been minimized.

Copy link
@moha1899

moha1899 Oct 15, 2016

what does this mean exactly.. where do i do this

This comment has been minimized.

Copy link
@xor-gate

xor-gate Oct 15, 2016

Member

I don't know which problem you are trying to solve. Please open a issue with your problem and we can discus there. Problem solving in a commit is not an option.

This comment has been minimized.

Copy link
@texane

texane via email Oct 15, 2016

Collaborator

This comment has been minimized.

Copy link
@xor-gate

xor-gate Oct 15, 2016

Member

No problem, we will discuss further in #499. It is unclear for newbies how to get started in the documentation right now. So for now I will help out @moha1899 and update the documentation afterwards.


FOR OS X 10.10 Yosemite you must force the system to load unsigned kernelextensions
### OS X 10.10 Yosemite

For OS X 10.10 Yosemite you must force the system to load unsigned kernelextensions

```bash
sudo nvram boot-args="kext-dev-mode=1“
```
reboot the system!
(Update from another user) FOR OS X 10.11 El Capitan: the Yosemite kext works for my 10.11.4.
### OS X 10.11 El Capitan
(Update from another user)
For OS X 10.11 El Capitan: the Yosemite kext seems to work (tested on 10.11.04).

0 comments on commit 217e854

Please sign in to comment.