srecord 1.40 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News srecord 1.40 (Default branch)
# 1  
Old 03-13-2008
srecord 1.40 (Default branch)

SRecord is a collection of powerful tools for manipulating EPROM load files. It understands a number of file formats including Motorola S-Record, Intel hex, Tektronix hex and binary, for both input and output. SRecord filters include cropping, filling, splitting, joining, and more. All filters may be applied to all file formats.License: GNU General Public License v3Changes:
An RPM build problem has been fixed. The dependency on the Boost library is now documented in the BUILDING file. Some build problems with g++ 4.3 have been fixed. A bug has been fixed in the calculation of ranges on the command line: it no longer goes into an infinite loop for "--fill 0xFF -over {empty ranges }". The CRC32 filters now take an -xmodem option, to use an xmodem-like (all bit zero) initial state, rather than the default CCITT (all bits on) initial state.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
RDF2BIN(1)							   Debian Manual							RDF2BIN(1)

NAME
rdf2bin, rdf2com - convert an RDOFF object file to flat binary SYNOPSIS
rdf2bin [-o relocation-origin] [-p segment-alignment] [-f format] input-file output-file rdf2com [-p segment-alignment] input-file output-file rdf2ith [-o relocation-origin] [-p segment-alignment] input-file output-file rdf2srec [-o relocation-origin] [-p segment-alignment] input-file output-file OPTIONS
-o relocation-origin Relocate at origin relocation-origin. If invoked as rdf2com, the default relocation origin will be 0x100. Else, the default origin is 0. -p segment-alignment Pad segments until their size is a multiple of segment-alignment. By default, 16 is used. -f format Specify the output format. The currently supported formats are binary (bin), DOS COM (binary with origin 0x100) (com) Intel hex (ith or ihx), and Motorola S-Records (srec). If not specified, the format is set by the command name. AUTHORS
Julian Hall <jules@earthcorp.com>, H. Peter Anvin <hpa@zytor.com>. This manual page was written by Matej Vela <vela@debian.org>. BUGS
This utility currently only supports the classic segments .text, .data and .bss. Debian Project September 6, 1999 RDF2BIN(1)