diff options
| -rw-r--r-- | keyboards/durgod/k320/readme.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/durgod/k320/readme.md b/keyboards/durgod/k320/readme.md index 839a2c74a..115029435 100644 --- a/keyboards/durgod/k320/readme.md +++ b/keyboards/durgod/k320/readme.md | |||
| @@ -32,9 +32,8 @@ For first Flashing from initial Stock's Firmware | |||
| 32 | - Using DFUseDemo.exe from ST's STSW-STM32080: https://www.st.com/en/development-tools/stsw-stm32080.html | 32 | - Using DFUseDemo.exe from ST's STSW-STM32080: https://www.st.com/en/development-tools/stsw-stm32080.html |
| 33 | - Using dfu-util (thanks to [tylert](https://github.com/tylert) for instructions!): | 33 | - Using dfu-util (thanks to [tylert](https://github.com/tylert) for instructions!): |
| 34 | 34 | ||
| 35 | 35 | dfu-util --list | |
| 36 | dfu-util --list | 36 | dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${OLD_STOCK_BIN} |
| 37 | dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${OLD_STOCK_BIN} | ||
| 38 | 37 | ||
| 39 | 2. Flash the QMK Firmware Image. | 38 | 2. Flash the QMK Firmware Image. |
| 40 | - Put board into Bootloader mode, using the same method as when backing up the original Firmware (above) | 39 | - Put board into Bootloader mode, using the same method as when backing up the original Firmware (above) |
| @@ -43,8 +42,7 @@ For first Flashing from initial Stock's Firmware | |||
| 43 | - Using DFuseDemo.exe if STTub30 driver is used. | 42 | - Using DFuseDemo.exe if STTub30 driver is used. |
| 44 | - Using dfu-util: | 43 | - Using dfu-util: |
| 45 | 44 | ||
| 46 | 45 | dfu-util --alt 0 --dfuse-address 0x08000000 --download ${NEW_QMK_BIN} | |
| 47 | dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${NEW_QMK_BIN} | ||
| 48 | 46 | ||
| 49 | You can short Boot0 to Vdd by shorting R21 to C27 on the sides closest to the processor, as shown: | 47 | You can short Boot0 to Vdd by shorting R21 to C27 on the sides closest to the processor, as shown: |
| 50 | 48 | ||
