[Openocd-development] [PATCH] Documentation improvements / fixes

2009-03-22 Thread Uwe Hermann
Here's a patch containing some texinfo improvements: - Explicitly mention autoconf >= 2.59 as requirement (as per configure.in). Also automake >= 1.9 (though I'm not sure which if that's really the minimum requirement). - Document various missing configure options. - Fix various typos a

Re: [Openocd-development] OpenOCD flash programming STR9-comStick

2009-03-22 Thread Michael Schwingen
Uwe Hermann wrote: >> +ft2232_vid_pid 0x0640 0x002c >> I need those, too. > Quick update: the attached patch fixes all STR9-comstick issues so far > for me. On my STR9-comstick the _BSTAPID is 0x2457f041 (contrary to > 0x1457f041 which is indeed correct as per manual). Maybe there are > multip

[Openocd-development] [PATCH] omap5912.cfg typo

2009-03-22 Thread Uwe Hermann
Fix a typo in omap5912.cfg. Untested, as I don't have the hardware, but I'm pretty sure it's a typo/bug. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Index: src/target/target/omap5912.cfg ==

Re: [Openocd-development] OpenOCD flash programming STR9-comStick

2009-03-22 Thread Uwe Hermann
On Fri, Mar 20, 2009 at 05:54:20PM +0100, Uwe Hermann wrote: > > Found a couple of typo's in the cfg - should be fixed in svn now. > > Thanks, works a bit better now. However, I needed the following patch to > make the device detectable: > > Index: src/target/interface/str9-comstick.cfg > ===

Re: [Openocd-development] STM32 flash performance

2009-03-22 Thread Thomas Kindler
Spencer Oliver wrote: >> I'm using a JTAGkey-Tiny to program my STM32F103VBT6 CPU, but >> the flash performance seems to be _very_ low.. (around 6 kb/s). > The write time will include the erase, this can be speeded up by using the > mass erase, eg. > stm32x mass_erase 0 > flash write_image $filen

Re: [Openocd-development] STM32 flash performance

2009-03-22 Thread Spencer Oliver
> -Original Message- > From: openocd-development-boun...@lists.berlios.de > [mailto:openocd-development-boun...@lists.berlios.de] On > Behalf Of Thomas Kindler > Sent: 21 March 2009 19:20 > To: openocd-development@lists.berlios.de > Subject: [Openocd-development] STM32 flash performanc