Hi Gary,
the flash script should not be required in this case, just load the file like this:
SYStem.RESet
SYStem.CPU AUTO ;or replace AUTO with the processor name
SYStem.Up
FLASH.AUTO ALL
Data.LOAD.S1 <file> G:
FLASH.AUTO OFF
Register.RESet
If the flash programming result is still not as expected, please check the loaded address ranges using
sYmbol.List.MAP
and try to program again using Data.LOAD with option /FLAT:
Data.LOAD.S1 <file> G: /FLAT
Best regards,
Reinhard