[add] stlinkv1_macosx_driver from marco.cassinerio@gmail.com
[fw/stlink] / stlinkv1_macosx_driver / README
1 from: marco.cassinerio@gmail.com
2 to: texane@gmail.com
3
4 Hi,
5
6 i managed to get the stlink v1 working under os x and i would like to share the solution so maybe you can
7 add it in your package.
8 The problem is that os x claims the device as scsi and libusb won't be able to connect to it.
9 I've created what is called a codeless driver which claims the device and has a higher priority then the
10 default apple mass storage driver, so the device can be accessed through libusb.
11
12 I tested this codeless driver under OS X 10.6.8 and 10.7.2. I assume it works with any 10.6.x and 10.7.x
13 version as well.
14
15 Attached to this mail you'll find the osx folder with the source code of the driver, both drivers (for
16 10.6.x and 10.7.x), an install.sh script and the modified Makefile, i only added a line at the end which
17 invoke the install.sh.
18
19 To install the driver the user have only to do:
20
21 sudo make osx_stlink_shield
22
23 no reboot required.