table of contents
- bookworm 3.8.1-6.1
- unstable 3.8.1-6.2
- experimental 0~git20171013+dfsg-1+b1
SFMTCVT(1) | General Commands Manual | SFMTCVT(1) |
NAME¶
sfmtcvt - convert Motorola S-Record ROM dumps to binary
SYNOPSIS¶
sfmtcvt [INTERLEAVE] FILE ...
DESCRIPTION¶
sfmtcvt converts ROM dump files in Motorola S-Record format to binary files. In addition to straight conversion, the contents of 2 or 4 dump files (given in the proper sequence on the command line) can be interleaved. Multiple ROM dumps with the same interleave can be given and the result of the conversion is stored in a file of the same name with the extension changed to ".bin".
If INTERLEAVE is not specified, the value 1 is assumed. Permitted values are:
- -1
- Straight conversion.
- -2
- Interleave 2 files.
- -4
- Interleave 4 files.
2017-10-15 | simtools |