mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-12 03:24:37 +00:00
Update PCB_GUIDE.md
This commit is contained in:
parent
bcf847e58a
commit
52b3ddb521
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,7 @@ Generally, the instructions to flash the PCB are as follows:
|
||||||
4. Press the reset button on the PCB/press the key with the `RESET` keycode
|
4. Press the reset button on the PCB/press the key with the `RESET` keycode
|
||||||
5. `make <arguments> dfu` - use the necessary `KEYMAP=<keymap>` and/or `COMMON=true` arguments here.
|
5. `make <arguments> dfu` - use the necessary `KEYMAP=<keymap>` and/or `COMMON=true` arguments here.
|
||||||
|
|
||||||
### Troubleshooting
|
## Troubleshooting
|
||||||
If you see something like this
|
If you see something like this
|
||||||
|
|
||||||
0 [main] sh 13384 sync_with_child: child 9716(0x178) died before initialization with status code 0xC0000142
|
0 [main] sh 13384 sync_with_child: child 9716(0x178) died before initialization with status code 0xC0000142
|
||||||
|
@ -64,6 +64,7 @@ after running 'make' on Windows than you are encountering a very popular issue w
|
||||||
You can easily fix this problem by replacing msys-1.0.dll in WinAVR/utils/bin with [this one](http://www.madwizard.org/download/electronics/msys-1.0-vista64.zip).
|
You can easily fix this problem by replacing msys-1.0.dll in WinAVR/utils/bin with [this one](http://www.madwizard.org/download/electronics/msys-1.0-vista64.zip).
|
||||||
Restart your system and everything should work fine!
|
Restart your system and everything should work fine!
|
||||||
|
|
||||||
|
|
||||||
If you see this
|
If you see this
|
||||||
|
|
||||||
dfu-programmer atmega32u4 erase
|
dfu-programmer atmega32u4 erase
|
||||||
|
|
Loading…
Reference in a new issue