srec2fw - convert from SREC format to linux kernel format
Contents
Description
Converts srec firmware files into binary representation for use by Linux kernel.
If the source file is `-' stdin will be read, and if destination file is `-' the converted data will be
written to stdout.
-w Source file uses wide records (16-bit length)
Examples
srec2fwfirmware.hexfirmware.fw
Name
srec2fw - convert from SREC format to linux kernel format
Return Value
Returns 0 if no errors were encountered.
Synopsis
srec2fw [OPTION]... [src.hex] [dst.fw]
