diff options
| author | Phil Schalm <pnomolos@gmail.com> | 2019-07-12 05:42:21 -0700 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-07-12 05:42:21 -0700 |
| commit | 663ca6ba9db59e05f1ba057ad4c0e3ff3cb0cff1 (patch) | |
| tree | b352b273b03b8e1b74f4e90c2b5f888fe257adc6 /docs/newbs_flashing.md | |
| parent | 37d2f6dc2aed10e35f497c269a6e988e10436268 (diff) | |
| download | qmk_firmware-663ca6ba9db59e05f1ba057ad4c0e3ff3cb0cff1.tar.gz qmk_firmware-663ca6ba9db59e05f1ba057ad4c0e3ff3cb0cff1.zip | |
Documentation: Newbs Flashing: Hightlight that sudo may be needed (#6300)
* Hightlight that sudo may be needed
Also added "dfu-programmer: no device present" in so that anyone searching for that particular error can hopefully find the page.
* Use new style of indicating a warning
* Indicate that the FAQ should be read instead of blindly using sudo
Diffstat (limited to 'docs/newbs_flashing.md')
| -rw-r--r-- | docs/newbs_flashing.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/newbs_flashing.md b/docs/newbs_flashing.md index a985e5d2b..fa0a5e2ba 100644 --- a/docs/newbs_flashing.md +++ b/docs/newbs_flashing.md | |||
| @@ -127,9 +127,7 @@ Once it does this, you'll want to reset the controller. It should then show out | |||
| 127 | >>> dfu-programmer atmega32u4 reset | 127 | >>> dfu-programmer atmega32u4 reset |
| 128 | ``` | 128 | ``` |
| 129 | 129 | ||
| 130 | If you have any issues with this, you may need to this: | 130 | ?> If you have any issues with this - such as `dfu-programmer: no device present` - please see the [Frequently Asked Build Questions](faq_build.md). |
| 131 | |||
| 132 | sudo make <my_keyboard>:<my_keymap>:dfu | ||
| 133 | 131 | ||
| 134 | #### DFU commands | 132 | #### DFU commands |
| 135 | 133 | ||
