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/04/19 03:24:22 UTC

[GitHub] [incubator-nuttx] Donny9 commented on a diff in pull request #6081: boards/sim: support rc.sysinit

Donny9 commented on code in PR #6081:
URL: https://github.com/apache/incubator-nuttx/pull/6081#discussion_r852561551


##########
boards/risc-v/esp32c3/esp32c3-devkit/src/README.txt:
##########
@@ -3,12 +3,12 @@ README
 
   Overview
   --------
-  This directory contains logic to support a custom ROMFS start-up script.
-  This startup script is used by by the NSH when it starts provided that
-  CONFIG_NSH_ARCHROMFS=y.  The script provides a ROMFS volume that will be
-  mounted at /etc and will look like this at run-time:
+  This directory contains logic to support a custom ROMFS system-init script
+  and start-up script.  These scripts are used by by the NSH when it starts
+  provided that CONFIG_NSH_ARCHROMFS=y.  These scripts provide a ROMFS volum
+  that will be mounted at /etc and will look like this at run-time:
 
-    NuttShell (NSH) NuttX-10.1.0-RC1
+    NuttShell (NSH) NuttX-7.31

Review Comment:
   Sorry, Done!



##########
boards/renesas/rx65n/rx65n-rsk2mb/include/README.TXT:
##########
@@ -3,13 +3,14 @@ README
 
   Overview
   --------
-  This directory contains logic to support a custom ROMFS start-up script.
-  This startup script is used by by the NSH when it starts provided that
-  CONFIG_NSH_ARCHROMFS=y.  The script provides a ROMFS volume that will be
-  mounted at /etc and will look like this at run-time:
-
-    NuttShell (NSH) NuttX-8.2
-    nsh> ls -l /etc
+  This directory contains logic to support a custom ROMFS system-init script
+  and start-up script.  These scripts are used by by the NSH when it starts
+  provided that CONFIG_NSH_ARCHROMFS=y.  These scripts provide a ROMFS volum
+  that will be mounted at /etc and will look like this at run-time:
+
+    NuttShell (NSH) NuttX-7.31

Review Comment:
   Done!



##########
boards/renesas/rx65n/rx65n-grrose/include/README.TXT:
##########
@@ -3,13 +3,14 @@ README
 
   Overview
   --------
-  This directory contains logic to support a custom ROMFS start-up script.
-  This startup script is used by by the NSH when it starts provided that
-  CONFIG_NSH_ARCHROMFS=y.  The script provides a ROMFS volume that will be
-  mounted at /etc and will look like this at run-time:
-
-    NuttShell (NSH) NuttX-8.2
-    nsh> ls -l /etc
+  This directory contains logic to support a custom ROMFS system-init script
+  and start-up script.  These scripts are used by by the NSH when it starts
+  provided that CONFIG_NSH_ARCHROMFS=y.  These scripts provide a ROMFS volum
+  that will be mounted at /etc and will look like this at run-time:
+
+    NuttShell (NSH) NuttX-7.31

Review Comment:
   Done!



-- 
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