multiwii / baseflight

32 bit fork of the MultiWii RC flight controller firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac OS X Yosemite

xraceweb opened this issue · comments

commented

Sadly, this App doesn´t work with Mac OS 10.10 Beta. Before it was running really well, but for now i can´t connect to my Naze32 running MultiWii.

Is there a fix coming ?

  1. I presume you are referring to baseflight-configurator so this is the wrong repo to open the issue.
  2. Are you suer it's a problem with the app and not with the SiLabs VCP driver? Is your serial device in the dropdown list? There should be a /dev/tty.SLAB_USBtoUART.

The SiLabs VCP driver kext is not signed so gets blocked by 10.10. You either need to wait for SiLabs to update the driver with a signed kext or have a go at signing it yourself, can't remember where I found how to do this but instructions are out there.

commented

Are you sure ? I have disabled "MAS only" .. can install all Software, form all over the internet.
Otherwise: How can i sign a driver myself ?

Yes I'm sure... https://developer.apple.com/library/prerelease/mac/releasenotes/General/rn-osx-10.10/index.html

In Developer Preview 6, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a “kext-dev-mode=1” boot arg.

If you are not able to use Google to find out how to self sign a kext I would question why you are running a beta version of the OS in the first place.