mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
update README
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3277 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+13
-1
@@ -92,9 +92,21 @@ nettest
|
|||||||
cd <nuttx-directory>/tools
|
cd <nuttx-directory>/tools
|
||||||
./Configure.sh sim/nettest
|
./Configure.sh sim/nettest
|
||||||
|
|
||||||
NOTE: The NuttX network is not, however, functional on the TAP
|
NOTES:
|
||||||
|
- The NuttX network is not, however, functional on the Linux TAP
|
||||||
device yet.
|
device yet.
|
||||||
|
|
||||||
|
- 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_EXAMPLE_NETTEST_*) or edit up_wpcap.c to
|
||||||
|
select the IP address that you want to use.
|
||||||
|
|
||||||
nsh
|
nsh
|
||||||
Configures to use the NuttShell at examples/nsh. This configuration
|
Configures to use the NuttShell at examples/nsh. This configuration
|
||||||
may be selected as follows:
|
may be selected as follows:
|
||||||
|
|||||||
Reference in New Issue
Block a user