I have PGM usb pocket programmer
<LINK_TEXT text="
http://www.sparkfun.com/commerce/produ … s_id=9231
">
http://www.sparkfun.com/commerce/product_info.php?products_id=9231
</LINK_TEXT>
It is programming Attiny2313 while it gives following error for Atmega8.
I have checked connecions over and over again.
Anybody can help me out what is wrong.Even Amega8 is supported or not ?
avrdude -c usbtiny -B 1 -pm8 -vvv -U flash:w:Led_Blinker.hex:i
avrdude: Version 5.10, compiled on Jan 19 2010 at 10:45:23
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is “C:\WinAVR-20100110\bin\avrdude.conf”
Using Port : lpt1
Using Programmer : usbtiny
Setting bit clk period : 1.0
AVR Part : ATMEGA8
Chip Erase delay : 10000 us
PAGEL : PD7
BS2 : PC2
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page
Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW Max
W ReadBack
eeprom 4 20 128 0 no 512 4 0 9000 90
00 0xff 0xff
Block Poll Page
Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW Max
W ReadBack
flash 33 10 64 0 yes 8192 64 128 4500 45
00 0xff 0x00
Block Poll Page
Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW Max
W ReadBack
lfuse 0 0 0 0 no 1 0 0 2000 20
00 0x00 0x00
Block Poll Page
Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW Max
W ReadBack
hfuse 0 0 0 0 no 1 0 0 2000 20
00 0x00 0x00
Block Poll Page
Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW Max
W ReadBack
lock 0 0 0 0 no 1 0 0 2000 20
00 0x00 0x00
Block Poll Page
Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW Max
W ReadBack
calibration 0 0 0 0 no 4 0 0 0
0 0x00 0x00
Block Poll Page
Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW Max
W ReadBack
signature 0 0 0 0 no 3 0 0 0
0 0x00 0x00
Programmer Type : USBtiny
Description : USBtiny simple USB programmer, http://www.ladyada.net
/make/usbtinyisp/
avrdude: programmer operation not supported
avrdude: Setting SCK period to 1 usec
CMD: [ac 53 00 00] [00 53 00 00]
CMD: [ac 53 00 00] [ac 53 00 00]
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.