On Sat, Jul 2, 2011 at 3:04 AM, Maxim Cournoyer
<maxim.courno...@gmail.com> wrote:
> Hi all,
>
> I would like to know the details about controlling openocd via TCP/IP (port
> 6666). I have been experimenting with it, and  I hope I'm doing something
> wrong, because it does not seem to work.
>
> I can connect to the openocd server, but any "command word" such as "reset"
> or "halt", sent has no effect. By studying the loopback network TCP/IP
> activity with Wireshark, I was able to see that the openocd server returns
> one ACK message after each command sent by the client, but no data
> (length=0).

You need to use the "capture" command to capture progress output.

Try something like:

capture {reset halt}


-- 
Øyvind Harboe - Can Zylin Consulting help on your project?
US toll free 1-866-980-3434 / International +47 51 87 40 27
http://www.zylin.com/
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to