We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Moved from https://community.platformio.org/t/uploading-to-teensy-gives-error-teensy-reboot-not-found-raspberry-pi/4384
@PaulStoffregen could you share somewhere teensy_reboot binary for ARMv6+? I know that source code is closed for this tool. Thanks!
teensy_reboot
P.S: Please run pio update, I temporary added an empty script for teensy_reboot.
pio update
The text was updated successfully, but these errors were encountered:
https://forum.pjrc.com/threads/52805-Uploading-to-teensy-with-platformio-gives-error-teensy_reboot-not-found-(Raspberry-Pi?p=181664&viewfull=1#post181664
Sorry, something went wrong.
Thanks @ivankravets, I upgraded platformio and it now can upload to my teensy.
Upgrade
sudo pip uninstall platformio sudo pip install -U platformio
Run
sudo platformio run --target clean sudo platformio run --target upload
p.s. Still don't understand why I/we need sudo for platformio?
sudo
Update vs Upgrade
No branches or pull requests
Moved from https://community.platformio.org/t/uploading-to-teensy-gives-error-teensy-reboot-not-found-raspberry-pi/4384
@PaulStoffregen could you share somewhere
teensy_reboot
binary for ARMv6+? I know that source code is closed for this tool. Thanks!P.S: Please run
pio update
, I temporary added an empty script forteensy_reboot
.The text was updated successfully, but these errors were encountered: