User guide

60 DC 900-1338I
Protocol Software Toolkit Programmer Guide
Note
Do not remove the comment indicator (#) from the LOAD
buffer.size
statement if the buffer size is to be the default
(Section 4.1.3 on page 64).
#----------------------------------------------------------------------------#
#
# spsload - Protocol load file to be used to load the SPS toolkit protocol
# ontoanICP.
#
# Protocol load files are referenced from the server boot configuration file
#
# load files contain LOAD and INIT commands.
# LOAD <fully qualified path name to the .mem file> <load address>
# INIT <initialization address>
#
# If no path name is provided for the .mem files to be loaded, Freeway
# searches the System Boot Directory specified in the Freeway System
# Boot Parameters for the file. A fully qualified path name to
# each file may be used if desired. e.g.
#
# LOAD /usr/local/freeway/boot/sps_fw_2424.mem 818000
#
# for the "sps_fw_2424.mem" file in the "/usr/local/freeway/boot"
# directory on a UNIX host. (see the bootcfg example
# file for example path syntax for various host machines)
#
# Each sps load file must contain an osimpact (xio) .mem file
#andansps.memfile
#
# Uncomment the ICP load/init section below for your ICP model.
#
#-----------------------------------------------------------------------------#
Figure 41: Protocol Toolkit Download Script File (spsload)