Re: [Openocd-development] PXA270: can read/write the core registers, but can't read memory and registers of the devices on chip

2010-04-14 Thread mikedunn
> >Was this issue ever solved? > I'm not seeing this on the pxa270. I've been using OpenOCD on the 270 for several months now, staying current with code from git, and don't recall ever seeing it. I'm using a parallel port wiggler, if that could be relevant. Mike _

Re: [Openocd-development] PXA270: can read/write the core registers, but can't read memory and registers of the devices on chip

2010-04-14 Thread Øyvind Harboe
I would strongly encourage someone who's familiar with these patches to repost them to this list so we can work on getting the changes merged. Should be in that projects and OpenOCD's interest... -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy

Re: [Openocd-development] openocd crash when sending command over tcl_port

2010-04-14 Thread Øyvind Harboe
Try generating a stack trace: http://openocd.berlios.de/doc/doxygen/bugs.html -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer _

[Openocd-development] openocd crash when sending command over tcl_port

2010-04-14 Thread M B
Hello, I have just updated to version openocd 0.4.0 on windows [ precompiled version from http://www.freddiechopin.info/ ]. I have a small tool which programs my Cortex-M3 with a file through the tcl_port. Openocd accepts the connection, but when the first command is run ( ie. reset halt ) openo

Re: [Openocd-development] PXA270: can read/write the core registers, but can't read memory and registers of the devices on chip

2010-04-14 Thread Øyvind Harboe
On Wed, Apr 14, 2010 at 4:01 PM, Kaius Häggblom wrote: > Hello. > > I'm having this same problem with Colibri PXA320, Amontec jtagkey-tiny and > latest openocd pulled down from git (patched with openpxa PXA320 patches). > Hmm... why aren't these patches posted and discussed here? Seems like some

Re: [Openocd-development] PXA270: can read/write the core registers, but can't read memory and registers of the devices on chip

2010-04-14 Thread Kaius Häggblom
Hello. I'm having this same problem with Colibri PXA320, Amontec jtagkey-tiny and latest openocd pulled down from git (patched with openpxa PXA320 patches). Was this issue ever solved? ~kaius ___ Openocd-development mailing list Openocd-development

Re: [Openocd-development] Olimex-arm-usb-tiny-h under linux problem

2010-04-14 Thread Laurent Gauch
Do you get every time the same error ? If no, your arm usb tiny is unstable ! You should try with an Amontec JTAGkey-2 instead ! If yes, it comes from a too high JTAG frequency. Use "adapter_speed" command to reduce the JTAG frequency of the dongle. From your script, the JTAG frequency is set

[Openocd-development] Olimex-arm-usb-tiny-h under linux problem

2010-04-14 Thread iñigo arrazola
I'm trying to program in intelmote2 arm pxa270 based plattform using the arm-usb-tiny-h olimex product. I am not able to make openocd connect to the mote. I try to run the command: openocd -f interface/olimex-arm-usb-tiny-h.cfg -f board/crossbow_tech_imote2.cfg and the error information is: Open

Re: [Openocd-development] NOR/CFI [patch/rfc] parse arguments

2010-04-14 Thread Øyvind Harboe
Makes sense to me. I'll let it cool of for a day or so before merging. Any protests out there? -- Meet Zylin at ESC 2010 San Jose April 26 - 30. 2010 http://www.zylin.com/events_esc2010.html Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.

[Openocd-development] Visiting San Francisco bay area April 26 - 30.

2010-04-14 Thread Øyvind Harboe
I'll be in the San Francisco bay area April 26 - 30. I hope to meet some of you guys there, perhaps at ESC? -- Meet Zylin at ESC 2010 San Jose April 26 - 30. 2010 http://www.zylin.com/events_esc2010.html Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin

[Openocd-development] NOR/CFI [patch/rfc] parse arguments

2010-04-14 Thread Antonio Borneo
Hi, there is a bug in "src/flash/nor/cfi.c" that, fortunately, doesn't have any effect at run-time. The proper order of arguments for the command "flash bank" is - chip_width as CMD_ARGV[3] - bus_width as CMD_ARGV[4] Such arguments are already parsed in "src/flash/nor/tcl.c" "handle_flash_bank_com

Re: [Openocd-development] [PATCH] MMU Support

2010-04-14 Thread Øyvind Harboe
On Wed, Apr 14, 2010 at 6:50 AM, Anton Fedotov wrote: > See updated patch in attach. Merged. Thanks! -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer