PaulStoffregen / teensy_loader_cli

Command line Teensy Loader
http://www.pjrc.com/teensy/loader_cli.html
332 stars 152 forks source link

feat(linux): add support for serial number filtering #6

Open mgcrea opened 9 years ago

mgcrea commented 9 years ago

A quick hack to enable serialNumber filtering support (to address #5 to flash multiple teensys). Only patched linux, so not ready for merge but might be useful to somebody.

PaulStoffregen commented 9 years ago

Why is the filter option used with opening the rebootor device?

Can you change the usage documentation to clarify that the serial number is used only for soft reboot?

mgcrea commented 9 years ago

@PaulStoffregen Was not really sure if it would be needed there, but hard_reboot sounded pretty close to soft_reboot...! I'll fix that.

hardillb commented 4 years ago

I recently came across this while trying to solve a similar problem. Would be great to get this merged then I don't have to maintain a custom fork. Thanks.

memoryhole commented 3 years ago

I'm also maintaining a custom fork with this change and would rather not have to.

zz-netflix commented 1 month ago

@mgcrea Are you still maintaining this repo? It would be great to get this change in. I also have a fork with this change. It seems weird to not include it in the release.