Hi, thanks for purchasing TUMPA.
This is the openocd file:
Here you go:
#
# TUMPA TIAO USB Multi-Protocol Adapter
#
# http://www.diygadget.com/tiao-usb-multi-protocol-adapter-jtag-spi-i2c-serial.html
#
# Tutorial and manual:
#
# http://www.tiaowiki.com/w/JTAG_Tutorials
#
interface ft2232
ft2232_device_desc "TUMPA TIAO USB Multi-Protocol Adapter"
ft2232_layout jtagkey
ft2232_vid_pid 0x0403 0x8A98
EDIT by volkan-k on June 27, 2013;
Using a config file for jtagkey can result in a permanent damage for your TUMPA. Please get the current OpenOCD version from git instead, build with ./configure --enable-maintainer-mode --enable-ftdi; make; make install and use "-f interface/ftdi/tumpa.cfg" when running openocd.