[email protected] napisaĆ: >It works with commands issued through telnet, but fails with the same >commands supplied via -f file.cfg on the command line. I also tried >-c options and it fails in the same way. > >The error is: Runtime error ... invalid command name "reset"
You need to add another command before any non-configuration command - "init". It works through telnet, because "init" is executed automatically after processing and executing ALL command line parameteres, so if you want to do something this way, add "-c "init"" before your file or add "init" command before commands like "reset halt". 4\/3!! _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
