busblaster 4.1V and OpenOCD October 14, 2020, 05:55:11 am Hi I have a 4.1 that I got years back when it was recently released. I am trying to get it up again now and I keep getting errors from OpenOCD.The following is what I get when I use the instructions in your manual. What changes should I be making if any to the cfg file now that ft2232 is depreciated for ftdi?openocd -f busblaster.cfgOpen On-Chip Debugger 0.10.0Licensed under GNU GPL v2For bug reports, read http://openocd.org/doc/doxygen/bugs.htmlError: The specified debug interface was not found (ft2232)The following debug interfaces are available:1: ftdi2: usb_blaster3: amt_jtagaccel4: gw160125: presto6: usbprog7: openjtag8: jlink9: vsllink10: rlink11: ulink12: arm-jtag-ew13: buspirate14: hla15: osbdm16: opendous17: sysfsgpio18: aice19: cmsis-dap
Re: busblaster 4.1V and OpenOCD Reply #1 – October 16, 2020, 07:20:28 am Never mind I found most of it here. https://gist.github.com/kevinmehall/71db7951c7538541eee2Please update the wiki page.###### Bus Blasterinterface ftdiftdi_device_desc "Dual RS232-HS"ftdi_vid_pid 0x0403 0x6010ftdi_layout_init 0x0c08 0x0f1bftdi_layout_signal nTRST -data 0x0100 -noe 0x0400ftdi_layout_signal nSRST -data 0x0200 -noe 0x0800adapter_khz 1000reset_config srst_onlytransport select jtag#the other option is swd - this bit I had to look up