NicheLite for LM3S6965
The NicheLite for LM3S6965 product includes the InterNiche Nichelite
TCP/IP Stack, HTTP Server, FTP Server, and TFTP Server and Client.
The target platform is the EKK-LM3S6965 Ethernet Evaluation Kit from TI / Luminary Micro.
Loading the Software
To download the NicheLite software to the Evaluation Board, please
follow these steps. The Evaluation Kit Quickstart documentation provides
additional information on the CodeSourcery software.
- Install the CodeSourcery software and FTDI drivers on the Host PC.
- Unzip the NicheLite software onto the Host PC.
- Connect a USB cable between the Host PC and the Evaluation board.
Connect a ethernet cable between the Host network and the Evaluation
Board.
- Download the nichelite.bin file to the Evaluation Board using
the lmiflash utility program available from the TI / Luminary Micro
website (http://luminarymicro.com).
$$ lmiflash -m -v -r -f nichelite.bin
- Configure a terminal emulator program, such as HyperTerminal,
to communicate with the virtual COM port of the Evaluation
Board. The COM port should be set to: 115200 baud, no parity,
1 stop bit, and no flow control.
- Press the Reset button on the Evaluation Board to reset the
board and start the NicheLite software. The output from the
NicheLite software initialization will appear in the Terminal
emulator window, followed by the NicheTool "INET>" prompt.
Notes about the NicheLite software:
- The software attempts to obtain an IP address via DHCP. If there
is no DHCP server available, the default is:
IP address: 10.0.0.100
Subnet mask: 255.0.0.0
Gateway: 0.0.0.0
The Evaluation Board's IP address is displayed on the OLED display.
- The web server can be accessed by setting a web browser, such as
Internet Explorer or Mozilla's Firefox, to the URL: http://10.0.0.100
(or the IP address obtained from the DHCP server).
- The FTP server can be accessed by a FTP client running on the
Host PC. The NicheLite Virtual File System contains several
large files for use in evaluating data transfer performance.
A typical FTP sequence might be:
$$ ftp 10.0.0.100
User: guest
Password: guest
ftp> dir
ftp> binary
ftp> get mem2M mem2M
ftp> put mem2M null
ftp> quit
$$
- A Telnet client running on the Host PC can access the Telnet
Server using the login name 'guest' and password 'guest'.
- The TFTP server must be enabled via the 'tfsr' command at the
"INET>" prompt prior to running the TFTP client on the Host PC.
The TFTP server can be exercised from the Host PC via commands
such as:
tftp -i 10.0.0.103 GET mem2M mem2M
tftp -i 10.0.0.103 PUT mem2M null
- The NicheLite software has a one-hour time limit. After one hour,
the software will stop and the Evaluation Board will need to be
rebooted.
*************************************************************************
Known Problems
*************************************************************************
- The Ethernet interface fails to auto-negotiate when connected
to a 10 MB, half-duplex hub device. Auto-negotiation completes
successfully when connected to a 100 MB, full-duplex device.
*************************************************************************
Trouble Shooting
*************************************************************************
If you are unable to access the demo, please check the following:
- That the USB and ethernetl cables are correctly connected,
and the FTDI drivers are installed on the Host PC.
- Please make sure that your PC configuration is as follows:
IP Address : 10.0.0.x
Subnet Mask: 255.0.0.0
Gateway : 0.0.0.0
Serial port: 115200 baud, no parity, 1 stop, no flow control
- There is no other device on the network with the same IP address
as the LM3S6965 Evaluation Board.
- If you are still unable to execute the demo please contact Sales@iNiche.com.
*************************************************************************
For additional product information, please contact:
InterNiche Technologies, Inc.
51 E Campbell Avenue, Suite 160
Campbell, CA 95008
USA
Tel: + 1 408 540 1160
Fax: + 1 408 540 1161
Sales@iNiche.com
|
|
*************************************************************************
Thank for evaluating the Time Limited 1 hr InterNiche TCP/IP Web Server,
FTP Server and Telnet Server Demo