Update README file

This commit is contained in:
Gregory Nutt
2014-09-08 16:00:57 -06:00
parent e79e29e9b1
commit 0e01bce287
+8 -1
View File
@@ -3825,15 +3825,22 @@ Configurations
$ make import : This will build the file system $ make import : This will build the file system
STATUS: STATUS:
2014-9-4: The kernel works up to the point where the nsh 'init' 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, is started from the file system then fails. This is good,
however, because I do not yet have the file system in place yet. 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
2014-9-8: 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() 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 failures with HSMCI (and, hence, this may be some issue unique to this
configuration). In any a event, this has stopped testing for the configuration). In any a event, this has stopped testing for the
moment. moment.
Also, the mount() in configs/sama5d4x-ek/src/sam_bringup.c will fail
unless you add a delay between the HSMCI initialization and the mount.
No idea why (and there they is now delay in the baseline code... one
has to be added).
nsh: nsh:
This configuration directory provide the NuttShell (NSH). This is a This configuration directory provide the NuttShell (NSH). This is a