Re: [Openocd-development] Active maintainers

2011-06-14 Thread Xiaofan Chen
On Tue, Jun 14, 2011 at 2:52 PM, Øyvind Harboe wrote: > Not a lot of people can match Zach's coding abilities. The OpenOCD > community is extremely fortunate to have had his influence and code. > > Especially the longer terms effects of his foresight, code quality and > presence. > That is probab

Re: [Openocd-development] Active maintainers

2011-06-14 Thread Øyvind Harboe
On Tue, Jun 14, 2011 at 8:59 AM, Xiaofan Chen wrote: > On Tue, Jun 14, 2011 at 2:52 PM, Øyvind Harboe > wrote: >> Not a lot of people can match Zach's coding abilities. The OpenOCD >> community is extremely fortunate to have had his influence and code. >> >> Especially the longer terms effects o

[Openocd-development] breakpoint action

2011-06-14 Thread Lucian Cojocar
Hi, how can I define an action (a TCL function or something) which can be executed when a breakpoint is hit? For example, when a breakpoint is hit and a register has a specific value I want to do resume, else I want to do further debugging. Lucian

Re: [Openocd-development] breakpoint action

2011-06-14 Thread Øyvind Harboe
Perhaps GDB offers such a scripting capability? Otherwise search for target events in the manual or in the openocd code. -- Ø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/zy1000.html ARM7 ARM9 ARM11 XSc

Re: [Openocd-development] breakpoint action

2011-06-14 Thread Antonio Borneo
Never tested, and I do not have a board with me right now. Searching in the user manual, there is the event debug-halted, defined as: "The target has halted for debug reasons (i.e.: breakpoint)" It seams you can define a TCL function that is executed when that event hits. Let us know if it works

[Openocd-development] imx21adse.cfg for OpenOCD

2011-06-14 Thread Demetris Zavorotnitsienko
Hi everyone. I am trying to load a bin file to onboard flash on the imx21adse board. I am having some difficulties with the device it self and the Flash. Can someone tell me if anyone has an imx21adse bard configuration file to use? Here is what I managed to do so far on mine: #daemon

[Openocd-development] imx21adse.cfg for OpenOCD

2011-06-14 Thread Demetris Zavorotnitsienko
Hi everyone. I am trying to load a bin file to onboard flash on the imx21adse board. I am having some difficulties with the device it self and the Flash. Can someone tell me if anyone has an imx21adse bard configuration file to use? Here is what I managed to do so far on mine: #

[Openocd-development] openocd-swd merging

2011-06-14 Thread Rodrigo Rosa
hi! i've spamming tomek's personal email, switching to here to share a bit more :) i'm having some problems with the opencd-swd branch. i had to copy aclocal and other stuff from /usr/share/ to /usr/local/share/ to get bootstrap to work correctly. this is probably because of freeBSD vs LSD stuff

Re: [Openocd-development] openocd-swd merging

2011-06-14 Thread Tomek CEDRO
Hello Rodrigo :-) On Tue, Jun 14, 2011 at 7:12 PM, Rodrigo Rosa wrote: > i had to copy aclocal and other stuff from /usr/share/ to > /usr/local/share/ to get bootstrap to work correctly. this is probably > because of freeBSD vs LSD stuff (don't know much about the > differences) Hmm, try runing

[Openocd-development] Kinetis KwikStik (Cortex-m4)

2011-06-14 Thread Marcelo Politzer
Hello there, Does OpenOCD have support to this Board? I've checked the source at master and didn't find any information. Is there any way that I can give to help develop it further? Kinetis KwikStik The chip name is: K40X256VLQ100 on-board Segger™ J-Link™ I also heve a kinetis tower: Freescale K

Re: [Openocd-development] Kinetis KwikStik (Cortex-m4)

2011-06-14 Thread j. m. norris
Does OpenOCD have support to this Board? I've checked the source at master and didn't find any information. Is there any way that I can give to help develop it further? Kinetis KwikStik The chip name is: K40X256VLQ100 on-board Segger™ J-Link™ The Cortex-M4 is essentially a Cortex-M3 with

Re: [Openocd-development] Active maintainers

2011-06-14 Thread Xiaofan Chen
On Tue, Jun 14, 2011 at 5:07 PM, Øyvind Harboe wrote: > Perhaps you should study the logs for the quantity of contributions. I understand that OpenOCD has a lot of contributors. From that I will have to say the outcome of the discussion was expected. So at that time, I actually contributed a bit