avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Programming Flash without Erase the flash first in Wi


From: Brian Dean
Subject: Re: [avr-gcc-list] Programming Flash without Erase the flash first in WinAVR
Date: Thu, 27 Oct 2005 15:33:38 -0400
User-agent: Mutt/1.5.9i

On Thu, Oct 27, 2005 at 07:06:52AM +0200, Joerg Wunsch wrote:

> When using avrdude, either use two -U flash:w:... options in the
> same command, or specify -D in the second command; that will
> suppress the chip erase.

Also, using a second -U for the other one should work as well, i.e.:

  avrdude ... -V -U flash:w:application.hex -U flash:w:bootloader.hex

-Brian
-- 
Brian Dean
ATmega128 based MAVRIC controllers
http://www.bdmicro.com/




reply via email to

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