Re: [Openocd-development] Freescale iMX35 "Target not examined yet"

2010-01-21 Thread David Brownell
On Tuesday 19 January 2010, Alexei Babich wrote: > [imp...@kb33 openocd]$ src/openocd -f /home/impatt/openocd.cfg > Open On-Chip Debugger 0.4.0-rc1-dev-00118-gdab9297-dirty (2010-01-20-10:20) > For bug reports, read > http://openocd.berlios.de/doc/doxygen/bugs.html > trst_and_srst separate

Re: [Openocd-development] Freescale iMX35 "Target not examined yet"

2010-01-20 Thread Alan Carvalho de Assis
Hi Alexei On 1/20/10, Øyvind Harboe wrote: >> When I try to invoke target_read_u32(), I get a message in the log: Error: >> 131 6 target.c: 1477 target_read_u32(): Target not examined yet >> Can anyone suggest how to try to get rid of the error? > > Normally a reset init would fix that... > Also

Re: [Openocd-development] Freescale iMX35 "Target not examined yet"

2010-01-19 Thread Øyvind Harboe
> When I try to invoke target_read_u32(), I get a message in the log: Error: > 131 6 target.c: 1477 target_read_u32(): Target not examined yet > Can anyone suggest how to try to get rid of the error? Normally a reset init would fix that... -- Øyvind Harboe US toll free 1-866-980-3434 / Interna

[Openocd-development] Freescale iMX35 "Target not examined yet"

2010-01-19 Thread Alexei Babich
Hello all. I'm trying to modify the NAND-flash driver for iMX31 for support iMX35. I start openocd, and get the log: --- [imp...@kb33 openocd]$ src/openocd -f /home/impatt/openocd.cfg Open On-Chip Debugger 0.4.0-rc1-dev-00118-gdab9297-dirty (2010-01-20-10:20) For bug reports, read http://op