I add a variable into the Makefile, see below: AVRDUDE_PORT = /dev/ppi0 # The following line was added by Atommann AVRDUDE_EXITSPEC = vcc,noreset
AVRDUDE_BASIC = -p $(MCU) -P $(AVRDUDE_PORT) -c $(AVRDUDE_PROGRAMMER) -E $(AVRDUDE_EXITSPEC) AVRDUDE_FLAGS = $(AVRDUDE_BASIC) $(AVRDUDE_NO_VERIFY) $(AVRDUDE_VERBOSE) $(AVRDUDE_ERASE_COUNTER) In FreeBSD with pony-stk200, I still have to unplug the programmer to reset my avr system. This situation can reduce the time of doing command "make program" :) Any tip is helpful. Atommann
_______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
