view g23m/pkg-release.sh @ 48:616f63f3e501 default tip

fixed bug in etm_pkt_send() dealing with max-sized packets: this fix is needed for fc-fsio cpout command to work like it does with Pirelli's firmware (they must have made the same fix)
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Fri, 13 Nov 2015 19:11:07 +0000
parents 3cc7897a6582
children
line wrap: on
line source

#!/bin/sh
# This shell script automates the process of preparing packaged binary
# releases of this firmware.

set -e
mkdir -p relpkg
for f in mfw-build.map mfw-build.out mfw-build.progbin str2ind.tab
do
	cp -p mfw-build/$f relpkg
done
cp -p ../compal-flash-boot-for-fc.bin relpkg
sed -e 's,mfw-build/,,' flash-mfw > relpkg/flash-it