tytools icon indicating copy to clipboard operation
tytools copied to clipboard

Collection of tools to manage Teensy boards

Results 25 tytools issues
Sort by recently updated
recently updated
newest added

This is a wonderful piece of work. Top marks, many thanks. Is there a command line version that can be used to upload/flash/reboot a target board from a script/makefile?

Even though tycmd works at the computer which host the docker container, it doesn’t work in the docker container. I am able to see the device in the docker container...

help wanted

I dont seem to be able to complete the 'Integrate to Arduino' feature on Windows 11 in TyCommander.exe with Arduino IDE 2.2.1. This is because I cannot find an accepted...

This quick PR adds primitive JSON output mode to the `enumerate_devices` command, through the `--json` command line parameter. Output example here: https://gist.github.com/omerk/673b956f9051ca5a7654a4d131288dd5 Generated JSON structure: ![image](https://user-images.githubusercontent.com/9847/41608531-9a582586-73e0-11e8-9365-5adc518b514d.png) I needed this functionality,...

![Screenshot from 2023-07-18 14-21-52](https://github.com/Koromix/tytools/assets/2000206/5933a651-3162-4557-b0de-5ba3fecdb979) After a long hiatus I am back to using Tycommander 0.9.8 on Ubuntu 22.04. The reset button always draws the error "failed to reboot board 'XXXXXXXX-Teensy',...

The Qt download link is obsolete. But changing the url a little makes it work. Current link (wrong): http://download.qt.io/official_releases/qt/5.12/5.12.11/submodules/qtbase-everywhere-src-5.12.11.zip New working link: http://download.qt.io/archive/qt/5.12/5.12.11/submodules/qtbase-everywhere-src-5.12.11.zip

Title says it all, can we get a flatpak release on flathub? This would allow us to run these tools on just about anything, even things like the steam deck.

I get the following error when trying to upload a hex to a Teensy MM. ![image](https://user-images.githubusercontent.com/52652879/193498625-3e6dee0c-7d3d-416e-b175-df9ad0d1215c.png) Seems this happens due to my sketch being too big? TeensyLoader can flash it,...

bug

Hello: I am using TyCommander to update the firmware on my Teensy 4.1. The Teensy is connected to the computer using a USB over IP server. In Arduino, I can...

I am trying to build `tytools` on Ubuntu VM (VMware) (host is Windows 11), ``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS...