[Openocd-development] Problem with a certain STM32 version and Olimex jtag tiny

2009-09-12 Thread Michel Catudal
I have a small problem with Olimex Jtag Tiny but only with a newer STM32 processor Here is three situations, the first if the evaluation board with Olimex Tiny, the second is my keypad with J-Link and the third one is my keypad with Olimex Tiny. The configuration file is identical for all excep

Re: [Openocd-development] arm1136 download problems & performance

2009-09-12 Thread michal smulski
Ok, Here is the script I run on various builds (svn 1504 - 1900) init halt reset init memwrite burst enable load_image ./images/test.bin 0x8000 bin verify_image ./images/test.bin 0x8000 bin exit Here are some results: # svn 1600 #downloaded 88 byte in 0.008575s #verified 88 bytes in 0.

Re: [Openocd-development] PIC32 Open OCD and Flyswatter - failure tocomplete initialisation

2009-09-12 Thread David Brownell
On Saturday 12 September 2009, Strontium wrote: > I expected to see messages like: > > > Warning:no telnet port specified, using default port > > Warning:no gdb port specified, using default port > > Warning:no tcl port specified, using default port > > But I don't... I guess these

Re: [Openocd-development] arm1136 download problems & performance

2009-09-12 Thread michal smulski
No, the addresses with 0x0 do not get touched/written. I tested this by first writing 'beefcafe' to all DDR2 memory addresses and then loading image 'load_image' The 'beefcafe' was there on every other address like 0x0 in the previous test. Michal On Sat, 2009-09-12 at 10:53 +0200, Øyvind Harboe w

Re: [Openocd-development] PIC32 Open OCD and Flyswatter - failure tocomplete initialisation

2009-09-12 Thread Strontium
Thanks for the replies. Ok, I CAN connect to OpenOCD with Telnet, it threw me because I expected to see messages like: > *Warning:no telnet port specified, using default port > Warning:no gdb port specified, using default port > Warning:no tcl port specified, using default port * Bu

Re: [Openocd-development] Beagleboard post reset event

2009-09-12 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Beagleboard post reset event

2009-09-12 Thread Dirk Behme
Øyvind Harboe wrote: Committed take #3 + your patch to the config file to allow more in depth testing. A patch to document the event in openocd.texi would be greatly appreciated! Something like in attachment? Best regards Dirk Subject: [PATCH] Add post reset event documentation From: Dirk Be

Re: [Openocd-development] arm1136 download problems & performance

2009-09-12 Thread Daniel Bäder
Øyvind Harboe schrieb: >> So, every data word is written but at every other address. > > Not so quick! :-) > > Is 0 being written to every other address, or is every other address > being written to? > > See this comment from the arm11 code: > > * The repeated TAP_IDLE's do not cause a repeat

Re: [Openocd-development] arm1136 download problems & performance

2009-09-12 Thread Øyvind Harboe
> So, every data word is written but at every other address. Not so quick! :-) Is 0 being written to every other address, or is every other address being written to? See this comment from the arm11 code: * The repeated TAP_IDLE's do not cause a repeated execution * if passed without leaving

Re: [Openocd-development] arm1136 download problems & performance

2009-09-12 Thread Øyvind Harboe
Could be an (ft2232) interface problem? I'll try this on Monday hopefully on parport & ZY1000. Did you try "tms_sequence long" It's surprising that *reducing* the number of TAP_IDLE's fixes things... -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com

Re: [Openocd-development] [patch] update DM355 EVM support

2009-09-12 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] [patch] Cleanup downloaded ARM target algo code

2009-09-12 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Mini6410 donation for OpenOCD

2009-09-12 Thread Øyvind Harboe
> ok, thansk for pointing this out.  I'm willing to donate one to the OpenOCD > developers.  Please discuss internally who should receive the board and > tell me the shipping address in private mail. Zylin is putting together a test farm on behalf of OpenOCD. If any of the other developers have a

[Openocd-development] Mini6410 donation for OpenOCD

2009-09-12 Thread Harald Welte
On Thu, Sep 10, 2009 at 04:09:09PM +0200, Nico Coesel wrote: > > On Tue, Sep 08, 2009 at 08:48:58AM +0200, Øyvind Harboe wrote: > > > Does anyone have an s3c6410 PCB out there they > > > could donate to us? > > > > If somebody can suggest a relatively inexpensive 6410 based mass-market > > product

Re: [Openocd-development] libftdi regression since rev 2573

2009-09-12 Thread Freddie Chopin
Nicolas Pitre pisze: >> I removed the B from ShevaPlug as this does not make sense, eg. the MPSSE >> cannot be on ChannelB in the FT2232D. >> If you are saying the line 'ft2232_device_desc "SheevaPlug JTAGKey FT2232D >> B"' works then ok i will revert that part. > > Yes it works with the B back.

[Openocd-development] [patch] update DM355 EVM support

2009-09-12 Thread David Brownell
Update the board config for the DaVinci DM355 EVM so the reset-init event handler does the rest of the work it should do: - minor PLL setup bugfixes - initialize the DDR2 controller - probe both NAND banks - initialize UART0 - enable the icache --- tcl/board/dm355evm.cfg | 87 +++