From: Freddie C. <fre...@op...> - 2009-04-09 18:31:34
|
You need to pass an "init" command before any other. OpenOCD executes that command automatically after all the command line arguments, so the telnet works fine, but if you'd like to use some commands directly during the start you need to "init" it yourself. openocd ... -c "init" -c "reset" 4\/3!! |