User guide

4: ICP Download, Configuration, and Initialization
DC 900-1338I 63
4.1.1.2 Downloading With the Debug Monitor
During application development you must download the toolkit software with the
debug monitor. The SDS tools are not compatible with VMS platforms, but UNIX,
DOS and Windows versions are available. If you are a VMS user, you can develop and
debug your software with these tools using a PC running under DOS or Windows and
a utility to transport files from the PC to the VMS system. Chapter 5 explains how to
use the SDS debug tools.
The following files are required:
spsload
This is the download script file. You must specify this file name
for the
download_script parameter in your boot configuration
file. The file is in the
freeway/boot directory.
icp2424c.mem,
icp2432c.mem or
icp6000c.mem
This module contains the source-level debug monitor. This file
is in the
freeway/icpcode/proto_kit/icpnnnn
1
directory.
sps_fw_2424.mem,
sps_fw_2432.mem, or
sps_fw_6000.mem
This is the toolkit sample protocol software (SPS) module. This
file is in the
freeway/icpcode/proto_kit/icpnnnn
1
directory. Source
files are in the
freeway/icpcode/proto_kit/src directory. If you
make changes to the source files, you must rebuild the
sps_fw_nnnn.mem module before downloading. The makefile is
in the
freeway/icpcode/proto_kit/icpnnnn directory.
Figure 41 on page 60 shows the
spsload download script file that downloads the toolkit
software when you reboot the Freeway server. Uncomment the debug lines associated
with the type of ICP you are using and modify path names as needed. Do not change the
memory locations (such as
40001200) for the LOAD commands.
1. icpnnnn refers to the icp2424, icp2432, or icp6000 directory.