On Wed, Sep 9, 2009 at 12:25 AM, Øyvind Harboe<oyvind.har...@zylin.com> wrote: > On Tue, Sep 8, 2009 at 8:50 PM, Sergey Lapin<slapi...@gmail.com> wrote: >> Hi, all! >> >> When working with PXA270 I see the following messages on reset. >> >> JTAG tap: pxa270.cpu tap/device found: 0x49265013 (mfg: 0x009, part: >> 0x9265, ver: 0x4) >> value captured during scan didn't pass the requested check: >> captured: 0x00 check_value: 0x02 check_mask: 0x07 >> JTAG error while writing DCSR >> value captured during scan didn't pass the requested check: >> captured: 0x00 check_value: 0x01 check_mask: 0x7F >> value captured during scan didn't pass the requested check: >> captured: 0x00 check_value: 0x01 check_mask: 0x7F >> Unimplemented instruction, could not simulate it. > > Anyone got a PXA270 to donate so I can test? > >> Working with CPU is very unstable. >> I use Olimex ARM-USB-OCD, under Linux with libftdi. >> I also use patch which fixes monitor loading, from Øyvind, > > Which patch is this? > I've failed to find link now, but reproduced patch and attached it to this mail, so I think you will remember this one.
Index: src/helper/Makefile.am =================================================================== --- src/helper/Makefile.am (revision 2678) +++ src/helper/Makefile.am (working copy) @@ -1,6 +1,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/server \ -I$(top_srcdir)/src/target \ + -DPKGLIBDIR=\"$(pkglibdir)\" \ -DPKGDATADIR=\"$(pkgdatadir)\" METASOURCES = AUTO Index: src/helper/options.c =================================================================== --- src/helper/options.c (revision 2678) +++ src/helper/options.c (working copy) @@ -105,6 +105,7 @@ /// @todo Implement @c add_script_search_dir("${HOME}/.openocd"). add_script_search_dir(PKGDATADIR "/site"); add_script_search_dir(PKGDATADIR "/scripts"); + add_script_search_dir(PKGLIBDIR); #endif }
_______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development