summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/sim/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt
index 6e124a3a1..67ff73019 100644
--- a/nuttx/configs/sim/README.txt
+++ b/nuttx/configs/sim/README.txt
@@ -290,6 +290,16 @@ nsh
2. This version has one builtin function: This configuration:
apps/examples/hello.
+ 3. This configuration has BINFS enabled so that the builtin applications
+ can be made visible in the file system. For example:
+
+ NuttShell (NSH) NuttX-6.24
+ nsh> mount -t binfs /bin
+ nsh> ls /bin
+ /bin:
+ hello
+ nsh>
+
nsh2
Description