SLOAD(1spp)
NAME
sload − download Motorola S-record images via a serial line
SYNOPSIS
sload [ -a ] console_device
DESCRIPTION
Sload accepts a subset of the Motorola s-record protocol. The record types accepted are: 0, 3, and 7; see srec(5spp) for a description of the s-record format. The UMIPS-BSD command convert(1) may be used to produce s-record images. The UMIPS-BSD command tip(1) may be used to download the s-record images with the tip command "~> file". If the "-a" flag is not specified, the prom will reply to each s-record received having a valid checksum with an ascii ACK, records that checksum incorrectly have an ascii NACK sent in reply.
BUGS
Sload is not used at MIPS, and therefore has not been debugged. Consider it a starting point. Currently, tip does not handle the ACK/NACK acknowledgements, so the -a option should be specified.