Search Criteria
Package Details: wb32-dfu-updater_cli-git 1.0.0.r18.g656f6a5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wb32-dfu-updater_cli-git.git (read-only, click to copy) |
---|---|
Package Base: | wb32-dfu-updater_cli-git |
Description: | USB programmer for downloading and uploading firmware to/from USB devices. |
Upstream URL: | https://github.com/WestberryTech/wb32-dfu-updater |
Licenses: | Apache-2.0 |
Provides: | wb32-dfu-updater_cli |
Submitter: | damax |
Maintainer: | damax |
Last Packager: | damax |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-10-19 13:11 (UTC) |
Last Updated: | 2025-08-05 12:31 (UTC) |
Dependencies (2)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- libusb (libusb-gitAUR) (make)
Latest Comments
smrqdt commented on 2025-07-14 20:18 (UTC)
I actually also needed it for flashing QMK (on a Bridge75). Thanks for the package and the fast update!
damax commented on 2025-07-14 20:05 (UTC) (edited on 2025-07-14 20:10 (UTC) by damax)
Thanks for the tip, should be good now. Created this package to be able to flash firmware on monsgeek keyboards directly using the qmk_firmware repo, didn't think someone else would need it, ahah. Might look into suggesting upstream to increase the minimum version in
CMakeLists.txt
.smrqdt commented on 2025-07-14 18:05 (UTC)
The package doesn’t build anymore with current cmake.
Adding
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
to_cmake_options
works fine.