Koromix / tytools

Collection of tools to manage Teensy boards
https://koromix.dev/tytools
The Unlicense
214 stars 27 forks source link

tycmd: reboot hangs when uploading from RPi 4B #97

Open SJFOM opened 1 year ago

SJFOM commented 1 year ago

I am running BalenaOS and have a working version of the tycmd tool running on my Raspberry Pi 4B 8G model. Screenshot 2022-09-27 at 10 30 52

However, when I attempt to upload firmware to a Teensy 4.1 MCU, the tycmd tool has trouble rebooting the Teensy. This is true either:

I have the correct udev rules installed (00-teensy.rules) and they appear in my system.

Screenshot 2022-09-26 at 19 00 18

I have tried building with cmake using the -DCMAKE_BUILD_TYPE=Debug flag but it doesn't seem to yield any extra output. Any ideas on what might be the cause here or what else I could try?

Koromix commented 1 year ago

Could you try with the option tycmd --rtc none <firmware>?