summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek
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 /nuttx/configs/sama5d3x-ek
parente817f162e832cc01ab8eba4ce583a139d9c01ee9 (diff)
downloadpx4-nuttx-c15dc671bc31bcf3ed6374f8339d9c170a9a82e5.tar.gz
px4-nuttx-c15dc671bc31bcf3ed6374f8339d9c170a9a82e5.tar.bz2
px4-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 'nuttx/configs/sama5d3x-ek')
-rw-r--r--nuttx/configs/sama5d3x-ek/README.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/configs/sama5d3x-ek/README.txt b/nuttx/configs/sama5d3x-ek/README.txt
index 2f127b1aa..802704c75 100644
--- a/nuttx/configs/sama5d3x-ek/README.txt
+++ b/nuttx/configs/sama5d3x-ek/README.txt
@@ -2535,14 +2535,18 @@ TRNG and /dev/random
NSH can be configured to enable the SAMA5 TRNG peripheral so that it
provides /dev/random. The following configuration will enable the TRNG,
- /dev/random, and the simple test of /dev/random at apps/examples/ranadom:
+ and support for /dev/random:
System Type:
CONFIG_SAMA5_TRNG=y : Enable the TRNG peripheral
- Drivers (automatically selected):
+ Drivers:
CONFIG_DEV_RANDOM=y : Enable /dev/random
+ A simple test of /dev/random is available at apps/examples/random and
+ can be enabled as a NSH application via the following additional
+ configuration settings:
+
Applications -> Examples
CONFIG_EXAMPLES_RANDOM=y : Enable apps/examples/random
CONFIG_EXAMPLES_MAXSAMPLES=64 : Default settings are probably OK