forked from mirrors/qmk_firmware
Updated FAQ Build (markdown)
This commit is contained in:
parent
a5fc9c9165
commit
79aa1f3484
1 changed files with 3 additions and 2 deletions
|
@ -14,16 +14,17 @@ Easy way is to use `sudo` command, if you are not familiar with this command che
|
||||||
|
|
||||||
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/sudo.8.html
|
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/sudo.8.html
|
||||||
|
|
||||||
in short,
|
In short when your controller is ATMega32u4,
|
||||||
|
|
||||||
$ sudo dfu-programmer atmega32u4 erase --force
|
$ sudo dfu-programmer atmega32u4 erase --force
|
||||||
$ sudo dfu-programmer atmega32u4 flash hhkb_rn42.hex
|
$ sudo dfu-programmer atmega32u4 flash hhkb_rn42.hex
|
||||||
$ sudo dfu-programmer atmega32u4 reset
|
$ sudo dfu-programmer atmega32u4 reset
|
||||||
|
|
||||||
or
|
or just
|
||||||
|
|
||||||
$ sudo make dfu
|
$ sudo make dfu
|
||||||
|
|
||||||
|
But to run `make` with root privilege is not good idea. Use former method as possible.
|
||||||
|
|
||||||
## Do 'make clean' before 'make'
|
## Do 'make clean' before 'make'
|
||||||
You'll need `make clean` after you edit **config.h** or change options like `KEYMAP`.
|
You'll need `make clean` after you edit **config.h** or change options like `KEYMAP`.
|
||||||
|
|
Loading…
Reference in a new issue