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-unsubscr...@nuttx.apache.org

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

Reply via email to