avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [patch] new hash implementation


From: Theodore A. Roth
Subject: [avrdude-dev] [patch] new hash implementation
Date: Fri, 25 Jul 2003 17:33:35 -0700 (PDT)

Hi,

I went ahead and implemented my hash idea I previously posted.

Tested with (stk500):

  $ ./avrdude -p atmega128 -i cs8900a/test_cs8900a.srec -e -f s -m flash -v -v

and:

  $ ./avrdude -p atmega128 -i cs8900a/test_cs8900a.srec -e -f s -m flash -v -v 
2>&1 | cat

To see both the tty and non-tty output. They both look like this when
done:

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################### | 100%
avrdude: Device signature = 0x1e9702
avrdude: erasing chip
avrdude: done.
avrdude: reading input file "cs8900a/test_cs8900a.srec"
avrdude: writing flash (13540 bytes):

Writing | ################################################## | 100%
avrdude: 13568 bytes of flash written
avrdude: verifying flash memory against cs8900a/test_cs8900a.srec:
avrdude: reading on-chip flash data:

Reading | ################################################## | 100%
avrdude: verifying ...
avrdude: 13568 bytes of flash verified

avrdude done.  Thank you.


Still needs tested with a parallel programmer though. I'm sure it's a
bit rough, so I don't plan on committing it without an OK.

Ted Roth

Attachment: avrdude-report-progress.diff
Description: Text document


reply via email to

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