score:1

i have this configuration in /etc/avrdude.conf on ubuntu:

programmer
  id    = "ftdi";
  desc  = "sparkfun ftdi basic breakout";
  type  = ft232r;
  miso  = 1;  # rxd
  sck   = 3;  # cts
  mosi  = 0;  # txd
  reset = 4;  # dtr
;

i think you should use your configuration in the same file.

note: afaik avrdude doesn't support bitbanging with ft232 based devices without some patches, i built it from source following this tutorial


Related Query

More Query from same tag