-
Notifications
You must be signed in to change notification settings - Fork 77
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
Multidevice - mass flashing #2366
Comments
Very difficult in a reliable way. The USB descriptor has |
I think the path-based variant is (definitely) not worth the effort. If serial number implementation is not too laborous, I would appreciate that - you can assume non-zero serials. (Am I correct that it currently is possible to flash a hardware config (and thus serial number) onto a dongle manually via the agent script?) (Usecase: I am now messing with switching between multiple dongles and so this would make the build-flash-test development cycle more comfortable. Of course this is a niche usecase/request...) |
The devices accepted by |
@ert78gb Assume I call the flashing script (update-device-firmware.ts) while specifying the pid (say dongle's). Assume that multiple such devices (dongles) are connected.
How difficult would it be to introduce a new argument (say --flashAll) that would make the flashing script flash all the connected devices of that kind, one by one?
The text was updated successfully, but these errors were encountered: