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

2009-03-18 Thread Uwe Hermann
Hi, On Mon, Mar 16, 2009 at 12:01:44PM +, David Lange wrote: > I found OpenOCD to be a free and command based flash programming tool. I > currently have a project running using the Hitex USB stick STR9-comStick. > However so far I only was able to download the application using the IDE > HiT

[Openocd-development] [PATCH] str9-ComStick udev rule

2009-03-18 Thread Uwe Hermann
Add str9-ComStick USB IDs to the udev rules file. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Index: contrib/openocd.udev === --- contrib/

Re: [Openocd-development] JLink + MC1322x

2009-03-18 Thread Sergey Lapin
On Wed, Mar 18, 2009 at 8:16 PM, Jeff Williams wrote: > Hi Alan, > > First, thanks for your assistance. > > At the top of jlink.c and jtag.h are some switches to turn on state > machine debugging. Could you turn those on with and without the patch > and then send me the output? The state machine

Re: [Openocd-development] JLink + MC1322x

2009-03-18 Thread Jeff Williams
Hi Alan, First, thanks for your assistance. At the top of jlink.c and jtag.h are some switches to turn on state machine debugging. Could you turn those on with and without the patch and then send me the output? The state machine debugging is only part of my patch, so if there was any way

Re: [Openocd-development] JLink + MC1322x

2009-03-18 Thread Alan Carvalho de Assis
Hi On Wed, Mar 18, 2009 at 1:16 PM, Alan Carvalho de Assis wrote: > Hi Jeff, > I tested your patch on i.MX31 (ARM11), then I think your friend was right :-) > > # openocd -f interface/axm0432.cfg -f board/imx31pdk.cfg > Open On-Chip Debugger 1.0 (2009-03-18-12:50) svn:1415M > > > BUGS? Read http:

Re: [Openocd-development] JLink + MC1322x

2009-03-18 Thread Alan Carvalho de Assis
On Wed, Mar 18, 2009 at 1:16 PM, Alan Carvalho de Assis wrote: > Hi Jeff, > > On Mon, Mar 9, 2009 at 12:05 AM, Jeff Williams wrote: >> Hi, >> >> I've made some changes to OpenOCD to support the Segger JLink for the >> Freescale MC1322x. >> >> I'm working with someone who says that my changes seem

Re: [Openocd-development] JLink + MC1322x

2009-03-18 Thread Alan Carvalho de Assis
Hi Jeff, On Mon, Mar 9, 2009 at 12:05 AM, Jeff Williams wrote: > Hi, > > I've made some changes to OpenOCD to support the Segger JLink for the > Freescale MC1322x. > > I'm working with someone who says that my changes seem more stable for > JLink overall, but he also says there might be some issu

Re: [Openocd-development] PATCH:fix typos

2009-03-18 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe PayBack incident management system Reduce costs and increase quality, free Starter Edition http://www.payback.no/index_en.html ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists

[Openocd-development] PATCH:fix typos

2009-03-18 Thread Hiroshi Ito
daeman => deamon gdb_breakpoint_override disabled => gdb_breakpoint_override disable Hiroshi Ito Media Lab. Inc., URL http://www.mlb.co.jp ( Sorry, Japanese only. ) TEL +81-3-5294-7255 FAX +81-3-5294-7256 Index: src/server/gdb_server.c

Re: [Openocd-development] PATCH:fix divide by 0

2009-03-18 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe PayBack incident management system Reduce costs and increase quality, free Starter Edition http://www.payback.no/index_en.html ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.

[Openocd-development] PATCH:fix divide by 0

2009-03-18 Thread Hiroshi Ito
I'm running openocd on EP9307(arm920t) CPU, as a HOST. "trace history" get "Floating point exception" and die, when trace_history_size is 0. Attached patch fix it. Hiroshi Ito Media Lab. Inc., URL http://www.mlb.co.jp ( Sorry, Japanese only. ) TEL +81-3-5294-7255 FAX +81-3-5294-7256 Ind