Re: [Openocd-development] Jlink SWD Support

2011-08-19 Thread Tomek CEDRO
On Fri, Aug 19, 2011 at 1:09 AM, Carlson Gary gcarl...@carlson-minot.com wrote: (...) Debug: 35 45 command.c:151 script_debug(): command - ocd_transport ocd_transport select swd    Error: 36 45 target.c:435 get_current_target(): BUG: current_target out of bounds Hello Gary, did you try the

Re: [Openocd-development] Jlink SWD Support

2011-08-19 Thread Tomek CEDRO
Some more information on details/usage in [1]. Target use TAP for JTAG and DAP for SWD, so we need to create union containing both inside with common API, or initialize only one of them at time and null other to let know which one is in use, or create null pointer and cast it based on transport

Re: [Openocd-development] Fwd: Re: JLink woes

2011-08-19 Thread Xiaofan Chen
On Fri, Aug 19, 2011 at 2:29 PM, SEGGER - Support J-Link (AG) support_jl...@segger.com wrote: On Fri, Aug 19, 2011 at 3:17 AM, SEGGER - Support J-Link (AG) support_jl...@segger.com wrote: Hi Eric, We have built a new beta version (V4.33h) which comes with a new firmware for J-Link in

Re: [Openocd-development] Fwd: Re: JLink woes

2011-08-19 Thread Antonio Borneo
On Fri, Aug 19, 2011 at 6:36 PM, Xiaofan Chen xiaof...@gmail.com wrote: [...] Thanks a lot for the updates. Yes I can confirm that V4.33h beta firmware fixed the issue with OpenOCD for V8 version of J-Link. Thanks for the help again. Very good news! Since the issue seams identified, can

Re: [Openocd-development] Fwd: Re: JLink woes

2011-08-19 Thread Eric Wetzel
On Fri, Aug 19, 2011 at 9:03 AM, Antonio Borneo borneo.anto...@gmail.com wrote: On Fri, Aug 19, 2011 at 6:36 PM, Xiaofan Chen xiaof...@gmail.com wrote: [...] Thanks a lot for the updates. Yes I can confirm that V4.33h beta firmware fixed the issue with OpenOCD for V8 version of J-Link. Thanks

[Openocd-development] [PATCH] non_cfi: add SST39WF1601 support

2011-08-19 Thread Andreas Bießmann
Invented by jknick in sparkfun forum: http://forum.sparkfun.com/viewtopic.php?t=19788 Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- src/flash/nor/cfi.c |1 + src/flash/nor/non_cfi.c | 14 ++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git

[Openocd-development] AT91SAM3U flash bank number 1 support broken

2011-08-19 Thread Domien Nowicki
Writing to flash bank number 1 on a AT91SAM3U is broken with latest OpenOCD. The sam3_flash_bank_command function has a missing 'break' for the FLASH_BANK1_BASE_U case:

Re: [Openocd-development] AT91SAM3U flash bank number 1 support broken

2011-08-19 Thread Øyvind Harboe
Can someone apply this fix to git? Patches gladly accepted. Thanks! -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/ ___ Openocd-development mailing

Re: [Openocd-development] Versaloon driver update fix, and about jtag_usb_open

2011-08-19 Thread simon qian
Thanks, I'll ask versaloon users to test it. 2011/8/16 Spencer Oliver s...@spen-soft.co.uk On 11 July 2011 19:03, simon qian simonqian.open...@gmail.com wrote: Is this attached patch OK? About SWD support, I can check the current OpenOCD code today and provide a todo list according to