bdi
Wind
for Tornado™, BDI2000 (MPC8xx/MPC5xx)
User Manual
16
© Copyright 1997-2007 by ABATRON AG Switzerland
V 1.38
2.8 TFTP server for Windows NT
The bdiWind system uses TFTP to access the configuration file and to load the initial VxWorks core.
Because there is no TFTP server bundled with Windows NT, Abatron provides a TFTP server appli-
cation tftpsrv.exe. This WIN32 console application runs as normal user application (not as a system
service).
Command line syntax:
tftpsrv [p] [w] [dRootDirectory]
Without any parameter, the server starts in read-only mode. This means, only read access request
from the client are granted. This is the normal working mode. The bdiWind system needs only read
access to the configuration and VxWorks files.
The parameter [p] enables protocol output to the console window. Try it.
The parameter [w] enables write accesses to the host file system.
The parameter [d] allows to define a root directory.
tftpsrv p
Starts the TFTP server and enables protocol output
tftpsrv p w
Starts the TFTP server, enables protocol output and write accesses are
allowed.
tftpsrv dC:\tftp\
Starts the TFTP server and allows only access to files in C:\tftp and its
subdirectories. As file name, use relative names.
For example "bdi\mpc860.cfg" accesses "C:\tftp\bdi\mpc860.cfg"
You may enter the TFTP server into the Startup group so the server is started every time you login.