Hi, I just finished testing the trunk version of avrdude (r985) with my JTAGKey2 - works well.
The following config should work for all Amontec JTAGKey variants, JTAGKey, JTAGkey tiny (both FT2232D) and JTAGKey2 (FT2232H type): programmer id = "jtagkey"; desc = "Amontec JTAGKey, JTAGKey-Tiny and JTAGKey2"; type = avrftdi; usbvid = 0x0403; # Note: This PID is used in all JTAGKey variants usbpid = 0xCFF8; usbdev = "A"; usbvendor = ""; usbproduct = ""; usbsn = ""; #ISP-signals => 20 - Pin connector on JTAGKey reset = 4; # TMS 7 violet sck = 1; # TCK 9 white mosi = 2; # TDI 5 green miso = 3; # TDO 13 orange buff = 5; # VTG VREF 1 brown with red tip # GND GND 20 black # The colors are on the 20 pin breakout cable # from Amontec ; It is more or less the same as "2232HIO" without the LEDs and with a different PID. Almost forgot: Thank you for adding FT2232 support to avrdude! -- Turbo J _______________________________________________ avrdude-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avrdude-dev
