Manual Page Result
0
Command: eprom | Section: 10 | Source: UNIX v10 | File: eprom.10
EPROM(10.1) EPROM(10.1)
NAME
eprom - read and write eproms through the Promac 2A promwriter
SYNOPSIS
eprom [ option ] ...
DESCRIPTION
Eprom serves as an interface to the RS-232 interface of the Promac 2A
promwriter. Options are used to specify the eprom type, eprom manufac-
turer, and whether the prom is to be read or written. With no options
eprom prints out a usage message.
-w Specifies that the eprom is to be written; default is read.
-R Specifies that the eprom is to be read.
-V Specifies that the eprom is to be verified.
-P Specifies that the eprom is to be programmed from data in Promac
RAM using block limits previously specified.
-L Specifies that the eprom is to be copied to Promac RAM.
-D Specifies that the Promac RAM is to be downloaded from the host
(no device is used).
-sn Specifies a starting address (default 0) in the eprom in deci-
mal.
-tstring
string Specifies the device type of the eprom. Note that if the eprom
has a "silicon signature" neither the type nor the manufacturer
need be specified.
-mstring
string Specifies the manufacturer of the eprom. Note that if the eprom
has a "silicon signature" neither the type nor the manufacturer
need be specified.
-dn Specifies the (binary encoded) debug level.
To read an arbitrary 27256 eprom (which has silicon signature) using
the Promac one could say
eprom -r > foo
or to write an Intel 2716 (which does not have a silicon signature) one
could say
eprom -w -m int -t 2716 < filename
When an eprom is read, the addressed locations are copied in binary
onto the standard output. When an eprom is written, the standard input
is assumed to be of the same form, and is copied onto the prom. Most
promwriter errors are reflected back to the user, however a few appear
only on the promwriter LCD. Transmissions over the RS-232 line are
checksummed, and when writing the eprom is verified. Transmissions be-
tween unix and the promwriter are in binary.
The speed of the prom writer should be set to 9600. If the promwriter
is not in remote mode, it must be initialized by pushing the buttons,
FUNC F 9 SET (however once in remote mode it stays in remote mode until
the RESET button is pushed, even through power cycling).
FILES
BUGS
If it goes off into a funny state the first time you use it, try again.
UCDS EPROM(10.1)