summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-01 16:33:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-01 16:33:47 +0000
commit0573d98ebd5a83a2e6cf11f2b16abd7896d5450f (patch)
tree8ba80dbcc6c246d6520e968fac44e2e80cd747c1 /nuttx/configs/lm3s6965-ek/README.txt
parentbe55907da3658170e9f7af751dfe42275c7e797b (diff)
downloadpx4-nuttx-0573d98ebd5a83a2e6cf11f2b16abd7896d5450f.tar.gz
px4-nuttx-0573d98ebd5a83a2e6cf11f2b16abd7896d5450f.tar.bz2
px4-nuttx-0573d98ebd5a83a2e6cf11f2b16abd7896d5450f.zip
All lm3s6965-ek configurations converted to use kconfig-frontends
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5470 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/README.txt')
-rw-r--r--nuttx/configs/lm3s6965-ek/README.txt59
1 files changed, 53 insertions, 6 deletions
diff --git a/nuttx/configs/lm3s6965-ek/README.txt b/nuttx/configs/lm3s6965-ek/README.txt
index 1e3aed2d9..09a07ec68 100644
--- a/nuttx/configs/lm3s6965-ek/README.txt
+++ b/nuttx/configs/lm3s6965-ek/README.txt
@@ -478,21 +478,68 @@ Where <subdir> is one of the following:
Configures the NuttShell (nsh) located at examples/nsh. The
Configuration enables both the serial and telnetd NSH interfaces.
- NOTE: As it is configured now, you MUST have a network connected.
- Otherwise, the NSH prompt will not come up because the Ethernet
- driver is waiting for the network to come up. That is probably
- a bug in the Ethernet driver behavior!
+ NOTES:
+ 1. This configuration uses the mconf-based configuration tool. To
+ change this configuration using that tool, you should:
- Network File System (NFS) support can be added by setting the
- following in your configuration file:
+ a. Build and install the mconf tool. See nuttx/README.txt and
+ misc/tools/
+
+ b. Execute 'make menuconfig' in nuttx/ in order to start the
+ reconfiguration process.
+
+ 2. Default platform/toolchain:
+
+ CONFIG_HOST_LINUX=y : Linux (Cygwin under Windows okay too).
+ CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : Buildroot (arm-nuttx-elf-gcc)
+ CONFIG_RAW_BINARY=y : Output formats: ELF and raw binary
+
+ 3. As it is configured now, you MUST have a network connected.
+ Otherwise, the NSH prompt will not come up because the Ethernet
+ driver is waiting for the network to come up. That is probably
+ a bug in the Ethernet driver behavior!
+
+ 4. Network File System (NFS) support can be added by setting the
+ following in your configuration file:
CONFIG_NFS=y
+
nx:
And example using the NuttX graphics system (NX). This example
uses the P14201 OLED driver.
+ NOTES:
+ 1. This configuration uses the mconf-based configuration tool. To
+ change this configuration using that tool, you should:
+
+ a. Build and install the mconf tool. See nuttx/README.txt and
+ misc/tools/
+
+ b. Execute 'make menuconfig' in nuttx/ in order to start the
+ reconfiguration process.
+
+ 2. Default platform/toolchain:
+
+ CONFIG_HOST_LINUX=y : Linux (Cygwin under Windows okay too).
+ CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : Buildroot (arm-nuttx-elf-gcc)
+ CONFIG_RAW_BINARY=y : Output formats: ELF and raw binary
+
ostest:
This configuration directory, performs a simple OS test using
examples/ostest.
+ NOTES:
+ 1. This configuration uses the mconf-based configuration tool. To
+ change this configuration using that tool, you should:
+
+ a. Build and install the mconf tool. See nuttx/README.txt and
+ misc/tools/
+
+ b. Execute 'make menuconfig' in nuttx/ in order to start the
+ reconfiguration process.
+
+ 2. Default platform/toolchain:
+ CONFIG_HOST_LINUX=y : Linux (Cygwin under Windows okay too).
+ CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : Buildroot (arm-nuttx-elf-gcc)
+ CONFIG_RAW_BINARY=y : Output formats: ELF and raw binary