2007-11-07 03:58:14 +08:00
|
|
|
README
|
|
|
|
^^^^^^
|
|
|
|
|
2008-08-30 02:11:24 +08:00
|
|
|
Each Neuros OSD configuration is maintained in a sudirectory and
|
|
|
|
can be selected as follow:
|
2007-11-21 04:32:33 +08:00
|
|
|
|
|
|
|
cd tools
|
2008-08-30 02:11:24 +08:00
|
|
|
./configure.sh ntosd-dm320/<subdir>
|
2007-11-21 04:32:33 +08:00
|
|
|
cd -
|
|
|
|
. ./setenv.sh
|
|
|
|
|
2008-08-30 02:11:24 +08:00
|
|
|
Where <subdir> is one of the following:
|
2007-11-21 04:32:33 +08:00
|
|
|
|
2008-08-30 02:11:24 +08:00
|
|
|
ostest
|
|
|
|
^^^^^^
|
|
|
|
This configuration directory, performs a simple OS test using
|
|
|
|
examples/ostest.
|
|
|
|
|
|
|
|
nsh
|
|
|
|
^^^
|
|
|
|
Configures the NuttShell (nsh) located at examples/nsh. The
|
|
|
|
Configuration enables both the serial and telnetd NSH interfaces.
|
|
|
|
|
|
|
|
nettest
|
|
|
|
^^^^^^^
|
|
|
|
This alternative configuration directory may be used to
|
|
|
|
enable networking using the OSDs DM9000A Ethernet interface.
|
|
|
|
It uses examples/nettest to excercise the TCP/IP network.
|
|
|
|
|
|
|
|
uip
|
|
|
|
^^^
|
2007-11-21 04:32:33 +08:00
|
|
|
This configuration file demonstrates the tiny webserver
|
|
|
|
at examples/uip.
|
|
|
|
|
2008-08-30 02:11:24 +08:00
|
|
|
udp
|
|
|
|
^^^
|
|
|
|
This alternative configuration directory is similar to nettest
|
2007-11-23 21:31:28 +08:00
|
|
|
except that is use examples/upd to exercise UDP.
|
|
|
|
|