Turtelizer 2 JTAG Cloned.
Truly Integrated Turtelizer 2 Clone is another hardware implementation of well known Turtelizer 2, which was deriverd from ethrenut.de. The programmer was designed to be fully supported by OpenOCD. 10-pin JTAG connector is pin compatible with the original Turtelizer. Whole Project is based on FT2232 IC from FTDI. This IC is supported by Windows and Linux operating systems. Next to JTAG, this programmer has RS232 interface, driven by ST3232. JTAG pins are connected via buffers which ensure that tis toy can support any target no matter its supply voltage (:.
In order to use programmers serial interface we need to load ftdi_sio module. Due to the fact that this device uses non-typical vendor and product id, we need to give parameters as follows:
# modprobe ftdi_sio vendor=0x403 product=0xbdc8
I heard that Windows drivers are included in OpenOCD package, but i never tested it, because i don’t have Windows on my computer.
