qmk / qmk_toolbox

A Toolbox companion for QMK Firmware
https://qmk.fm/toolbox
MIT License
2.55k stars 504 forks source link

Will not flash to a Pro Micro #477

Closed itss-david closed 2 months ago

itss-david commented 2 months ago

Describe the Bug

I have a Pro Micro that I have been using for a while now. The new version (0.3.2) of QMK Toolbox is not flashing changes. Below is the "console output" from an attempt to flash. During the "flashing" the built-in LEDs do not flash.

Note that it does not matter if I do or do not use Auto-Flash. To verify this is an actual issue I have tested the same hex file using version 0.3.1 and it will flash correctly. During this test the built-in LEDs do flash.

* QMK Toolbox 0.3.2 (https://qmk.fm/toolbox)
* Supported bootloaders:
*  - ARM DFU (APM32, Kiibohd, STM32, STM32duino) and RISC-V DFU (GD32V) via dfu-util (http://dfu-util.sourceforge.net/)
*  - Atmel/LUFA/QMK DFU via dfu-programmer (http://dfu-programmer.github.io/)
*  - Atmel SAM-BA (Massdrop) via Massdrop Loader (https://github.com/massdrop/mdloader)
*  - BootloadHID (Atmel, PS2AVRGB) via bootloadHID (https://www.obdev.at/products/vusb/bootloadhid.html)
*  - Caterina (Arduino, Pro Micro) via avrdude (http://nongnu.org/avrdude/)
*  - HalfKay (Teensy, Ergodox EZ) via Teensy Loader (https://pjrc.com/teensy/loader_cli.html)
*  - LUFA/QMK HID via hid_bootloader_cli (https://github.com/abcminiuser/lufa)
*  - WB32 DFU via wb32-dfu-updater_cli (https://github.com/WestberryTech/wb32-dfu-updater)
*  - LUFA Mass Storage
* Supported ISP flashers:
*  - AVRISP (Arduino ISP)
*  - USBasp (AVR ISP)
*  - USBTiny (AVR Pocket)
USB device connected (USBHUB3): (Standard USB HUBs) Generic USB Hub (413C:1005:5900)
USB device connected (HidUsb): (Standard system devices) USB Input Device (413C:2011:5900)
USB device connected (usbccgp): (Standard USB Host Controller) USB Composite Device (046D:082B:2826)
USB device connected (usbprint): Microsoft USB Printing Support (04F9:202D:0100)
USB device connected (usbccgp): (Standard USB Host Controller) USB Composite Device (046D:C52F:3000)
USB device connected (HidUsb): (Standard system devices) USB Input Device (FEED:0000:0100)
USB device connected (usbvideo): Microsoft Webcam C170 (046D:082B:2826)
USB device connected (USBHUB3): (Standard USB HUBs) Generic SuperSpeed USB Hub (0BDA:0411:0121)
USB device connected (HidUsb): (Standard system devices) USB Input Device (413C:2011:5900)
USB device connected (usbccgp): (Standard USB Host Controller) USB Composite Device (413C:2011:5900)
USB device connected (RTSUER): Realtek Semiconductor Corp. Realtek USB 3.0 Card Reader (0BDA:0328:2908)
USB device connected (HidUsb): (Standard system devices) USB Input Device (FEED:0000:0100)
USB device connected (USBHUB3): (Standard USB HUBs) Generic USB Hub (0BDA:5411:0121)
USB device connected (usbaudio): (Generic USB Audio) Webcam C170 (046D:082B:2826)
USB device connected (usbccgp): (Standard USB Host Controller) USB Composite Device (FEED:0000:0100)
USB device connected (HidUsb): (Standard system devices) USB Input Device (046D:C52F:3000)
USB device connected (HidUsb): (Standard system devices) USB Input Device (046D:C52F:3000)
* Auto-flash enabled
Caterina device connected (usbser): Microsoft USB Serial Device (COM7) (1B4F:9205:0001) [COM7]
Attempting to flash, please don't remove device
Flash complete
USB device disconnected (HidUsb): (Standard system devices) USB Input Device (FEED:0000:0100)
USB device disconnected (HidUsb): (Standard system devices) USB Input Device (FEED:0000:0100)
USB device disconnected (usbccgp): (Standard USB Host Controller) USB Composite Device (FEED:0000:0100)
USB device connected (HidUsb): (Standard system devices) USB Input Device (FEED:0000:0100)
USB device connected (HidUsb): (Standard system devices) USB Input Device (FEED:0000:0100)
USB device connected (usbccgp): (Standard USB Host Controller) USB Composite Device (FEED:0000:0100)
Caterina device disconnected (usbser): Microsoft USB Serial Device (COM7) (1B4F:9205:0001) [COM7]

System Information

Additional Context

The exact device I am flashing was purchased here

fauxpark commented 2 months ago

https://github.com/qmk/qmk_toolbox/pull/475

Please use the beta for now.