summaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-28 16:11:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-28 16:11:41 -0600
commitc15dc671bc31bcf3ed6374f8339d9c170a9a82e5 (patch)
tree821c573706fd7e0775a810780f30d9dcf9666f23 /apps/nshlib
parente817f162e832cc01ab8eba4ce583a139d9c01ee9 (diff)
downloadnuttx-c15dc671bc31bcf3ed6374f8339d9c170a9a82e5.tar.gz
nuttx-c15dc671bc31bcf3ed6374f8339d9c170a9a82e5.tar.bz2
nuttx-c15dc671bc31bcf3ed6374f8339d9c170a9a82e5.zip
SAMA5D4-EK: NSH confuration now has FAT/ROMFS, /dev/zero, /dev/random via TRNG, an NSH startup script, and a RAM disk at /tmp
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/Kconfig2
-rw-r--r--apps/nshlib/README.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index 4440fcaca..d4bca38e7 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -536,7 +536,7 @@ config NSH_ARCHROMFS
config NSH_FATDEVNO
int "FAT block device minor number"
- default 0
+ default 1
depends on FS_FAT
---help---
When the default rcS file used when NSH_ROMFSETC is selected, it
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index 7a59e7c06..f4dc84be7 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -211,7 +211,7 @@ Modifying the ROMFS Image
The contents of the /etc directory are retained in the file
apps/nshlib/nsh_romfsimg.h (OR, if CONFIG_NSH_ARCHROMFS
-is defined, include/arch/board/rcs.template). In order to modify
+is defined, include/arch/board/rcS.template). In order to modify
the start-up behavior, there are three things to study:
1. Configuration Options.