SAMV71-XULT: Allow support for SmartFS again. Problem fixed

This commit is contained in:
Gregory Nutt 2015-11-11 14:28:01 -06:00
parent 041089ba5a
commit c9fc120511
2 changed files with 4 additions and 7 deletions

View File

@ -501,8 +501,7 @@ FLASH:
SmartFS
-------
I tested using the SmartFS FLASH file system. This additional options
enable the SmartFS:
The SmartFS file system is selected with the following settings.
CONFIG_FS_SMARTFS=y
CONFIG_SMARTFS_ERASEDSTATE=0xff
@ -516,7 +515,8 @@ Upon boot, the on-board S25FL116k flash device will appears as:
/dev/smart0
Before SmartFS can be used, it must be formatted:
Before SmartFS can be used, it must be formatted. So this command
must be used one time the first time that the system boots:
nsh> mksmartfs /dev/smart0
@ -533,9 +533,6 @@ A better application design would perform SmartFS initialization
asynchronously on a separate thread to avoid the delay at the user
interface.
Update: SmartFS support is disabled temporarily due to some
integration issues that still need to be resolved.
NXFFS
-----
The NXFFS file system is selected with the following settings.

View File

@ -63,7 +63,7 @@
#define HAVE_MTDCONFIG 1
#define HAVE_S25FL1 1
#define HAVE_S25FL1_NXFFS 1
#undef HAVE_S25FL1_SMARTFS /* There are some issues to be resolved */
#define HAVE_S25FL1_SMARTFS 1
#define HAVE_WM8904 1
#define HAVE_AUDIO_NULL 1