-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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
CLI: Teaching the CLI to flash binaries #16584
Conversation
I've tested avr's dfu, stm32 dfu, caterina, and hid bootloader (halfkey, lufa hid) and can verify that they work on Windows and MacOS (Intel) |
Thank you for your contribution! |
Change the '-t' flag to '-m' for clarity and adjust bootloader naming. Co-authored-by: Ryan <[email protected]>
On Posix systems, check the port's path and wait until it becomes ready before passing it to avrdude.
Check if 'hid_bootloader_cli' is available and use it as a fallback for HalfKay.
Tested on Linux with boards using dfu-programmer |
On Windows -- tested with:
On Windows -- Failing:
|
And gd32v is now working. |
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Ryan <[email protected]> Co-authored-by: Sergey Vlasov <[email protected]> Co-authored-by: Joel Challis <[email protected]> Co-authored-by: Nick Brassel <[email protected]>
Description
Update
qmk flash
to flash compiled binaries.Supporting the following bootloaders:
Types of Changes
Issues Fixed or Closed by This PR
Checklist