summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-10-20 17:40:32 +0200
committerJack Humbert <jack.humb@gmail.com>2018-10-20 17:48:10 +0200
commitea17e363a61b925c1c6da0146fe383630a7848c0 (patch)
tree528cd5306a250c99327afd35dc4b1234dd32de03 /docs
parent26d2ef2ad1c9b040151d1aac19c4fff3f8b55dd5 (diff)
downloadqmk_firmware-ea17e363a61b925c1c6da0146fe383630a7848c0.tar.gz
qmk_firmware-ea17e363a61b925c1c6da0146fe383630a7848c0.tar.xz
Add instructions for zadig when bootloader device is unknown
Diffstat (limited to 'docs')
-rw-r--r--docs/faq_build.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/faq_build.md b/docs/faq_build.md
index 7d17df074..00a0d386b 100644
--- a/docs/faq_build.md
+++ b/docs/faq_build.md
@@ -17,7 +17,7 @@ or just:
Note that running `make` with `sudo` is generally *not* a good idea, and you should use one of the former methods, if possible.
-## Linux `udev` Rules
+### Linux `udev` Rules
On Linux, you'll need proper privileges to access the MCU. You can either use
`sudo` when flashing firmware, or place these files in `/etc/udev/rules.d/`.
@@ -37,6 +37,14 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", MODE:="066
SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666"
```
+## Unknown Device for DFU Bootloader
+
+If you're using Windows to flash your keyboard, and you are running into issues, check the Device Manager. If you see an "Unknown Device" when the keyboard is in "bootloader mode", then you may have a driver issue.
+
+Re-running the installation script for MSYS2 may help (eg run `./util/qmk_install.sh` from MSYS2/WSL) or reinstalling the QMK Toolbox may fix the issue.
+
+If that doesn't work, then you may need to grab the [Zadig Utility](https://zadig.akeo.ie/). Download this, find the device in question, and select the `WinUS(libusb-1.0)` option, and hit "Reinstall driver". Once you've done that, try flashing your board, again.
+
## WINAVR is Obsolete
It is no longer recommended and may cause some problem.
See [TMK Issue #99](https://github.com/tmk/tmk_keyboard/issues/99).