Re: [Openocd-development] tcl_server TCP/IP commands usage?

2011-07-25 Thread Rodrigo Rosa
On Thu, Jul 14, 2011 at 6:45 PM, Maxim Cournoyer wrote: > ** > Hello Rodrigo & OpenOCD comrades! > > Le jeudi 07 juillet 2011 à 14:55 -0700, Rodrigo Rosa a écrit : > > the c part of your code was very useful. i'm was the telnet port, and > ignoring the output i did not care about. > now with the g

[Openocd-development] [OpenOCD]Pre-init slave CPU wake-up

2011-07-25 Thread Drasko DRASKOVIC
Hi all, I have a following problem : I have a slave CPU which is under constant reset in a multicore SoC. This slave CPU is woken up by the write to certain register bu main CPU. Then reset from slave CPU is removed and it can be halted, written to, etc. My problem is that I created two targets in

[Openocd-development] [OpenOCD][PATCH][MIPS32] Byte memory access broken

2011-07-25 Thread Drasko DRASKOVIC
Hi all, I have noticed that accessing (more precise: writing) memory byte-by-byte on MIPS32 targets is currently borken. Temporary array allocated for endianess swap replaces the contenst of the buffer. However, this temporary array is set-up only for hword and word accesses. This, in the case of