File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,8 @@ For first Flashing from initial Stock's Firmware
25
25
- Make a Flash Image's Backup in case you wanted to restore the Keyboard to Stock's Image:
26
26
- Using dfu-util:
27
27
28
-
29
- dfu-util --list
30
- dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${OLD_STOCK_BIN}
28
+ dfu-util --list
29
+ dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${OLD_STOCK_BIN}
31
30
32
31
2 . Flash the QMK Firmware Image.
33
32
- Put board into Bootloader mode, using the same method as when backing up the original Firmware (above)
@@ -36,8 +35,7 @@ For first Flashing from initial Stock's Firmware
36
35
- Using DFuseDemo.exe if STTub30 driver is used.
37
36
- Using dfu-util:
38
37
39
-
40
- dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${NEW_QMK_BIN}
38
+ dfu-util --alt 0 --dfuse-address 0x08000000 --download ${NEW_QMK_BIN}
41
39
42
40
You can short Boot0 to Vdd by shorting R19 to C30 on the sides closest to the processor, as shown:
43
41
You can’t perform that action at this time.
0 commit comments