Koromix / tytools

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

TyUploader Doesn't detect Teensy MM in Serial+MTP mode #98

Closed david-res closed 1 year ago

david-res commented 1 year ago

I have a Teensy MicroMod set up as a Serial+MTP device, when plugged into USB, it does not appear in the device list. If I click the boot button it appears as HalfKay image

Is there a way to fix this?

Defragster commented 1 year ago

There was a fix to ID the new VID_PID this Serial+MTP creates, but it hasn't been formally released ?

I got a private build and it works.

david-res commented 1 year ago

@Defragster thanks for confirming! What OS are you running on? If you have a macos build I’d love to try it out. @Koromix of you could create a new release with the fix that would be highly appreciated

Defragster commented 1 year ago

Sorry - I'm on Windows - so no help there.

Koromix commented 1 year ago

Yeah this is overdue, I don't have a Mac anymore but I'll try to make a release anyway 😁

Koromix commented 1 year ago

Although I do have macOS running on QEMU for another project, so that should do :) I'll make a release today then!

david-res commented 1 year ago

@Koromix thanks! Very appreciated!

Koromix commented 1 year ago

Not home right now, so it'll have to wait until tomorrow :)

Koromix commented 1 year ago

I've made a release: https://github.com/Koromix/tytools/releases/tag/v0.9.8

david-res commented 1 year ago

All working! Thanks!!