From: Phil Schalm Date: Fri, 12 Jul 2019 12:42:21 +0000 (-0700) Subject: Documentation: Newbs Flashing: Hightlight that sudo may be needed (#6300) X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=commitdiff_plain;h=663ca6ba9db59e05f1ba057ad4c0e3ff3cb0cff1;hp=37d2f6dc2aed10e35f497c269a6e988e10436268 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 --- 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 >>> dfu-programmer atmega32u4 reset ``` -If you have any issues with this, you may need to this: - - sudo make ::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