#!/bin/sh

# update GPS firmware
flashgps /mnt/flash/eproms/gps_shs_pzf_1he.413

# copy latest firmware to PZF509
send_pzf_bsl /dev/ttyS3 2
# flash new software to PZF
flash509 -c:4 -b:9600 /mnt/flash/eproms/pzf_shs.716

# now try the older version
send_pzf_bsl /dev/ttyS3 1
# flash new software to PZF
flash509 -c:4 -b:9600 /mnt/flash/eproms/pzf_shs.716

