avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] Performance W2k console vs. batchfile


From: E. Weddington
Subject: Re: [avrdude-dev] Performance W2k console vs. batchfile
Date: Wed, 23 Apr 2003 10:09:11 -0600

On 23 Apr 2003 at 17:57, address@hidden wrote:

> 
> > > Today I wrote a batchfile to program my at90s8535 in one go:
> > > 
> > > 1. erase the chip
> > > 2. write flash
> > > 3. write eeprom
> > > 4. ready :)
> > > 
> > 
> > What are the commands that you use for these?
> > 
> @echo off
> echo Erasing...
> avrdude -p 8535 -c stk200 -e
> echo Programming Flash
> avrdude -p 8535 -c stk200 -m flash -i flash.hex -f i
> echo Programming internal EEPROM
> avrdude -p 8535 -c stk200 -m eeprom -i eeprom.eep -f r
> 

Can you try adding -V (no verification) to the flash programming 
line? Does that make a difference?

Also, there is currently an issue with the Raw Binary format for 
Windows (opening the file in the correct mode). Are you sure that 
eeprom.eep is in raw binary format?

Eric




reply via email to

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