Re: [Openocd-development] RFC: Upcoming Changes #1

2008-11-30 Thread Carlos Antunes
Duane Ellis wrote: > The simple truth is - the same (target) CHIP is used on MULTIPLE boards, > having a common reusable CHIP config file is a good thing. > > I think it's a good idea. ___ Openocd-development mailing list Openocd-development@lists.b

Re: [Openocd-development] How to reset s3c2410 to halted mode? Why time out when run 'halt'?

2008-11-27 Thread Carlos Antunes
_STATUS: 4 > timed out while waiting for target halted > > Have you tried working with the latest trunk code? The problem might already be solved, whatever it is... Carlos Antunes ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] [PATCH] Fix hammer.cfg

2008-11-26 Thread Carlos Antunes
Now attached as file because Thunderbird likes to wrap long lines... Carlos Antunes wrote: Hello! I was finally able to program the flash of the Hammer target using the flyswatter. The problem was related to a couple of typos on the hammer.cfg config file. Please, find attached the svn diff

[Openocd-development] [PATCH] Fix hammer.cfg

2008-11-26 Thread Carlos Antunes
Hello! I was finally able to program the flash of the Hammer target using the flyswatter. The problem was related to a couple of typos on the hammer.cfg config file. Please, find attached the svn diff against trunk that fixes the problem. Thanks! Carlos Antunes Index: src/target/target

Re: [Openocd-development] Unable to flash TinCanTools Hammer using trunk: Bug?

2008-11-24 Thread Carlos Antunes
Rick Altherr wrote: > > On Nov 23, 2008, at 10:10 AM, Carlos Antunes wrote: > >> Rick Altherr wrote: >>> >>>> Debug: 298 216881 target.c:1787 target_wait_state(): waiting for >>>> target debug-running... >>> >>> This _appear

Re: [Openocd-development] Unable to flash TinCanTools Hammer using trunk: Bug?

2008-11-24 Thread Carlos Antunes
Rick Altherr wrote: On Nov 23, 2008, at 10:10 AM, Carlos Antunes wrote: Rick Altherr wrote: Debug: 298 216881 target.c:1787 target_wait_state(): waiting for target debug-running... This _appears_ to be coming from arm7_9_dcc_completion(). That method is specified to be called at the

Re: [Openocd-development] openocd 1.0 branch

2008-11-24 Thread Carlos Antunes
Spen wrote: > I have created a release 1.0 branch: > svn://svn.berlios.de/svnroot/repos/openocd/branches/openocd_1_0_branch > if no major issues are found after say 1 month then we will tag a release. > > I can test the st/pic32 targets, if anyone has any free time to check other > targets that wou

Re: [Openocd-development] Unable to flash TinCanTools Hammer using trunk: Bug?

2008-11-23 Thread Carlos Antunes
untering is now gone. However, I am now getting a "DCC write failed, expected end address 0x4080804c got 0x4080004c" after a message of "Using target buffer at 0x4080004c and of size 0x8000" so I have a little bit more digging to do. Ideas and especially patche

Re: [Openocd-development] Unable to flash TinCanTools Hammer using trunk: Bug?

2008-11-22 Thread Carlos Antunes
Rick Altherr wrote: >> I start OpenOCD with the command: >> >> openocd -f interface/flyswatter.cfg -f target/hammer.cfg -c "init" -c >> "reset" >> > > Hurray! Someone uses the built-in configs. By the way, there appears to be a bug/typo inside the hammer.cfg file. Instead of "arm7_9 fast_memory

[Openocd-development] Unable to flash TinCanTools Hammer using trunk: Bug?

2008-11-21 Thread Carlos Antunes
Hello! I am trying to use OpenOCD trunk to flash the TinCanTools Hammer Board and I am getting an error. As I am a newbie, I don't know whether the screw up is of my making. I start OpenOCD with the command: openocd -f interface/flyswatter.cfg -f target/hammer.cfg -c "init" -c "reset" Aft