[OpenOCD-devel] [openocd:tickets] Re: #214 Error: The specified debug interface was not found (ft2232)

2018-12-06 Thread Paul Fertser via OpenOCD-devel
On Thu, Dec 06, 2018 at 02:30:48PM -, Dr. Peter Oehler wrote: > which I've found at > > [2]https://github.com/arduino/OpenOCD/blob/master/tcl/interface/ftdi/oocdlink.cfg You should be using config files that are installed along with the OpenOCD, not download random versions from the Internet.

[OpenOCD-devel] [openocd:tickets] Re: #214 Error: The specified debug interface was not found (ft2232)

2018-12-06 Thread Paul Fertser via OpenOCD-devel
On Thu, Dec 06, 2018 at 12:49:34PM -, Dr. Peter Oehler wrote: > But I got problems, because in the interface configuration, which I've got, > there are some special statements not known by ftdi: > > interface ft2232 > ft2232_layout oocdlink > ft2232_vid_pid 0x0403 0x6010 > adapter_khz 100 Jus

[OpenOCD-devel] [openocd:tickets] Re: #214 Error: The specified debug interface was not found (ft2232)

2018-12-06 Thread Paul Fertser via OpenOCD-devel
Hello, On Thu, Dec 06, 2018 at 10:26:13AM -, Dr. Peter Oehler wrote: > Error: The specified debug interface was not found (ft2232) This is not a bug, ft2232 was deprecated since long. Please use ftdi interface instead. If you're on windows, don't forget to read README.Windows. Feel free to j