On Tue, Feb 14, 2012 at 10:04 AM, <[email protected]> wrote: > Hi, > Can anyone suggest a good way how to start using OpenOCD? > I have USB Jtag adaptor ( using FTDI ) and I want to use it with WindowsXP. > My first task is to read IDCODE,IMPCODE and bring the target( that is MIPS > CPU) into > debug mode
Hi Jana, either compile latest OpenOCD with Cygwin, or better yet take Freddie Chopins development version compiled for Windows : http://www.freddiechopin.info/index.php/en/download/category/10-openocd-dev Do not take official release 0.5.0 - it does not contain all my MIPS32 patches, but Freddie's OpenOCD 0.6.0-dev-111231122355 should be fine, as far as I can see from the git log on the hash. Then use mips_4k target in your configuration scripts (look at tcl/target/smp8634.cfg for example). Good luck, Drasko ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
