From d25bd55114b6ea01753ebbf811274bd9e9035b9b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 26 Jun 2012 23:23:08 +0000 Subject: [PATCH] Add logic to un-protect blocks to the SST25 driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4873 42af7a65-404d-4744-a932-0658087f49c3 --- configs/mirtoo/README.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configs/mirtoo/README.txt b/configs/mirtoo/README.txt index 7867dad3f6..a2f8296a29 100644 --- a/configs/mirtoo/README.txt +++ b/configs/mirtoo/README.txt @@ -867,9 +867,11 @@ Where is one of the following: CONFIG_NSH_DISABLE_WGET=y NOTES: (1) It takes many seconds to boot the sytem using the NXFFS - file system because the entire FLASH must be verified on power up. - (2) FAT does not have this delay and this configuration can be - modified to use the (larger) FAT file system as described below: + file system because the entire FLASH must be verified on power up + (a probably several minutes the first time that NXFFS comes up and + had to format the file system). (2) FAT does not have these delays + and this configuration can be modified to use the (larger) FAT file + system as described below: fat: There is no FAT configuration, but the nxffx configuration can be used