I'm using Ubuntu linux and I am seeing the device as /dev/ttyUSB0.
I botched this together in the avrdude config file:
- Code: Select all
##IJAL Attempt at fudging an FTDi compatible programmer.
programmer
id = "ftdi";
desc = "design ftdi adapter, reset=dtr sck=tx mosi=rts miso=cts";
type = serbb;
reset = ~4;
sck = ~3;
mosi = ~7;
miso = ~8;
;
and I've been running this command:
- Code: Select all
avrdude -c ftdi -p m162 -P /dev/ttyUSB0 -U flash:w:/home/daed/Desktop/x0xb0x.hex
Which sits around a few seconds (presumably timing out) and then prints out:
- Code: Select all
avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.
Please help, as I would really like to put sokkos on this thing
--Daed

