platform-teensy icon indicating copy to clipboard operation
platform-teensy copied to clipboard

"teensy_reboot" for ARMv6+

Open ivankravets opened this issue 6 years ago • 3 comments

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 for teensy_reboot.

ivankravets avatar Jun 16 '18 11:06 ivankravets

https://forum.pjrc.com/threads/52805-Uploading-to-teensy-with-platformio-gives-error-teensy_reboot-not-found-(Raspberry-Pi?p=181664&viewfull=1#post181664

PaulStoffregen avatar Jun 16 '18 13:06 PaulStoffregen

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?

cudmore avatar Jun 16 '18 13:06 cudmore

Update vs Upgrade

ivankravets avatar Jun 16 '18 14:06 ivankravets