#!/bin/sh
# copy latest firmware to PZF509

# first try with new version
flashpzf /mnt/flash/eproms/pzf_1he.716

# now try the older version
send_pzf_bsl /dev/ttyS2 1

# flash new software to PZF
flash509 -c:1 -b:9600 /mnt/flash/eproms/pzf_1he.716

