Re: [OpenOCD-devel] outstanding patches

2012-05-24 Thread Igor Skochinsky
Hello Carsten, Thursday, May 24, 2012, 4:04:27 AM, you wrote: CB this is funny: CB In usb_blaster_read_data: CB return !!(buf[0] READ_TDO); CB Why !!? Perhaps already cleaned? This is just a way to convert the expression to a boolean. If it was zero, it remains zero. If it was non-zero, it

Re: [OpenOCD-devel] J-Link v8 with FW newer than May 20, 2010?

2012-05-24 Thread Alexander Osipenko
I've done similar comparison on my dongles. There is no obvious problems like timeouts and buffer overruns (at least under Linux). First differences, as already mentioned, in version string and interface voltage. My testboard currently have 2 cores, so scan length 6 instead of 5. After that

Re: [OpenOCD-devel] J-Link v8 with FW newer than May 20, 2010?

2012-05-24 Thread Alexander Osipenko
Thanks, Peter! Alex. 2012/5/23 Peter Stuge pe...@stuge.se: Alexander Osipenko wrote: How can I export a patch from a set of local commits? git checkout -b myjlinkbranch origin/master git cherry-pick firstlocalcommit..lastlocalcommit git rebase -i origin/master # change pick to squash or

Re: [OpenOCD-devel] J-Link v8 with FW newer than May 20, 2010?

2012-05-24 Thread Liviu Ionescu
On May 24, 2012, at 11:47 , Alexander Osipenko wrote: I've done similar comparison on my dongles. in case you need it, here is my test config: (I use the repository version, with all debug messages enabled) $ cd /Users/ilg//openocd (plug the working version) $ src/openocd -s tcl -f

[OpenOCD-devel] [PATCH]: a72b7f7 target/target.c, jim_target_md refractored

2012-05-24 Thread gerrit
This is an automated email from Gerrit. Akos Vandra (axo...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/664 -- gerrit commit a72b7f74b32dcb5a77c2cb485b8d5c2189cbbeea Author: Vandra Akos axo...@gmail.com Date: Thu May 24 14:56:53 2012

Re: [OpenOCD-devel] MPSSE debug commands

2012-05-24 Thread Andreas Fritiofson
On Thu, May 24, 2012 at 2:09 PM, Akos Vandra axo...@gmail.com wrote: Hi Andreas, The new ftdi driver is spamming the output with debug level messages, and it's hard to debug own code. Is there an easy way to disable them, without disabling debug level messages altogether? Hi! Spencer has

[OpenOCD-devel] [PATCH]: d7f694c target/target.c, jim_target_md refractored

2012-05-24 Thread gerrit
This is an automated email from Gerrit. Akos Vandra (axo...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/665 -- gerrit commit d7f694c3638aa77a1cd0293866f51724ea9d737d Author: Vandra Akos axo...@gmail.com Date: Thu May 24 15:17:34 2012

Re: [OpenOCD-devel] J-Link v8 with FW newer than May 20, 2010?

2012-05-24 Thread Paul Fertser
Hi, On Thu, May 24, 2012 at 07:24:31PM +0400, Alexander Osipenko wrote: I've added EMU_CMD_SELECT_IF command to the jlink_init(). At least initial setup steps are passed now, my cores is detected normally. Cool, congratulations! I have problem connecting to gerrit from behind firewall;

Re: [OpenOCD-devel] J-Link v8 with FW newer than May 20, 2010?

2012-05-24 Thread Liviu Ionescu
On May 24, 2012, at 18:24 , Alexander Osipenko wrote: At least one problem have been caught: latest FW does not select JTAG transport by default. congratulations, Alexander! I've added EMU_CMD_SELECT_IF command to the jlink_init(). At least initial setup steps are passed now, my cores is

Re: [OpenOCD-devel] J-Link v8 with FW newer than May 20, 2010?

2012-05-24 Thread Liviu Ionescu
On May 24, 2012, at 19:50 , Liviu Ionescu wrote: I will inform Segger about this new finding. here is the reply from Segger: From: SEGGER - Support J-Link (AG) support_jl...@segger.com Subject: Re: Possible J-Link firmware bug starting with V4.44? Date: May 24, 2012 20:04:29 GMT+03:00 To:

Re: [OpenOCD-devel] [PATCH]: b99fd09 kinetis: update support for all program flash granularities

2012-05-24 Thread Christopher Friedt
Hmm... nice patch. Just applied to use with the twr-k20 (k20d50m128) ... still unable to write to flash though. I'm heading toward a deadline rather quickly, and would certainly be available to help test / debug anything else you submit. Thanks, C On Wed, May 23, 2012 at 2:41 PM, Spencer

[OpenOCD-devel] [PATCH]: 8a512de J-Link: Forcibly select JTAG transport

2012-05-24 Thread gerrit
This is an automated email from Gerrit. Александр Осипенко (sip...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/667 -- gerrit commit 8a512de2e385d921da3c918587677c9449b55fd0 Author: Alexander Osipenko sip...@gmail.com Date: Fri May 25

[OpenOCD-devel] [PATCH]: f87158c J-Link Unsupported firmware version check

2012-05-24 Thread gerrit
This is an automated email from Gerrit. Александр Осипенко (sip...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/666 -- gerrit commit f87158cceb6d0e18674b2c998405b18598557e8e Author: Alexander Osipenko sip...@gmail.com Date: Thu May 24

[OpenOCD-devel] [PATCH]: 76be9f5 target.c, jim_target_md using command_print_sameline

2012-05-24 Thread gerrit
This is an automated email from Gerrit. Akos Vandra (axo...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/669 -- gerrit commit 76be9f5c5ce82812d22a98ba3759897174928246 Author: Vandra Akos axo...@gmail.com Date: Fri May 25 03:02:55 2012

Re: [OpenOCD-devel] Introduction

2012-05-24 Thread Bill Traynor
On Thu, May 24, 2012 at 8:24 PM, Akos Vandra axo...@gmail.com wrote: Hi! As I've started commiting patches to the project, I guess it's high time I introduced myself a little bit. Thanks! It's nice to know who's out there. I am currently studying electrical engineering at the Budapest

Re: [OpenOCD-devel] [PATCH]: 76be9f5 target.c, jim_target_md using command_print_sameline

2012-05-24 Thread Paul Fertser
Hi, On Fri, May 25, 2012 at 01:05:00AM +, ger...@openocd.zylin.com wrote: Akos Vandra (axo...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/669 ... commit 76be9f5c5ce82812d22a98ba3759897174928246 Author: Vandra Akos axo...@gmail.com