-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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 <fauxpark@gmail.com>
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.
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
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 <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
Description
Update
qmk flash
to flash compiled binaries.Supporting the following bootloaders:
Types of Changes
Issues Fixed or Closed by This PR
Checklist