summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-28 15:10:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-28 15:10:08 +0000
commitd716782da562d6e80c959ad37d2219eab4e10064 (patch)
tree013ef2cd70f88cac0b22c5f1f5eba65cd95016c4
parentd8777a153c40f29176ac973400982a2d384ecd87 (diff)
downloadnuttx-d716782da562d6e80c959ad37d2219eab4e10064.tar.gz
nuttx-d716782da562d6e80c959ad37d2219eab4e10064.tar.bz2
nuttx-d716782da562d6e80c959ad37d2219eab4e10064.zip
Need to enable SDIO DMA
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2285 42af7a65-404d-4744-a932-0658087f49c3
-rwxr-xr-xnuttx/README.txt15
-rwxr-xr-xnuttx/configs/stm3210e-eval/nsh/defconfig2
2 files changed, 16 insertions, 1 deletions
diff --git a/nuttx/README.txt b/nuttx/README.txt
index 8a69e3e33..83b04f5a2 100755
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -1,10 +1,25 @@
README
^^^^^^
+ o Installation
o Configuring NuttX
o Building NuttX
o Documentation
+INSTALLATION
+^^^^^^^^^^^^
+
+Download and unpack the NuttX tarball. If you are reading this, then you
+have probably already done that. After unpacking, you will end up with a
+directory called nuttx-version (where version is the NuttX version number).
+You might want to rename that directory nuttx to match the various instructions
+in the documentation and some scripts in the source tree.
+
+That nuttx build directory should reside in a path that contains no spaces
+in the higher level directory names. For example, under Cygwin, your home
+directory might be formed from your first and last names like: "/home/First Last".
+That will cause strange errors when the make system tries to build.
+
CONFIGURING NUTTX
^^^^^^^^^^^^^^^^^
diff --git a/nuttx/configs/stm3210e-eval/nsh/defconfig b/nuttx/configs/stm3210e-eval/nsh/defconfig
index bcf572388..97e81e3d5 100755
--- a/nuttx/configs/stm3210e-eval/nsh/defconfig
+++ b/nuttx/configs/stm3210e-eval/nsh/defconfig
@@ -499,7 +499,7 @@ CONFIG_FS_WRITEBUFFER=n
# CONFIG_MMCSD_HAVECARDDETECT
# SDIO driver card detection is 100% accurate
#
-CONFIG_SDIO_DMA=n
+CONFIG_SDIO_DMA=y
CONFIG_MMCSD_MMCSUPPORT=n
CONFIG_MMCSD_HAVECARDDETECT=n