summaryrefslogtreecommitdiff
path: root/ao-tools/ao-cal-freq/ao-cal-freq.1
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-10-02 12:57:06 -0700
committerKeith Packard <keithp@keithp.com>2018-10-02 13:00:32 -0700
commitd2ea6454ebdf8ac7c3a24a738672c57d3f3f885c (patch)
tree23c7468618bbe8f7617eadca42e0ffa6433623b7 /ao-tools/ao-cal-freq/ao-cal-freq.1
parent523e51d2cd2dfc5c0c4ca5a893b005916c46d46a (diff)
ao-tools/ao-cal-freq: Add --nosave and --output options. Check save results.
--nosave means don't attempt to update the on-device configuration data in eeprom. --output means write the calibration value to a file. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/ao-cal-freq/ao-cal-freq.1')
-rw-r--r--ao-tools/ao-cal-freq/ao-cal-freq.120
1 files changed, 18 insertions, 2 deletions
diff --git a/ao-tools/ao-cal-freq/ao-cal-freq.1 b/ao-tools/ao-cal-freq/ao-cal-freq.1
index bfc3101c..695a0dbf 100644
--- a/ao-tools/ao-cal-freq/ao-cal-freq.1
+++ b/ao-tools/ao-cal-freq/ao-cal-freq.1
@@ -25,6 +25,10 @@ ao-cal-freq \- Calibrate AltOS flight computer frequency
[\--tty \fItty-device\fP]
[\-D \fIaltos-device\fP]
[\--device \fIaltos-device\fP]
+[\-v] [\--verbose]
+[\-n] [\--nosave]
+[\-o \fIcal-value-output-file\fP]
+[\--output \fIcal-value-output-file\fP]
.SH DESCRIPTION
.I ao-cal-freq
drives the frequency calibration process and saves the result.
@@ -49,10 +53,22 @@ TeleMega
Leaving out the product name will cause the tool to select a suitable
product, leaving out the serial number will cause the tool to match
one of the available devices.
+.TP
+\-o cal-value-output-file | --output cal-value-output-file
+Writes the resulting calibration value to the specified file.
+.TP
+\-n | --nosave
+Inhibits saving the calibration value on the device. Necessary for
+devices which don't have on-board configuration storage.
+.TP
+\-v | --verbose
+Makes
+.I ao-cal-freq
+chatty about communication with the target device.
.SH USAGE
.I ao-cal-freq
opens the target device, interactively calibrates the frequency, then
-shows the resulting calibration values and saves them to configuration
-memory.
+shows the resulting calibration values and (optionally) saves them to
+configuration memory and/or a file.
.SH AUTHOR
Keith Packard