A SERVICE OF

logo

Chapter 6 121
Processor-dependent code firmware loader
pdcfl loading, booting, and setup
This requires making these entries to the following files:
To /etc/services make the following entry:
tftp 69/udp Trivial File Transfer Protocol
To /etc/inetd.conf make the following entry:
tftp dgram udp wait root /usr/lbin/tftpd tftpd -R 15
Also send a HUP to inetd.
To /etc/passwd make the following entry:
tftp:*:510:20::/spp/firmware:/usr/bin/false
Files for loading to FLASH can then be placed in the /spp/firmware
directory.