summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-07 00:41:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-07 00:41:20 +0000
commit4cbf161808a3d24a0e32d879e214bdbe2681bbb8 (patch)
tree3dca07e0e1fb48cde375139842fd6d08f8bc9c1d /nuttx/configs/ntosd-dm320/README.txt
parent1e867d45d8c0dcdcd5ced2c2cd9c359f6b2d7e76 (diff)
downloadpx4-nuttx-4cbf161808a3d24a0e32d879e214bdbe2681bbb8.tar.gz
px4-nuttx-4cbf161808a3d24a0e32d879e214bdbe2681bbb8.tar.bz2
px4-nuttx-4cbf161808a3d24a0e32d879e214bdbe2681bbb8.zip
Add toolchain info
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1150 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ntosd-dm320/README.txt')
-rw-r--r--nuttx/configs/ntosd-dm320/README.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/nuttx/configs/ntosd-dm320/README.txt b/nuttx/configs/ntosd-dm320/README.txt
index 6e620f3d6..e05757ecc 100644
--- a/nuttx/configs/ntosd-dm320/README.txt
+++ b/nuttx/configs/ntosd-dm320/README.txt
@@ -1,6 +1,36 @@
README
^^^^^^
+Toolchain
+^^^^^^^^^
+
+ A GNU GCC-based toolchain is assumed. The files */setenv.sh should
+ be modified to point to the correct path to the SH toolchain (if
+ different from the default).
+
+ If you have no SH toolchain, one can be downloaded from the NuttX
+ SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
+
+ 1. You must have already configured Nuttx in <some-dir>nuttx.
+
+ cd tools
+ ./configure.sh ntosd-dm320/<sub-dir>
+
+ 2. Download the latest buildroot package into <some-dir>
+
+ 3. unpack
+
+ 4. cd <some-dir>/buildroot
+
+ 5. cp configs/arm-defconfig .config
+
+ 6. make oldconfig
+
+ 7. make
+
+ 8. Edit setenv.h so that the PATH variable includes the path to the
+ newly built binaries.
+
ARM/DM320-specific Configuration Options
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^