annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
47
3cc7897a6582 binary release automation script added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
1 #!/bin/sh
3cc7897a6582 binary release automation script added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
2 # This shell script automates the process of preparing packaged binary
3cc7897a6582 binary release automation script added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
3 # releases of this firmware.
3cc7897a6582 binary release automation script added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
4
3cc7897a6582 binary release automation script added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
5 set -e
3cc7897a6582 binary release automation script added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
6 mkdir -p relpkg
3cc7897a6582 binary release automation script added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
7 for f in mfw-build.map mfw-build.out mfw-build.progbin str2ind.tab
3cc7897a6582 binary release automation script added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
8 do
3cc7897a6582 binary release automation script added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
9 cp -p mfw-build/$f relpkg
3cc7897a6582 binary release automation script added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
10 done
3cc7897a6582 binary release automation script added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
11 cp -p ../compal-flash-boot-for-fc.bin relpkg
3cc7897a6582 binary release automation script added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
12 sed -e 's,mfw-build/,,' flash-mfw > relpkg/flash-it