On 07/02/2011 09:37 AM, Maxim Cournoyer wrote:
<snip>

$> openocd -f board/lm3s8962.cfg

    Open On-Chip Debugger 0.5.0-dev-00945-gf6026a8 (2011-07-01-11:11)
    Licensed under GNU GPL v2
    For bug reports, read
    http://openocd.berlios.de/doc/doxygen/bugs.html
    Info : only one transport option; autoselect 'jtag'
    500 kHz
    adapter_nsrst_delay: 100
    srst_only separate srst_gates_jtag srst_open_drain
    Info : clock speed 500 kHz
    Info : JTAG tap: lm3s8962.cpu tap/device found: 0x3ba00477 (mfg:
    0x23b, part: 0xba00, ver: 0x3)
    Info : lm3s8962.cpu: hardware has 6 breakpoints, 4 watchpoints
    *Info : accepting 'tcl' connection from 6666** */* Initial
    connection when starting tcl script */

    /* Any command sent over port 6666 with my tcl, be it "capture
    {reset}" or "reset" produces no effect */

    *Info : dropped 'tcl' connection */* Exiting tcl script */

Is there some documentation somewhere about the tcl server interface? I didn't see any in the openocd manual, other than some basic information like the default port used by it. A pointer to some more in depth documentation (if available) or a snippet of code that works for sending commands to the tcl_server port 6666 would be greatly appreciated.

Many thanks!

I would expect openocd to be a gdbserver from the gdb_port point of view. I would suggest starting with the gdb documentation.


--
Joe Chisolm
Computer Translations, Inc.
Marble Falls, Tx.


_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to