Hey Jens, On Thu, Feb 26, 2015 at 01:22:53AM +0100, Jens Bauer wrote: > I tested with LPC1788, but I'm not sure the auto-detection is working on my > chip revision. > > ---8<-----8<-----8<----- > $ openocd -c 'telnet_port 4444' -f interface/ftdi/jtag-lock-pick_tiny_2.cfg > -c "transport select swd" -f target/lpc1788.cfg
It seems you're using an outdated target config (even though the binary is new), the current code has no lpc1788.cfg file at all, please retry with the recent version. One way to do it is to "make install", another is to use -s to specify the location of the tcl directory in the source tree. HTH -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:[email protected] ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
