> I can use openOCD with my JTAG that is jtagkey like this > > c:/openocd/bin/openocd.exe -f interface/jtagkey.cfg -f > target/myConfiguration.cfg > > Is there any way how I can use my JTAG, that is jtagkey, with another jtag > programs and not > only with openOCD? > Where can I check how OpenOCD communicate with jtagkey ? > Thanks OpenOCD has two sockets that other programs can telnet into. There is one command-line socket and one gdb-socket.
GDB-port (used by some programs / plugins.. some people combine for instance eclipse and yagarto): http://openocd.sourceforge.net/doc/html/GDB-and-OpenOCD.html#GDB-and-OpenOCD telnet port (very little info here): http://openocd.sourceforge.net/doc/html/OpenOCD-Project-Setup.html#OpenOCD-Project-Setup This is the most useful one for doing things like programming flash etc from the console Here is a list of known working interfaces. jtagkey is on the list: http://openocd.sourceforge.net/doc/html/Debug-Adapter-Hardware.html#Debug-Adapter-Hardware Stian skjelstad ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
