-
Notifications
You must be signed in to change notification settings - Fork 48
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_reboot script #13
Comments
I think I'm missing something obvious - when I upload to the Teensy 3.1, after copying the most recent 1.35 Teensy applications into .platformio, I still get a message saying "Soft reboot is not implemented in OSX". Is there a workaround with instructions somewhere for this? (IDE 1.7.3, Core 3.2.1, OSX 10.11.6) |
Hi @mrkaroshi, Had problems too with uploading in PlatformIO using teensy_loader_cli. Here is the thread on the teensy forum. Now using the Teensy Loader implementation instead. This is how: PlatformIO checks the ~/.platformio/packages/tool-teensy folder for existence of teensy_loader_cli. By deleting/renaming this file it skips to the Teensy Loader implementation. See source below in ~/.platformio/platforms/teensy/builder/main.py Hope this helps. Would be nice if there is a more sexy way of selecting between the teensy_loader_cli or Teensy Loader. Perhaps there is, haven't found it yet.
|
@arneboon perfect! I suppose it's not exactly majestic, and I'm guessing I'll have to delete the CLI bin every time I update PlatformIO, but that's saved me a lot of hassle - I've been sat here with my project in pieces because I had to be able to reach the reset button. Thanks a million! |
All issues are related to Teensy 3.x, will this work for 2.0 too? |
I found that when you replace |
I brought this problem up with Paul the maker of the Teensy. It doesnt look like the CLI will be MacOS rebootable ever. |
I can see that the flags mentioned above are passed to the teensy utilities here yet I am still prompted to press the button on each deployment; what's missing to make the end-to-end scenario work? Is it something I could figure out myself and open a PR for? I'm on Windows 10. |
See @PaulStoffregen
#9 (comment)
The text was updated successfully, but these errors were encountered: