diff options
| author | Keith Packard <keithp@keithp.com> | 2015-10-31 21:34:42 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-11-01 06:02:14 -0800 | 
| commit | ce297f14ff54d230d01fb6dedaafca571e8b836b (patch) | |
| tree | 60f23cba6be2e6265f8e2b51df6785e1721d85ff /doc/telegps-updating-firmware.inc | |
| parent | 9aed128dc0aab5d49e1b3264c864a6c3e929bffe (diff) | |
doc: Finish converting docs to asciidoc format
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/telegps-updating-firmware.inc')
| -rw-r--r-- | doc/telegps-updating-firmware.inc | 43 | 
1 files changed, 43 insertions, 0 deletions
| diff --git a/doc/telegps-updating-firmware.inc b/doc/telegps-updating-firmware.inc new file mode 100644 index 00000000..568c4343 --- /dev/null +++ b/doc/telegps-updating-firmware.inc @@ -0,0 +1,43 @@ +[appendix] +== Updating Device Firmware + +	TeleGPS is programmed directly over its USB connectors. + +	You may wish to begin by ensuring you have current firmware images. +	These are distributed as part of the TeleGPS software bundle that +	also includes the TeleGPS ground station program.  Newer ground +	station versions typically work fine with older firmware versions, +	so you don't need to update your devices just to try out new +	software features.  You can always download the most recent +	version from http://www.altusmetrum.org/AltOS/ +     +	=== Updating TeleGPS Firmware + +		. Attach a battery and power switch to the target +		  device. Power up the device. + +		. Using a Micro USB cable, connect the target device to +		  your computer's USB socket. + +		. Run TeleGPS, and select 'Flash Device' from the +		  Device menu. + +		. Select the target device in the Device Selection +		  dialog. + +		. Select the image you want to flash to the device, +		  which should have a name in the form +		  <product>-v<product-version>-<software-version>.ihx, +		  such as TeleGPS-v1.0-1.4.0.ihx. + +		. Make sure the configuration parameters are reasonable +		  looking. If the serial number and/or RF configuration +		  values aren't right, you'll need to change them. + +		. Hit the 'OK' button and the software should proceed +		  to flash the device with new firmware, showing a +		  progress bar. + +		. Verify that the device is working by using the +		  'Configure Device item to check over the +		  configuration. | 
