-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build for OSX with libusb-compat from homebrew to have a working soft reboot? #37
Comments
Could you share somewhere a final binary? I’ll update packages |
Here is the binary, probably need to update yep it's required:
maybe bundle this lib |
Are you sure that previous version does not work? I remember that we tested it with @PaulStoffregen and it worked. |
Here's a copy compiled on Ubuntu 14.04 (x86 64 bit) with this command to statically link libusb-0.1.4.
|
But that's Linux. For Macintosh OSX you should not need libusb at all. I wrote the Mac version using native OSX IOkit & CoreFoundation APIs. |
@PaulStoffregen looks like libusb builds enable soft reboot to work on OSX which is really super useful. @ivankravets I can confirm that the existing
|
I've rebuild https://github.com/PaulStoffregen/teensy_loader_cli with
libusb-compat
from homebrew and the soft reboot is working on OSX.For now I manually replace the
teensy_loader_cli
with my version. Maybe it should be the default as it's super useful?The text was updated successfully, but these errors were encountered: