-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Feature Request] Windows flashing #12
Comments
Currently the integrated binary files have been manually copied over from toolbox. |
Before stumbling on this issue, I tried QMK WSL and was very pleased by its speed compared to MSYS version. But avrdude failed to connect to the programmer, is this issue about that? I'm using 0.1.5 console message:
|
I am also experiencing this issue. DFU works fine. For now, I am using QMK Toolbox to flash the compiled hex file in WSL QMK path. |
Flashing RP2040 from WSL2: I know this may be obvious, but I thought I'd add this here anyway. You can mount the RP2040 directly in WSL (using the RPI-RP2 bootloader) once you have initially flashed with QMK with #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET. Then you can press the reset button twice to enter the bootloader Then you just mount the drive and copy the firmware (assuming the RPI is showing up as the F: drive in windows) i.e.: Just make a shell script to compile, mount and copy I have been doing this with my Adafruit KB2040 and it works great. |
Description
WSL does not generally support flashing, however it can still be achieved by running the native windows executables. Initial testing has shown that these dont even have to be on a windows filesystem.
- needs Add WSL specific logic for avrdude device detection qmk_firmware#12392The text was updated successfully, but these errors were encountered: