You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After clicking the "flash" button, and the software prompting me to press the button on the bottom of the ergodox, the LCD on the ergodox turns red (as it is supposed to in flashing mode), but the configurator's interface screen goes all white, but for the "file menu" at the top.
What can I try, in order to fix this, and flash my keyboard?
The text was updated successfully, but these errors were encountered:
I was having trouble flashing my ergodox infinity for the same reason. On arch linux, my workaround was:
sudo pacman -S --needed dfu-util
In the configurator, click "Flash", but do not put the keyboard in flash mode yet. There should be a red message that dfu-util could not find any dfu devices. But this step compiles the firmware.
Note the location of the .bin firmware file(s).
To prevent white screen when we enter flash mode, go back.
Put the keyboard in flash mode.
The leading comma in the arg to -d is specified in the manpages, don't leave it out. On a split keyboard, if the right side screen turns red, flash the right side firmware; if the left turns red, flash the left side firmware. After flashing the screen should return to normal color.
After clicking the "flash" button, and the software prompting me to press the button on the bottom of the ergodox, the LCD on the ergodox turns red (as it is supposed to in flashing mode), but the configurator's interface screen goes all white, but for the "file menu" at the top.
What can I try, in order to fix this, and flash my keyboard?
The text was updated successfully, but these errors were encountered: