diff options
author | Keith Packard <keithp@keithp.com> | 2009-12-15 23:58:29 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-12-15 23:58:29 -0800 |
commit | 7ac8efea5d60b81adccdc1e38ac4c13facfae7c9 (patch) | |
tree | 0e49fbcda19e842a63f3f8e3a3520dc3ecfae59d /ao-tools/ao-load | |
parent | 5481082b18226a0de6b377215b3b330bdbc4a6c6 (diff) |
Add --cal to man page
Diffstat (limited to 'ao-tools/ao-load')
-rw-r--r-- | ao-tools/ao-load/ao-load.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ao-tools/ao-load/ao-load.1 b/ao-tools/ao-load/ao-load.1 index eb2bc0d8..79b76a79 100644 --- a/ao-tools/ao-load/ao-load.1 +++ b/ao-tools/ao-load/ao-load.1 @@ -25,6 +25,7 @@ ao-load \- flash a program to a AltOS device [\--tty \fItty-device\fP] [\-D \fIaltos-device\fP] [\--device \fIaltos-device\fP] +[\--cal \fIradio-calibration\fP] \fIfile.ihx\fP \fIdevice serial number\fP .SH DESCRIPTION @@ -52,6 +53,16 @@ TeleMetrum 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 +\-c radio-calibration | --cal radio-calibration +This programs the radio calibration value into the image for hardware +which doesn't have any eeprom storage for this value. The value here +can be computed given the current radio calibration value, the +measured frequency and the desired frequency: +.IP + cal' = cal * (desired/measured) +.IP +The default calibration value is 1186611. .SH USAGE .I ao-load reads the specified .ihx file into memory, locates the matching .map |