When I edit /usr/local/CrossPack-AVR/etc/avrdude.conf and add the delay = 2000; line under the dasa programmer, then the command (avrdude -p t2313 -c dasa -P /dev/cu.PL2303-000013FA) errors out with:
- Code: Select all
syntax error at /usr/local/CrossPack-AVR-20100115/etc/avrdude.conf:650
make: *** [program-alt_leds] Error 1
When I try to program it anyways, a few LEDs light up, but not in sequence like the default program. It looks like TX/RX, but it times out and I get:
- 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.
make: *** [program-alt_leds] Error 1

