[Openocd-development] [PATCH] FT2232H / FT2242H support for D2XX driver

2009-03-25 Thread joern kaipf
* autodetection if FS or HS device attachted -> adapt tck max * enable adaptive clocking if HS device attached and jtag_khz = 0 in cfg (not tested yet) Note: The HS devices are currently only support by the drivers from FTDI and not from the libftdi. So using libftdi and RTCK support will cause

[Openocd-development] [PATCH] Oocdlink interface

2009-03-25 Thread joern kaipf
adds the oocdlink.cfg to target/interface Index: src/target/interface/oocdlink.cfg === --- src/target/interface/oocdlink.cfg (Revision 0) +++ src/target/interface/oocdlink.cfg (Revision 0) @@ -0,0 +1,6 @@ +#interface +interface ft2232

Re: [Openocd-development] config file for downloading to a sam7s device

2009-03-25 Thread Rick Altherr
See the appendix in the manual that has the conversion from deprecated/ removed syntaxes to new syntax. Rick On Mar 25, 2009, at 7:15 AM, Jonathan Dumaresq wrote: Hi all, I want to upgrade my revision 645 openocd to the new 0.1.0. I see that many things have changed. I try to get my set

Re: [Openocd-development] write c15 reg on ARM1176 (S3C6410)

2009-03-25 Thread Alan Carvalho de Assis
Hi Ivan, On Wed, Mar 25, 2009 at 10:04 AM, Ivan Kuten wrote: > Hello! > > Is it possible to write c15 reg on ARM1176 (S3C6410)? > > When I type: > >  > reg c15 0x7013 > register c15 not found in current target > This is not the way used on arm11. Please see these tips: http://www.imxdev.org

[Openocd-development] config file for downloading to a sam7s device

2009-03-25 Thread Jonathan Dumaresq
Hi all, I want to upgrade my revision 645 openocd to the new 0.1.0. I see that many things have changed. I try to get my setup in the same way I had my last one. I would like to be able to download my application to the flash of the sam7s parts. I Have a 256K flash device. Here what I have so

[Openocd-development] write c15 reg on ARM1176 (S3C6410)

2009-03-25 Thread Ivan Kuten
Hello! Is it possible to write c15 reg on ARM1176 (S3C6410)? When I type: > reg c15 0x7013 register c15 not found in current target some output: Open On-Chip Debugger 1.0 (2009-03-18-18:52) svn:1417 BUGS? Read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS $URL: svn://svn.berlios.d

Re: [Openocd-development] OMAP - next steps

2009-03-25 Thread Duane Ellis
duane> [thinking about a DAP command] rick> Yes, a dap command would be useful. You will find that there isn't a whole lot in the dap layer before you are dealing with the AHB and APB bus ports. Yea, that's the sticky or confusing part for me. How do I address port X, vrs Port Y, per the diag