Rename SAMA5D4-EK kernel configuration to knsh for consistency with naming for other platforms
This commit is contained in:
parent
31a908ea3a
commit
507a4268db
@ -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).
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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>
|
@ -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>
|
Loading…
Reference in New Issue
Block a user