Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libftdi1.dll missing #294

Closed
kylemccreery opened this issue Aug 1, 2021 · 1 comment · Fixed by #295
Closed

libftdi1.dll missing #294

kylemccreery opened this issue Aug 1, 2021 · 1 comment · Fixed by #295
Assignees

Comments

@kylemccreery
Copy link

kylemccreery commented Aug 1, 2021

Describe the Bug

Flashing to caterina bootloaders using 0.1.0 on windows is failing due to libftdi1.dll missing. This was tested and replicated by several others before posting.

System Information

  • Operating system: Windows 10
  • QMK Toolbox version: 0.1.0

Additional Context

Note: Flashing using dfu-util works as expected. This seems to be specific to avrdude.

On first run, we were all prompted to install drivers (as expected). This seems to complete with no errors. I ran it again manually to verify and again it completed fine.

Worth noting that both the standalone .exe and full installer were used to test and are resulting in the same error.

image

@daskygit
Copy link
Member

daskygit commented Aug 1, 2021

Seems like the avrdude bundled with MSYS requires mingw-w64-x86_64-libftdi

You can place the dll in %LOCALAPPDATA%\QMK\QMK Toolbox\0.1.0 and avrdude will work correctly. (assuming you installed toolbox). If you have QMK MSYS installed you can grab the dll from C:\QMK_MSYS\mingw64\bin\libftdi1.dll

I've just confirmed it works over here, had to flash caterina to a promicro 👎

@fauxpark fauxpark self-assigned this Aug 1, 2021
@fauxpark fauxpark mentioned this issue Aug 2, 2021
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants