**** BEGIN LOGGING AT Wed Feb 09 02:59:57 2011 Feb 09 22:59:52 v0.4 under windows, trying to run flash load_image, getting strange results. Feb 09 22:59:59 Called through script that used to work under 0.3.1 Feb 09 23:00:08 I note addition of an extra parameter - offset, but it still fails. Feb 09 23:00:15 response: Feb 09 23:00:42 auto erase enabled Feb 09 23:00:43 auto unlock enabled Feb 09 23:00:43 Command handler execution failed Feb 09 23:00:43 in procedure 'flash' called at file "command.c", line 650 Feb 09 23:00:43 called at file "command.c", line 361 Feb 09 23:10:37 try to turn on more debugging Feb 09 23:12:16 did, makes no sense Feb 09 23:14:03 There is something wrong with the new parser Feb 09 23:14:28 If i put a full path I get "command hander execution failed" Feb 09 23:14:44 if I put a filename with no spaces in it I get error -1401 Feb 09 23:15:12 Historically, if I put quotes round paths, problems with spaces went away. Feb 09 23:28:13 A little more info: Feb 09 23:29:11 If I do dump_image q:test.img 0 256 I get a file written correctly (where q is a subst driveletter) Feb 09 23:30:10 yet it fails if I do flash write_image erase q:test.img 0 hex (where q:test.img is an output file) Feb 09 23:31:55 ok, if I do flash write with a binary file (the one i just saved) it works, so it is the intellec hex file format it is having problems with - strange that used to work. Feb 09 23:34:51 Sussed it!!! in v<0.4 the format was 'hex', now it's changed to 'ihex' but the instructions have not been updated. Feb 09 23:37:59 why it could not simply say "bad file type in command", would have saved 4 hours...... **** ENDING LOGGING AT Thu Feb 10 02:59:57 2011