avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] attiny13 programming


From: Z.N.
Subject: [avrdude-dev] attiny13 programming
Date: Wed, 23 Feb 2005 08:52:07 -0000

Hi!

How can I flash attiny13 devices using avrdude?

I've tried to flash a tiny13 as if it was a tiny12, however, that didnt
work out:

bash-2.05b$ avrdude -p t12 -c dapa -U flash:w:avrledtest.hex:i

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100%
0.00s

avrdude: Device signature = 0x1e9007
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be
performed         To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "avrledtest.hex"
avrdude: writing flash (8 bytes):

Writing |                                                    | 0% 0.00s
***failed;
Writing | ######                                             | 12% 0.13s
***failed;
Writing | #############                                      | 25% 0.25s
***failed;
Writing | ###################                                | 37% 0.37s
***failed;
Writing | #########################                          | 50% 0.49s
***failed;
Writing | ###############################                    | 62% 0.62s
***failed;
Writing | ######################################             | 75% 0.74s
***failed;
Writing | ############################################       | 87% 0.87s
***failed;
Writing | ################################################## | 100%
1.00s

avrdude: 8 bytes of flash written
avrdude: verifying flash memory against avrledtest.hex:
avrdude: load data flash data from input file avrledtest.hex:
avrdude: input file avrledtest.hex contains 8 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100%
0.00s

avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x0000
         0xbc != 0xff
avrdude: verification error; content mismatch

avrdude done.  Thank you.


Maybe I should modify the config file in order to avrdude to work with
tiny13? (add programming codes, but how can I know which codes should be
given to tiny13, can you give some pointers to related documents?)


Best regads,
Zoli





reply via email to

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