summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-03 12:44:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-03 12:44:37 -0600
commit2c1857df0705b799883b0bc49920b52f6e976e42 (patch)
tree279caf3cc368f0594d4a0138468b68cb33b7f3aa /nuttx/configs/sim/README.txt
parenta44f666cf8bd0a29edb07d3b80659deee5854217 (diff)
downloadpx4-nuttx-2c1857df0705b799883b0bc49920b52f6e976e42.tar.gz
px4-nuttx-2c1857df0705b799883b0bc49920b52f6e976e42.tar.bz2
px4-nuttx-2c1857df0705b799883b0bc49920b52f6e976e42.zip
configs/sim/nettest: Configuration converted to use the kconfig-frontends tools
Diffstat (limited to 'nuttx/configs/sim/README.txt')
-rw-r--r--nuttx/configs/sim/README.txt30
1 files changed, 20 insertions, 10 deletions
diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt
index 7a21d7f31..a05a51b52 100644
--- a/nuttx/configs/sim/README.txt
+++ b/nuttx/configs/sim/README.txt
@@ -277,7 +277,17 @@ nettest
./configure.sh sim/nettest
NOTES:
- - The NuttX network is not, however, functional on the Linux TAP
+ ------
+ 1. This configuration uses the mconf-based configuration tool. To
+ change this configuration using that tool, you should:
+
+ a. Build and install the kconfig mconf tool. See nuttx/README.txt
+ and misc/tools/
+
+ b. Execute 'make menuconfig' in nuttx/ in order to start the
+ reconfiguration process.
+
+ 2. The NuttX network is not, however, functional on the Linux TAP
device yet.
UPDATE: The TAP device does apparently work according to a NuttX
@@ -286,16 +296,16 @@ nettest
waiting from input from the host OS). My failure to get the TAP
device working appears to have been a cockpit error.
- - As of NuttX-5.18, when built on Windows, this test does not try
- to use the TAP device (which is not available on Cygwin anyway),
- but inside will try to use the Cygwin WPCAP library. Only the
- most preliminary testing has been performed with the Cygwin WPCAP
- library, however.
+ 3. As of NuttX-5.18, when built on Windows, this test does not try
+ to use the TAP device (which is not available on Cygwin anyway),
+ but inside will try to use the Cygwin WPCAP library. Only the
+ most preliminary testing has been performed with the Cygwin WPCAP
+ library, however.
- NOTE that the IP address is hard-coded in arch/sim/src/up_wpcap.c.
- You will either need to edit your configuration files to use 10.0.0.1
- on the "target" (CONFIG_EXAMPLES_NETTEST_*) or edit up_wpcap.c to
- select the IP address that you want to use.
+ NOTE that the IP address is hard-coded in arch/sim/src/up_wpcap.c.
+ You will either need to edit your configuration files to use 10.0.0.1
+ on the "target" (CONFIG_EXAMPLES_NETTEST_*) or edit up_wpcap.c to
+ select the IP address that you want to use.
nsh