I'm trying to generate a .bin file using the recommended cg_xml scripts and it isn't working as expected.
First issue was I'm on a linux host and so the tiobj2bin.bat file won't run directly, but as the core of the processing appears to be just 3 commands I'm trying to run them directly, the first steps work but not the last:
%hexcmd% -q -b -image -o %binfile% %hextmp% %outfile%
It seems when I substitute hex6x for %hexcmd% that it insists that %hextmp% have a .out suffix (while the .bat file uses .tmp) ... changing to .out seems to work.
hex6x has a --boot, -boot, --byte and -byte options according to its -help output but no -b option. No error though, is it assuming -b is --byte ?
Has anyone converted the tiobj2bin.bat to a shell script ? (easy enough but if someone already has ... ;)
... Niall