2007-12-05 04:23:43 +08:00
|
|
|
README
|
|
|
|
^^^^^^
|
|
|
|
|
|
|
|
defconfig
|
|
|
|
^^^^^^^^^
|
|
|
|
The default configuration file, defconfig, performs a
|
|
|
|
simple OS test using examples/ostest. This can be
|
|
|
|
configuration as follows:
|
|
|
|
|
|
|
|
cd tools
|
|
|
|
./configure.sh c5471evm
|
|
|
|
cd -
|
|
|
|
. ./setenv.sh
|
|
|
|
|
|
|
|
netconfig
|
|
|
|
^^^^^^^^^
|
|
|
|
This alternative configuration file, netconfig, may be used
|
|
|
|
instead of the default configuration (defconfig). This
|
|
|
|
configuration enables networking using the c5471's built-in
|
|
|
|
Ethernet interface. It uses examples/nettest to excercise
|
|
|
|
the TCP/IP network.
|
|
|
|
|
2007-12-10 21:28:01 +08:00
|
|
|
nshconfig
|
2007-12-05 04:23:43 +08:00
|
|
|
^^^^^^^^^
|
2007-12-10 21:28:01 +08:00
|
|
|
This configuration file builds NSH (examples/nsh) using the
|
|
|
|
TELNET server front end
|
2007-12-05 04:23:43 +08:00
|
|
|
|
2007-12-11 03:39:26 +08:00
|
|
|
dhcpconfig
|
|
|
|
^^^^^^^^^^
|
|
|
|
This configuration exercises the DHCP client of netutils/dhcpc
|
|
|
|
using examples/uip.
|
|
|
|
|
2007-12-10 21:28:01 +08:00
|
|
|
These alternative configurations can be selected by (using
|
2007-12-05 04:23:43 +08:00
|
|
|
uipconfig as example):
|
|
|
|
|
|
|
|
(Seleted the default configuration as show above)
|
|
|
|
cp config/c5471evm/uiponfig .config
|
|
|
|
|