SSV DNP/5280 Manuel utilisateur

DIL/NetPC DNP
/
5280
Board Revision 1.0
Installing a PPP Connection
User Manual
SSV Embedded Systems
Heisterbergallee 72
D-30453 Hannover
Phone: +49-(0)511-40 000-0
Fax: +49-(0)511-40 000-40
Manual Revision: 1.0
Date: 2006-04-03
For further information regarding our products please visit us at www.ssv-embedded.de

DIL/NetPC DNP/5280 – Content
SSV
EMBEDDED
SYSTEMS
2
CONTENT
1INTRODUCTION...............................................................................................................3
1.1 Hardware Requirements............................................................................................................3
1.2 Software Requirements.............................................................................................................3
2PREPARATIONS ..............................................................................................................4
2.1 Serial Links between Evaluation Board and PC .......................................................................4
2.2 Ethernet Link between Evaluation Board and PC ....................................................................5
2.3 Configuring Ethernet Link........................................................................................................6
2.4 Connecting Power Supply.........................................................................................................7
2.5 Configuring HyperTerminal .....................................................................................................8
3INSTALLING THE PPP CONNECTION ............................................................................9
3.1 Uploading the PPP Files on the DNP/5280 ..............................................................................9
3.2 Installing the PPP Files on the DNP/5280 ..............................................................................11
3.3 Starting the PPP Connection on the DNP/5280......................................................................11
3.4 Creating the PPP Connection on the Windows PC.................................................................12
3.5 Configuring the PPP Connection on the Windows PC...........................................................16
3.6 Testing the PPP Connection....................................................................................................18
CONTACT .............................................................................................................................19
DOCUMENT HISTORY .........................................................................................................19
COPYRIGHT .........................................................................................................................19

DIL/NetPC DNP/5280 – Introduction
SSV
EMBEDDED
SYSTEMS
3
1 INTRODUCTION
This document describes how to install a PPP (point-to-point) connection for the
DNP/5280 on a Windows-PC. For further information about the individual components
of this product you may follow the links from our website at http://www.dilnetpc.com.
Our website contains a lot of technical information, which will be updated in regular
periods.
1.1 Hardware Requirements
The following hardware is needed to install a PPP connection on the DNP/5280:
•One PC with Windows XP and two unused COM ports
•One Evaluation Board (e.g. EVA6) with mounted DNP/5280 and two COM ports
•One plug-in power supply (5 VDC)
•One Ethernet cross-over cable
•Two null modem cables
1.2 Software Requirements
•dnp5280-ppp-winxp.tar.gz (Starter Kit CD directory CD:\uClinux\ppp)
•Tftpd32 (download from http://tftpd32.jounin.net)
Tftpd32 is a small TFTP server and client software. It is needed to transfer the dnp5280-
ppp-winxp.tar.gz to the DNP/5280. Tftpd32 works without installation, just run the
tftpd32.exe. Tftpd32 is freeware.

DIL/NetPC DNP/5280 – Preparations
SSV
EMBEDDED
SYSTEMS
4
2 PREPARATIONS
2.1 Serial Links between Evaluation Board and PC
Setup the serial links between the Evaluation Board and your PC. Use the null modem
cables for these connections.
The first serial link is for communication between the DNP/5280 and your PC via
HyperTerminal. Connect one end of null modem cable #1 with the COM1 port of your
PC. Connect the other end with the COM1 port of the Evaluation Board.
Figure 1: Serial links between Evaluation Board and PC
The second serial link creates the PPP connection between the DNP/5280 and your PC.
Connect one end of null modem cable #2 with the COM2 port of your PC. Connect the
other end with the COM2 port of the Evaluation Board.
Please make sure that the PC COM ports support 115.200 bps and are unused.

DIL/NetPC DNP/5280 – Preparations
SSV
EMBEDDED
SYSTEMS
5
2.2 Ethernet Link between Evaluation Board and PC
Setup the Ethernet link between the Evaluation Board and your PC. Use an Ethernet
cross-over cable for this connection.
The Ethernet link is for the file transfer between the DNP/5280 and your PC via TFTP.
Connect one end of the Ethernet cross-over cable with the LAN interface of your PC and
the other end with the LAN interface of the Evaluation Board.
Figure 2: Ethernet link between Evaluation Board and PC

DIL/NetPC DNP/5280 – Preparations
SSV
EMBEDDED
SYSTEMS
6
2.3 Configuring Ethernet Link
The IP address of the DNP/5280 is ex factory set to 192.168.0.126. To enable file transfer
between the DNP/5280 and the PC via TFTP, please change the IP address of the PC.
Open the Control Panel and select Network Connections. Right click on the LAN
connection and click on Properties.
Open the tab General and select Internet Protocol (TCP/IP) from the list and click on
Properties.
In the following dialog select Use the following IP address and enter 192.168.0.125 as
IP address and 255.255.255.0 as subnet mask. Click on OK to close the dialog. Click
again on OK to finish the configuration.
Figure 3: Changing the IP address of the LAN connection on the Windows PC

DIL/NetPC DNP/5280 – Preparations
SSV
EMBEDDED
SYSTEMS
7
2.4 Connecting Power Supply
Connect a 5 VDC power supply with a 5.5 mm x 2.5 mm jack plug with the Evaluation
Board.
Figure 4: Power supply for the Evaluation Board
Please pay attention to the polarity of the power connector: the + pole is in the center!
Figure 5: Polarity of the power connector

DIL/NetPC DNP/5280 – Preparations
SSV
EMBEDDED
SYSTEMS
8
2.5 Configuring HyperTerminal
Run HyperTerminal on your PC. Enter a name for the new connection. In the next dialog
select COM1 for the connection.
Figure 6: Direct connection setup with HyperTerminal
Now change the connection parameters to the values of table 1. Make sure, that you use
the COM1 port of your PC and that it supports 115.200 bps.
Figure 7: Parameter setup with HyperTerminal
Parameter Value
Speed 115.200 bps
Data Bits 8
Parity None
Stop Bits 1
Protocol No (Xon/Xoff, RTS/CTS or similar)
Table 1: Setup parameters for HyperTerminal

DIL/NetPC DNP/5280 – Installing the PPP Connection
SSV
EMBEDDED
SYSTEMS
9
3 INSTALLING THE PPP CONNECTION
3.1 Uploading the PPP Files on the DNP/5280
Start the HyperTerminal connection you created in chapter 2.5. If you have not powered
up the Evaluation Board so far, please do it now. Note: Start the DNP/5280 without the
RCM jumper! Wait until the Linux boot process finishes (this may take a few seconds).
Change to the directory var with the command cd ../var.
Figure 8: DNP/5280 boot messages
Run Tftpd32 and browse to the directory where the file dnp5280-ppp-winxp.tar.gz is
stored.
Figure 9: Preparing file transfer with Tftpd32

DIL/NetPC DNP/5280 – Installing the PPP Connection
SSV
EMBEDDED
SYSTEMS
10
Enter the following command in HyperTerminal to start the file transfer:
tftp –g –l dnp5280-ppp-winxp.tar.gz 192.168.0.125 .
Figure 10: Starting file transfer via TFTP
Tftpd32 shows some information about the file transfer.
Figure 11: Successful file transfer with Tftpd32
After uploading the file you can close Tftpd32 and remove the Ethernet link between the
Evaluation Board and the PC.
Table des matières
Autres manuels SSV Carte mère
Manuels Carte mère populaires d'autres marques

Telit Wireless Solutions
Telit Wireless Solutions SL869-3DR Manuel utilisateur

Gigabyte
Gigabyte GA-9IVDT Manuel utilisateur

Texas Instruments
Texas Instruments ADS8372EVM Manuel utilisateur

Commell
Commell MS-C73 Manuel utilisateur

IBT Technologies
IBT Technologies MB860 Manuel utilisateur

Nvidia
Nvidia TEGRA DG-04927-001_V01 Manuel utilisateur












