qmk / qmk_toolbox

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

"Only firmware files in .bin format can be flashed with dfu-util" error #372

Closed tony-sol closed 2 years ago

tony-sol commented 2 years ago

I tried to flash geekboards macropad v2 with .hex file from https://github.com/arduxio/qmk-ardux via QMK Toolbox which is recommended to, and got an error:

Only firmware files in .bin format can be flashed with dfu-util

But it seems that hex files should be supported by Toolbox

System: macos Monterey 12.3.1 QMK Toolbox version: 0.2.2 (installed via brew)

fauxpark commented 2 years ago

geekboards/macropad_2 is an STM32F072 board. It will produce a .bin file. https://github.com/qmk/qmk_firmware/tree/master/keyboards/geekboards/macropad_v2 This is an issue for Ardux, not here.