first cut at turnon scripts for EasyTimer v2
[fw/altos] / ao-tools / ao-eeprom / ao-eeprom.1
index 8caff9d1a1510efd51edc1fb24d8b48cf45dd3c2..6257e125b3095b3c50991f5409de3ddee5332985 100644 (file)
 .\"
 .TH AO-EEPROM 1 "ao-eeprom" ""
 .SH NAME
-ao-eeprom \- Fetch eeprom contents from TeleMetrum device
+ao-eeprom \- Analyze an eeprom log
 .SH SYNOPSIS
 .B "ao-eeprom"
-[\-tty \fItty-device\fP]
+[\--raw]
+[\--csum]
+[\--verbose]
+[\--len <record-len>]
+{flight.eeprom} ...
+.SH OPTIONS
+.TP
+\-r | --raw
+This option makes ao-eeprom dump the raw bytes of each
+log record in hex format.
+.TP
+\-c | --csum
+This option makes ao-eeprom dump records that have checksum errors. By default,
+ao-eeprom skips such records.
+\-v | --verbose
+This option makes ao-eeprom report when records are skipped due to
+checksum errors.
+\-l <record-len> | --len <record-len
+Specify the eeprom record length rather than letting ao-eeprom
+automatically determine it based on the file contents.
 .SH DESCRIPTION
 .I ao-eeprom
-downloads the eeprom contents from a connected TeleMetrum device.
-.SH USAGE
-.I ao-eeprom
-connects to the specified target device and dumps each block of the
-eeprom to stdout in hexidecimal bytes.
+reads the specified eeprom log and display the contents of each
+record.
 .SH AUTHOR
 Keith Packard