summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-08 11:05:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-08 11:05:05 -0600
commit4bf9392077da78c8e1d5af97450c4d58d269c734 (patch)
tree44de485036a77d47fb2c0b35b7c27ac573fd2976
parent755f7fb8a77d0f24f70e8395b4bf903a244c5ebf (diff)
downloadnuttx-4bf9392077da78c8e1d5af97450c4d58d269c734.tar.gz
nuttx-4bf9392077da78c8e1d5af97450c4d58d269c734.tar.bz2
nuttx-4bf9392077da78c8e1d5af97450c4d58d269c734.zip
Rename SAMA5D4-EK kernel configuration to knsh for consistency with naming for other platforms
-rwxr-xr-xnuttx/ChangeLog3
-rw-r--r--nuttx/configs/sama5d4-ek/README.txt11
-rw-r--r--nuttx/configs/sama5d4-ek/knsh/Make.defs (renamed from nuttx/configs/sama5d4-ek/kernel/Make.defs)2
-rw-r--r--nuttx/configs/sama5d4-ek/knsh/defconfig (renamed from nuttx/configs/sama5d4-ek/kernel/defconfig)0
-rwxr-xr-xnuttx/configs/sama5d4-ek/knsh/setenv.sh (renamed from nuttx/configs/sama5d4-ek/kernel/setenv.sh)2
5 files changed, 13 insertions, 5 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1239e57e0..de62ca1ca 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8432,3 +8432,6 @@
* Several pthread interfaces: A ddconst storage class to to phthread
parameters. From Freddie Chopin (2014-9-8).
* libc/math: Corrected atan2 implementations from Denis Arnst (2014-9-8).
+ * sama5d4-ek/knsh: Rename the kernel configuration to knsh to better
+ match the naming used with other platforms (2014-9-8).
+
diff --git a/nuttx/configs/sama5d4-ek/README.txt b/nuttx/configs/sama5d4-ek/README.txt
index d6954e338..21609dab1 100644
--- a/nuttx/configs/sama5d4-ek/README.txt
+++ b/nuttx/configs/sama5d4-ek/README.txt
@@ -3527,7 +3527,7 @@ Configurations
the description below and the section above entitled "Creating and
Using DRAMBOOT" for more information
elf: Demonstrates execution of ELF file from a file system.
- kernel: A configuration used to test the SAMA5D kernel build
+ knsh: An NSH configuration used to test the SAMA5D kernel build
configuration. Uses a tiny NSH configuration that runs at
start time from a mounted file system.
nsh: This is an NuttShell (NSH) configuration that supports extensive
@@ -3727,8 +3727,8 @@ Configurations
2014-8-29: System call interface verified.
- kernel:
- A configuration used to test the SAMA5D kenel build configuration.
+ knsh:
+ An NSH configuration used to test the SAMA5D kenel build configuration.
More to come... this is still a work in progress as of this writing.
NOTES:
@@ -3828,6 +3828,11 @@ Configurations
2014-9-4: The kernel works up to the point where the nsh 'init'
is started from the file system then fails. This is good,
however, because I do not yet have the file system in place yet.
+ 2014-9-4: I am seeing HSMCI read() failures while loading the ELF image
+ from the SD card. This seems odd since I have never seen other read()
+ failures with HSMCI (and, hence, this may be some issue unique to this
+ configuration). In any a event, this has stopped testing for the
+ moment.
nsh:
diff --git a/nuttx/configs/sama5d4-ek/kernel/Make.defs b/nuttx/configs/sama5d4-ek/knsh/Make.defs
index 88c4130f7..3fbae5639 100644
--- a/nuttx/configs/sama5d4-ek/kernel/Make.defs
+++ b/nuttx/configs/sama5d4-ek/knsh/Make.defs
@@ -1,5 +1,5 @@
############################################################################
-# configs/sama5d4-ek/kernel/Make.defs
+# configs/sama5d4-ek/knsh/Make.defs
#
# Copyright (C) 2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d4-ek/kernel/defconfig b/nuttx/configs/sama5d4-ek/knsh/defconfig
index 2758f7672..2758f7672 100644
--- a/nuttx/configs/sama5d4-ek/kernel/defconfig
+++ b/nuttx/configs/sama5d4-ek/knsh/defconfig
diff --git a/nuttx/configs/sama5d4-ek/kernel/setenv.sh b/nuttx/configs/sama5d4-ek/knsh/setenv.sh
index d50ded2de..7e1fc1a06 100755
--- a/nuttx/configs/sama5d4-ek/kernel/setenv.sh
+++ b/nuttx/configs/sama5d4-ek/knsh/setenv.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# configs/sama5d4-ek/kernel/setenv.sh
+# configs/sama5d4-ek/knsh/setenv.sh
#
# Copyright (C) 2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>