Re: [Openocd-development] File operations

2010-08-16 Thread Dmitry E. Oboukhov
>> Now I use openocd as a command: >>  it is run, then it starts a script, then it is killed. ØH> "shutdown" ? Oh, thanks! i've overlooked it in docs :) sorry -- ... mpd is off . ''`. Dmitry E. Oboukhov : :’ : email: un...@debian.org jabber://un...@uvw.ru `. `~

Re: [Openocd-development] File operations

2010-08-15 Thread Øyvind Harboe
> Now I use openocd as a command: >  it is run, then it starts a script, then it is killed. "shutdown" ? -- Ø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 _

Re: [Openocd-development] File operations

2010-08-15 Thread Dmitry E. Oboukhov
TØH> But this function doesn't return any information. How can I understand TØH> that I must finish writting operation? finnaly i wrote a script which generates long TCL script which writes all the flash. Works fine. but slow :) Now I use openocd as a command: it is run, then it starts a script

[Openocd-development] File operations

2010-08-13 Thread Dmitry E. Oboukhov
>> ocd_mem2array/ocd_array2mem don't want work on my system, they throw >> an error: >>    Error: mem2array: no command context ØH> Fixed in the master branch. I've installed master branch and mem2array works fine, thanks! Now I'm trying to write a TCL-function which would write flash from imag