srecord - manipulate eprom load files
Copyright (C) 1998, 2001, 2003, 2006-2010 Peter Miller

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see
<http://www.gnu.org/licenses/>.

LSM = Linux Software Module, an archive description file

Descriptions of the LSM file format can be found in the
/pub/Linux/docs directories of sunsite.unc.edu and tsx-11.mit.edu.

\\$1 'in 8n .. .so etc/version.so

Begin3
Title:
SRecord
Version:
\*(v)
Entered-date:
.nr y4 \n[yr]+1900 \n[dy]\*[MO\n[mo]]\n[y4]
Description:
The SRecord package is a collection of powerful tools for manipulating EPROM load files. * 'in +2n The SRecord package understands a number of file formats: Motorola S-Record, Intel, Tektronix, Binary. These file formats may be read and written. Also, C array definitions for output only. * 'in +2n The SRecord package has a number of tools: srec_cat for copying and and converting files, srec_cmp for comparing files, and srec_info for examining files. * 'in +2n The SRecord package has a number for filters: checksum to insert checksums, crop to keep address ranges, exclude to remove address ranges, fill to fill data holes, length to insert data length, maximum to insert data address maximum, minimum to insert data address minimum, and offset to adjust addresses. More than one filter may be applied to each input file. Different filters may be applied to each input file. All filters may be applied to all file formats. SRecord runs on almost any flavor of UNIX. Self configuring using a GNU Autoconf generated configure script. There are no modifications required to compile it for Linux.
Keywords:
EPROM, srecord, motorola, intel
Author:
pmiller@opensource.org.au (Peter Miller)
Primary-site:
http://srecord.sourceforge.net/
srecord-\*(v).README Description, from the tar file
srecord-\*(v).lsm Description, LSM format
srecord-\*(v).spec RedHat package specification
srecord-\*(v).tar.gz The complete sources.
srecord-\*(v).pdf Reference Manual, Acrobat format
Secondary-site:
metalab.unc.edu /pub/Linux/apps/circuits
srecord-\*(v).README Description, from the tar file
srecord-\*(v).lsm Description, LSM format
srecord-\*(v).spec RedHat package specification
srecord-\*(v).tar.gz The complete sources.
srecord-\*(v).pdf Reference Manual, Acrobat format
Copying-policy:
GPL 2.0
End