mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +08:00
Doc: Remove MOTD string from nsh shell on simulator
Build Documentation / build-html (push) Has been cancelled
Build Documentation / build-html (push) Has been cancelled
Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
e9cb6907c8
commit
e745b8ec7f
@@ -63,12 +63,8 @@ Compiling
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ ./nuttx
|
$ ./nuttx
|
||||||
login: admin
|
|
||||||
password: Administrator
|
|
||||||
User Logged-in!
|
|
||||||
|
|
||||||
NuttShell (NSH) NuttX-9.1.0
|
NuttShell (NSH) NuttX-12.10.0
|
||||||
MOTD: username=admin password=Administrator
|
|
||||||
nsh> help
|
nsh> help
|
||||||
help usage: help [-v] [<cmd>]
|
help usage: help [-v] [<cmd>]
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,7 @@ README
|
|||||||
provided that CONFIG_ETC_ROMFS=y. These scripts provide a ROMFS volume
|
provided that CONFIG_ETC_ROMFS=y. These scripts provide a ROMFS volume
|
||||||
that will be mounted at /etc and will look like this at run-time:
|
that will be mounted at /etc and will look like this at run-time:
|
||||||
|
|
||||||
NuttShell (NSH) NuttX-7.31
|
NuttShell (NSH) NuttX-12.10.0
|
||||||
MOTD: username=admin password=Administrator
|
|
||||||
nsh> ls -Rl /etc
|
nsh> ls -Rl /etc
|
||||||
/etc:
|
/etc:
|
||||||
dr-xr-xr-x 0 .
|
dr-xr-xr-x 0 .
|
||||||
|
|||||||
@@ -33,12 +33,8 @@ Running
|
|||||||
When the compilation finishes it will create a ``nuttx`` binary, then run it::
|
When the compilation finishes it will create a ``nuttx`` binary, then run it::
|
||||||
|
|
||||||
$ ./nuttx
|
$ ./nuttx
|
||||||
login: admin
|
|
||||||
password: Administrator
|
|
||||||
User Logged-in!
|
|
||||||
|
|
||||||
NuttShell (NSH) NuttX-10.1.0
|
NuttShell (NSH) NuttX-12.10.0
|
||||||
MOTD: username=admin password=Administrator
|
|
||||||
nsh> ?
|
nsh> ?
|
||||||
help usage: help [-v] [<cmd>]
|
help usage: help [-v] [<cmd>]
|
||||||
|
|
||||||
|
|||||||
@@ -83,8 +83,7 @@ computer.
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ ./nuttx
|
$ ./nuttx
|
||||||
NuttShell (NSH) NuttX-8.2
|
NuttShell (NSH) NuttX-12.10.0
|
||||||
MOTD: username=admin password=Administrator
|
|
||||||
|
|
||||||
Success!
|
Success!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user