diff options
| author | Colin T.A. Gray <colinta@gmail.com> | 2018-10-22 14:19:51 -0400 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-10-22 11:19:51 -0700 |
| commit | 91bfbb62560cc237066de2392eefbb271eff9d6b (patch) | |
| tree | 93e4111e2b7185262209a7aa4853087a7b732d05 | |
| parent | dedbc37196d5b9d9ccbb5654441fd84f820c4a7b (diff) | |
| download | qmk_firmware-91bfbb62560cc237066de2392eefbb271eff9d6b.tar.gz qmk_firmware-91bfbb62560cc237066de2392eefbb271eff9d6b.zip | |
Updates docs - planck 6 and macos instructions (#4201)
* add note about how to install rev6 (dfu-util)
* include instructions on installing dfu-util on macOS
| -rw-r--r-- | docs/faq_build.md | 2 | ||||
| -rw-r--r-- | docs/getting_started_build_tools.md | 1 | ||||
| -rw-r--r-- | keyboards/planck/readme.md | 4 |
3 files changed, 7 insertions, 0 deletions
diff --git a/docs/faq_build.md b/docs/faq_build.md index 00a0d386b..465a283ae 100644 --- a/docs/faq_build.md +++ b/docs/faq_build.md | |||
| @@ -105,10 +105,12 @@ The solution is to remove and reinstall all affected modules. | |||
| 105 | ``` | 105 | ``` |
| 106 | brew rm avr-gcc | 106 | brew rm avr-gcc |
| 107 | brew rm dfu-programmer | 107 | brew rm dfu-programmer |
| 108 | brew rm dfu-util | ||
| 108 | brew rm gcc-arm-none-eabi | 109 | brew rm gcc-arm-none-eabi |
| 109 | brew rm avrdude | 110 | brew rm avrdude |
| 110 | brew install avr-gcc | 111 | brew install avr-gcc |
| 111 | brew install dfu-programmer | 112 | brew install dfu-programmer |
| 113 | brew install dfu-util | ||
| 112 | brew install gcc-arm-none-eabi | 114 | brew install gcc-arm-none-eabi |
| 113 | brew install avrdude | 115 | brew install avrdude |
| 114 | ``` | 116 | ``` |
diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md index c1e02d4e0..dd3e7805a 100644 --- a/docs/getting_started_build_tools.md +++ b/docs/getting_started_build_tools.md | |||
| @@ -58,6 +58,7 @@ If you're using [homebrew,](http://brew.sh/) you can use the following commands: | |||
| 58 | brew update | 58 | brew update |
| 59 | brew install avr-gcc@7 | 59 | brew install avr-gcc@7 |
| 60 | brew install dfu-programmer | 60 | brew install dfu-programmer |
| 61 | brew install dfu-util | ||
| 61 | brew install gcc-arm-none-eabi | 62 | brew install gcc-arm-none-eabi |
| 62 | brew install avrdude | 63 | brew install avrdude |
| 63 | 64 | ||
diff --git a/keyboards/planck/readme.md b/keyboards/planck/readme.md index f857c546c..083279e8a 100644 --- a/keyboards/planck/readme.md +++ b/keyboards/planck/readme.md | |||
| @@ -13,4 +13,8 @@ Make example for this keyboard (after setting up your build environment): | |||
| 13 | 13 | ||
| 14 | make planck/rev4:default | 14 | make planck/rev4:default |
| 15 | 15 | ||
| 16 | Install examples: | ||
| 17 | |||
| 18 | make planck/rev6:default:dfu-util | ||
| 19 | |||
| 16 | See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. | 20 | See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. |
