From c15dc671bc31bcf3ed6374f8339d9c170a9a82e5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 28 Jun 2014 16:11:41 -0600 Subject: SAMA5D4-EK: NSH confuration now has FAT/ROMFS, /dev/zero, /dev/random via TRNG, an NSH startup script, and a RAM disk at /tmp --- nuttx/configs/sama5d3x-ek/README.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/sama5d3x-ek') 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 -- cgit v1.2.3