summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-28 11:08:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-28 11:08:26 -0600
commitd6c088a4acc3cb6fddc40740c2da8c5b27adc244 (patch)
treeba17a5ba694545153078ecd141b170dcfce4f697
parent60830c4ae18f882834b39b7fc0d0eeeaf15ba90a (diff)
downloadnuttx-d6c088a4acc3cb6fddc40740c2da8c5b27adc244.tar.gz
nuttx-d6c088a4acc3cb6fddc40740c2da8c5b27adc244.tar.bz2
nuttx-d6c088a4acc3cb6fddc40740c2da8c5b27adc244.zip
Update README file
-rw-r--r--nuttx/configs/sama5d4-ek/README.txt17
1 files changed, 13 insertions, 4 deletions
diff --git a/nuttx/configs/sama5d4-ek/README.txt b/nuttx/configs/sama5d4-ek/README.txt
index a00ca46c5..7fad01b80 100644
--- a/nuttx/configs/sama5d4-ek/README.txt
+++ b/nuttx/configs/sama5d4-ek/README.txt
@@ -3684,7 +3684,11 @@ Configurations
the warning in the section "Information Common to All Configurations"
for further information.
- 3. This configuration currently has Cortex-A address environments selected for testing. With this option, the MMU is used to create a custom address environment for each ELF program. This option can be disabled in which case the ELF programs will simply execute out normal memory allocated from the heap. To disable this feature:
+ 3. This configuration currently has Cortex-A address environments selected.
+ With this option, the MMU is used to create a custom address environment
+ for each ELF program (effectively making them processes). This option
+ can be disabled in which case the ELF programs will simply execute out
+ normal memory allocated from the heap. To disable this feature:
System Type -> Architecture Options
CONFIG_ARCH_ADDRENV=n : Disable address environment support
@@ -3698,10 +3702,15 @@ Configurations
CONFIG_MM_PGALLOC=n : Disable the page allocator
STATUS:
- 2014-8024: This configuration works with the address environment
+ 2014-8-24: This configuration works with the address environment
option disable.
- 2014-8-25: But still does not even build successfully with the
- address environment option enabled.
+ 2014-8-28: Now this option works well well with address environments
+ enabled. There is a potential issue with the use of
+ task_create() as it is used in the ELF test, but the code
+ seems to survive it. See:
+
+ http://www.nuttx.org/doku.php?id=wiki:nxinternal:memconfigs#task_create
+
nsh:
This configuration directory provide the NuttShell (NSH). This is a