< Home - < Back

srecord


Information about the package, srecord, which is shipped with common Linux distributions. The srecord package is designed for, Manipulate EPROM load files.


Package Name:

srecord

Summary:

Manipulate EPROM load files

Description:

The SRecord package is a collection of powerful tools for manipulating EPROM load files. - The SRecord package understands a number of file formats: Motorola S-Record, Intel, Tektronix, Binary. These file formats may be read and written. Also C array definitions, for output only. - The SRecord package has a number of tools: srec_cat for copying and and converting files, srec_cmp for comparing files and srec_info for printing summaries. - The SRecord package has a number for filters: checksum to add checksums to the data, crop to keep address ranges, exclude to remove address ranges, fill to plug holes in the data, length to insert the data length, maximum to insert the data address maximum, minimum to insert the data address minimum, offset to adjust addresses, and split for wide data buses and memory striping. More than one filter may be applied to each input file. Different filters may be applied to each input file. All filters may be applied to all file formats.

Architecture:

x86_64

Version:

1.56

Release:

2.el6

Size:

348 k

Repository:

epel

From Repository:

Licence:

GPLv3+ and LGPLv3+



Handy Yum Commands for srecord


Control the srecord package with the following handy commands outlined below.


Command

Description of Command

yum install srecord

This command will install srecord on the server.

yum remove srecord

This command will un-install srecord on the server. When you run this command, you will be asked if you are sure that you want to remove srecord, so you have to manually confirm that you want to do this.

yum -y remove srecord

This command will un-install srecord on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove srecord when using the -y flag.

yum update srecord

This command will update srecord to the latest version. When you run this command, you will be asked if you are sure that you want to remove srecord, so you have to manually confirm that you want to do this.

yum -y update srecord

This command will update srecord to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove srecord when using the -y flag.

yum info srecord

This command will show you core information about the srecord package.

yum deplist srecord

This command will show you the dependencies for srecord. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update srecord

This command will check if there is an update waiting on srecord. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.