I am trying to setup JTAGkey and use it with KDevelop.
I am not too experienced with Linux so if anyone can help me with right commands for proper setup of OpenOCD under Linux? I installed libraries as suggested in Amontec manual.
the big one is that I still don’t know what and where to put into KDevelop IDE to make the whole thing running with JTAGkey.
Generally, you’d configure the OpenOCD the same way you’d configure it if you were using plain GDB, Insight or Eclipse. Then you have to tell KDevelop that you don’t want to debug an application natively on your Linux host, but rather using a cross-GDB and a remote stub (the OpenOCD).