logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

srec2fw - convert from SREC format to linux kernel format

Author

       Karl  Relton  <karllinuxtest.relton@ntlworld.com>,  David  Woodhouse  <dwmw2@infradead.org>,  Jan  Harkes
       <jaharkes@cs.cmu.edu>

                                                                                                      SREC2FW(1)

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]

See Also