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 | |
parent | 37d2f6dc2aed10e35f497c269a6e988e10436268 (diff) |
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
-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 a985e5d2b2..fa0a5e2ba5 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 >>> dfu-programmer atmega32u4 reset ``` -If you have any issues with this, you may need to this: - - sudo make <my_keyboard>:<my_keymap>:dfu +?> If you have any issues with this - such as `dfu-programmer: no device present` - please see the [Frequently Asked Build Questions](faq_build.md). #### DFU commands |