You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/24 19:31:37 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7177: boards/b-g474e-dpow1: Fix 'openocd' incantation in README.txt

pkarashchenko commented on code in PR #7177:
URL: https://github.com/apache/incubator-nuttx/pull/7177#discussion_r979293925


##########
boards/arm/stm32/b-g474e-dpow1/README.txt:
##########
@@ -52,7 +52,7 @@ Development Environment
   * Build NuttX.
 
   * Flash the code using:
-    $ openocd -f interface/stlink.cfg -f target/stm32g4x.cfg -c init \
+    $ sudo openocd -f interface/stlink.cfg -f target/stm32g4x.cfg -c init \

Review Comment:
   IMO such things like sudo should not be stated as it is very specific and user may run the system with root permissions already. But if that is convenient for copy pasting then I'm fine with that. I mean that some instructions state `apt install xxx` and other `sudo apt install xxx`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org