-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[patch #7321] usbasp: filter usb serial number #619
Comments
Alexander Neumann Hey Thomas, Thanks for taking over, what is the state of this patch? Cheers,
|
Joerg Wunsch <joerg_wunsch> Unfortunately, Thomas never handled it, so I'll take it over Meanwhile, AVRDUDE has replaced all fprintf(stderr, ... by Regarding a partial serial number match, I suggest to match |
I think this is a useful feature. Therefore I create a new issue here. Relevant discussions: |
Seeing that this issue has been migrated to #973 I suggest closing this one. |
Okay I will close this and further discussions can be done in #973. |
Mon 20 Sep 2010 08:30:42 PM UTC
Recently I tried using several usbasp compatible programmers (running my
reimplemantation of the usbasp protocol(http://github.com/fd0/kahuna)) at the same time, unfortunately
it is impossible to tell avrdude which one to use (it will just the first it
discovers, and I ended up using a usbasp programmer and my old avrisp2. brr).
So I added a unique usb serial number to all of my programmer devices and
patched avrdude so that if the port (-P) is given in the format usb:serialno
(like in the stk500v2 module), only devices with (prefix-) matching serial
numbers are considered.
file #21512: 0002-prefix-matching-for-usb-serial-numbers-for-usbasp.patch
file #21511: 0001-match-serial-number-for-usbasp-compatible-programmer.patch
This issue was migrated from https://savannah.nongnu.org/patch/?7321
The text was updated successfully, but these errors were encountered: