avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] AVR do not restart after ISP programming


From: 龙黎
Subject: Re: [avr-chat] AVR do not restart after ISP programming
Date: Tue, 4 Sep 2007 23:48:47 +0800

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]