-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Use teensy CLI loader for upload of .hex files on OSX #306
Comments
We use CLI for Linux. Could you provide binaries for Mac OS X? I have discussion with @PaulStoffregen a few month before, he told me that there no support for Mac OS X yet. |
Mac support was recently contributed. You still have the compile the code to get a Mac executable. |
I made a binary. I'm afraid I don't have my teensy nearby, but the program seems to work fine. |
Thanks @heyer2!
P.S: I retested it with my Teensy 3.1/Mac OS X and it works! 👍 |
@PaulStoffregen could we ask you to add link to http://platformio.org on these pages: Thanks a lot! |
I can confirm it works on my end too. |
@ivankravets |
PlatformIO is a cross-platform code builder and the missing library manager (Ready for embedded development, IDE and Continuous Integration).
platformio boards teensy
platformio init --board teensy31
platformio run --target upload Also, see examples of pre-configured Teensy projects: |
Dear @PaulStoffregen, See my post above #306 (comment) You can modify it if you want. Thanks in advance! 👍 🍻 |
At present platformIO uses the teensy GUI for the final upload of .hex files.
A more streamlined solution might be the command line loader available at:
https://www.pjrc.com/teensy/loader_cli.html
The text was updated successfully, but these errors were encountered: