#!/bin/sh

# update GPS firmware
flashgps /mnt/flash/eproms/gps_shs_tcr_bgt.410

# copy latest firmware to TCR510
send_tcr_bsl /dev/ttyS3 1
# flash new software to PZF
flash509 -c:4 -b:9600 /mnt/flash/eproms/tcr509_shs.102

