aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/mirtoo/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-26 18:58:52 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-26 18:58:52 +0000
commitb96e5cf7f787e2606658db7243a7fba80d88374f (patch)
tree741e5b33a72c2d72cf5140285b050f93740c4160 /nuttx/configs/mirtoo/README.txt
parent4ba6eec999d9b080416ced6fc8ece2bb390fa89c (diff)
downloadpx4-firmware-b96e5cf7f787e2606658db7243a7fba80d88374f.tar.gz
px4-firmware-b96e5cf7f787e2606658db7243a7fba80d88374f.tar.bz2
px4-firmware-b96e5cf7f787e2606658db7243a7fba80d88374f.zip
Mirtoo: Switch to SPI mode 1
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4872 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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