|
From: Jens B. <jen...@gp...> - 2014-06-11 08:47:14
|
Hi Paul. On Wed, 11 Jun 2014 11:13:29 +0400, Paul Fertser wrote: > Hi Jens, > > On Wed, Jun 11, 2014 at 08:59:22AM +0200, Jens Bauer wrote: >> Open On-Chip Debugger 0.8.0-dev-00449-ge920c47 (2014-03-30-19:23) > > Hm, looks like a version with some local patches applied. Yes, two patches that Andreas recommended: http://openocd.zylin.com/1999 (now merged) http://openocd.zylin.com/2071 (now merged) ... I backed up all my own target-files and cleaned the openocd/target directory, rebuilt the lastest openocd from the repositories (updating to libftdi1.1), copied back my own modifications that do not conflict with any other .cfg files and everything seem to work now. :) This is my configure-line: $ "$source/openocd/configure" --enable-internal-jimtcl --disable-shared --enable-dummy --enable-ftdi --enable-usbprog --enable-presto_libftdi --enable-openjtag_ftdi --enable-stlink --enable-jlink --enable-rlink --enable-vsllink --enable-ulink --enable-arm-jtag-ew --enable-ti-icdi --enable-remote-bitbang --enable-osbdm --enable-opendous --enable-cmsis-dap --enable-usb_blaster_libftdi ...So if anyone else is reading this, because they have the problem, I recommend to try the latest build from the repositories. [ae3baa9d5a09fa6b3ef23c74ea16f7a10b8a6406 is working for me] Thank you for your help, Paul. :) Love Jens |