FreeCalypso > hg > tcs211-fcmodem
changeset 17:8eeb95391563
g23m/copyout.sh: enhanced version like in other TCS211 work trees
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 23 Sep 2016 05:56:21 +0000 |
parents | 68de2b16cf0d |
children | 4346e5e95d3c |
files | g23m/copyout.sh |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/g23m/copyout.sh Fri Sep 23 05:53:17 2016 +0000 +++ b/g23m/copyout.sh Fri Sep 23 05:56:21 2016 +0000 @@ -2,6 +2,9 @@ # This shell script copies and renames the final output files from TI's # nasty build system. The latter gives these files insanely long names, # hence we need to rename them before we can work with them comfortably. +# We also produce a binary version for more reliable flashing with +# fc-loadtool. (We can do a CRC-32 check when flashing a binary image, +# but it is more difficult with SREC.) if [ "$1" = mfw -o "$1" = 2092 ] then @@ -23,3 +26,4 @@ cp -p __out__/$long_name/bin/$long_name.$ft $out/$out.$ft done cp -p __out__/$long_name/bin/str2ind.tab $out +mokosrec2bin $out/$out.m0 $out/$out.bin FF