Fix solokey stuck in bootloader mode #106
Unanswered
MrLiamTim
asked this question in
Show and tell
Replies: 1 comment
-
for other folks that experience this in windows, make sure you use zadig to install the libusb driver for the device stuck in STM32 BOOTLOADER mode. Then go right to programming the dfu with the hex bundle file. see also: solokeys/solo1#562 (comment)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My solokey was stuck in bootloader mode (yellow flashing light) after an update, and
solo ls
didn't show my key anymore.To fix this I simply went to windows device manager and uninstalled solo. I also ticked the checkbox to delete the driver software. The solo was categorized under USB devices.
After the solo is reinstalled automatically by windows, use
solo key update
to update your solokey again.Beta Was this translation helpful? Give feedback.
All reactions