Re: [OpenOCD-devel] Question about StlinkV2 protocol

2012-01-13 Thread Jonathan Dumaresq
Hi, Ok Because I see some function that is not supported in the st-link driver in openocd. I just wonder what are thoses function. I just foud to way to dissect the st-link protocol with my usb sniffer. I will then try to get openocd up and running for the stm32f0x now. regards Jonathan

[OpenOCD-devel] Broadcom CPU BCM7401

2012-01-13 Thread jana1972
Can OpenOCD work as JTAG for Broadcom CPU BCM7401? Thanks for the reply -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2_

Re: [OpenOCD-devel] Question about StlinkV2 protocol

2012-01-13 Thread Spencer Oliver
On Jan 13, 2012 5:44 PM, "Mathias K." wrote: > > It is based on: > https://github.com/texane/stlink > Which in turn is based on: http://capitanio.org/mlink/ All the protocol came from the stlink spec sent to me from ST. Cheers Spen ---

Re: [OpenOCD-devel] Question about StlinkV2 protocol

2012-01-13 Thread Mathias K.
It is based on: https://github.com/texane/stlink Any error messages you can report? Regards, Mathias On 13.01.2012 17:08, Jonathan Dumaresq wrote: > Hi all, > > Is it possible to know from where toses command came from ? > > I have an USB analyser and try to find why the write to flash isn'

[OpenOCD-devel] Question about StlinkV2 protocol

2012-01-13 Thread Jonathan Dumaresq
Hi all, Is it possible to know from where toses command came from ? I have an USB analyser and try to find why the write to flash isn't working on the stm32F0x devices. Regards Jonathan -- RSA(R) Conference 2012 Mar

[OpenOCD-devel] [PATCH]: 66db53b stlink: better handle target reset/events

2012-01-13 Thread gerrit
This is an automated email from Gerrit. Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/379 -- gerrit commit 66db53b4336f7f26a49404d266a8e4af734992e9 Author: Spencer Oliver Date: Fri Jan 13 11:29:21 2012 +

[OpenOCD-devel] [PATCH]: ace4bed stlink: enable cortex special reg writes

2012-01-13 Thread gerrit
This is an automated email from Gerrit. Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/378 -- gerrit commit ace4bedb34803345add5758f6acfa0350f2c Author: Spencer Oliver Date: Fri Jan 13 11:23:27 2012 +

[OpenOCD-devel] [PATCH]: 9340d92 target: move regmaps to armv7m.c

2012-01-13 Thread gerrit
This is an automated email from Gerrit. Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/377 -- gerrit commit 9340d929d35c64f0e5681f06215718d538fb806e Author: Spencer Oliver Date: Fri Jan 13 10:45:36 2012 +

Re: [OpenOCD-devel] suggested bug fix

2012-01-13 Thread Peter Stuge
Spencer Oliver wrote: > patch has been added to review system: > http://openocd.zylin.com/376 Patch is in openocd.git. //Peter -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/

Re: [OpenOCD-devel] configure broken

2012-01-13 Thread Kazimierz Król
Xiaofan Chen writes: > > Same problem here (Mac OS X Lion). The issue is that > the top level configure is not passing --disable-option-checking > to the jimtcl configure. Probably some problems with Mac OS X's > autotools. I had the same problem trying to compile 0.6.0-devel for Windows under C

Re: [OpenOCD-devel] suggested bug fix

2012-01-13 Thread Peter Stuge
Tomas Frydrych wrote: > > Even better than a Trac ticket would be to send a patch directly into > > Gerrit. > > Setting up yourself to use Gerrit is a PITA, and it really assumes you > are a competent enough git user to start with, and even then it still is > pain. I disagree, but be that as it m

Re: [OpenOCD-devel] suggested bug fix

2012-01-13 Thread Øyvind Harboe
> Setting up yourself to use Gerrit is a PITA, and it really assumes you > are a competent enough git user to start with, and even then it still is > pain. Gerrit is a tool for developers to use to review patches, but it > is definitely not a tool report bugs and issues with. As maintainers with v

[OpenOCD-devel] Problem loading image to MIPS processor

2012-01-13 Thread Kazimierz Król
I was asked to post this conversation in the list, so it is quoted below (I removed greetings and other parts that are not important to the subject), and at the end is my answer, that has been send only to the mailing list (thus moving the discussion here). The problem has been partially solved, bu

Re: [OpenOCD-devel] suggested bug fix

2012-01-13 Thread Tomas Frydrych
Hi, On 13/01/12 08:43, Peter Stuge wrote: > Even better than a Trac ticket would be to send a patch directly into > Gerrit. This is a straightforward change, so the likelyhood is very > high that the fix would go in quite quickly. > > Agreed, making an account in Gerrit takes a few minutes, and t

Re: [OpenOCD-devel] suggested bug fix

2012-01-13 Thread Spencer Oliver
On 13 January 2012 08:43, Peter Stuge wrote: > Hi John, > > Welcome to OpenOCD! > > > John wrote: >> In 0.5.0, >> tcl/target/str730.cfg >> >> the final non-blank line ends STR3x >> but it should apparently end STR73x > > Good catch. Maybe str912.cfg should also be fixed to have a name? > > >> BTW,

[OpenOCD-devel] [PATCH]: 98847ca cfg: fix typo in str730.cfg

2012-01-13 Thread gerrit
This is an automated email from Gerrit. Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/376 -- gerrit commit 98847cac5ac624c7da8b6609766032ed098caf35 Author: John Date: Fri Jan 13 09:56:36 2012 + cfg: fix

Re: [OpenOCD-devel] suggested bug fix

2012-01-13 Thread Peter Stuge
Hi John, Welcome to OpenOCD! John wrote: > In 0.5.0, > tcl/target/str730.cfg > > the final non-blank line ends STR3x > but it should apparently end STR73x Good catch. Maybe str912.cfg should also be fixed to have a name? > BTW, it would be helpful if there was a less user-hostile way > to re

Re: [OpenOCD-devel] suggested bug fix

2012-01-13 Thread Øyvind Harboe
On Fri, Jan 13, 2012 at 9:10 AM, Tomas Frydrych wrote: > On 12/01/12 23:31, John wrote: >> BTW, it would be helpful if there was a less user-hostile way >> to report a bug (and/or fix) than having to join a list that a >> user may very well have no wish to be a member of. > > Like http://sourcefor

Re: [OpenOCD-devel] suggested bug fix

2012-01-13 Thread Tomas Frydrych
On 12/01/12 23:31, John wrote: > BTW, it would be helpful if there was a less user-hostile way > to report a bug (and/or fix) than having to join a list that a > user may very well have no wish to be a member of. Like http://sourceforge.net/apps/trac/openocd/ you mean ? ;-) Tomas --