summaryrefslogtreecommitdiff
path: root/nuttx/configs/mirtoo/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-26 18:58:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-26 18:58:52 +0000
commiteedcd72b631ebeb471ae60e5368f230d4bce2eb8 (patch)
tree741e5b33a72c2d72cf5140285b050f93740c4160 /nuttx/configs/mirtoo/README.txt
parent20817513afe659a03bba16ce6ff8ba6ad95aff2a (diff)
downloadpx4-nuttx-eedcd72b631ebeb471ae60e5368f230d4bce2eb8.tar.gz
px4-nuttx-eedcd72b631ebeb471ae60e5368f230d4bce2eb8.tar.bz2
px4-nuttx-eedcd72b631ebeb471ae60e5368f230d4bce2eb8.zip
Mirtoo: Switch to SPI mode 1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4872 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mirtoo/README.txt')
-rw-r--r--nuttx/configs/mirtoo/README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/nuttx/configs/mirtoo/README.txt b/nuttx/configs/mirtoo/README.txt
index e415db3a7..7867dad3f 100644
--- a/nuttx/configs/mirtoo/README.txt
+++ b/nuttx/configs/mirtoo/README.txt
@@ -865,3 +865,17 @@ Where <subdir> is one of the following:
CONFIG_NSH_DISABLE_SH=y
CONFIG_NSH_DISABLE_TEST=y
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:
+
+ fat:
+ There is no FAT configuration, but the nxffx configuration can be used
+ to support the FAT FS if the following changes are made to the NuttX
+ configuration file:
+
+ CONFIG_FS_NXFFS=n
+ CONFIG_FS_FAT=y
+ CONFIG_NSH_DISABLE_MKFATFS=n