srec_cmp
collection of powerful tools for manipulating EPROM load files
Install
- All systems
-
curl cmd.cat/srec_cmp.sh
- Debian
-
apt-get install srecord
- Ubuntu
-
apt-get install srecord
- Kali Linux
-
apt-get install srecord
- Fedora
-
dnf install srecord
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install srecord
- OS X
-
brew install srecord
- Raspbian
-
apt-get install srecord
- Dockerfile
- dockerfile.run/srec_cmp
srecord
collection of powerful tools for manipulating EPROM load files
The srecord package is a collection of powerful tools for manipulating EPROM load files. It reads and writes numerous EPROM file formats, and can perform many different manipulations. The tools include: * The srec_cat program may be used to catenate (join) EPROM load files, or portions of EPROM load files, together. Because it understands all of the input and output formats, it can also be used to convert files from one format to another. It also understands filters. * The srec_cmp program may be used to compare EPROM load files, or portions of EPROM load files, for equality. * The srec_info program may be used to print summary information about EPROM load files.
libsrecord0-dbg
library for manipulating EPROM load files (debugging symbols)
The srecord library is a collection of powerful C++ classes for manipulating EPROM load files. It reads and writes numerous EPROM file formats, and can perform many different manipulations. This package contains the debugging symbols for the srecord tools and library.