Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- F:\avr\usb_tiny85\usb_tiny85>make flash
- avrdude -p attiny85 -c usbtiny -v -U flash:w:main.hex
- 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
- AVR Part : ATtiny85
- Chip Erase delay : 4500 us
- PAGEL : P00
- BS2 : P00
- RESET disposition : possible i/o
- 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 65 6 4 0 no 512 4 0 4000 45
- 00 0xff 0xff
- flash 65 6 32 0 yes 8192 64 128 4500 45
- 00 0xff 0xff
- signature 0 0 0 0 no 3 0 0 0
- 0 0x00 0x00
- lock 0 0 0 0 no 1 0 0 9000 90
- 00 0x00 0x00
- lfuse 0 0 0 0 no 1 0 0 9000 90
- 00 0x00 0x00
- hfuse 0 0 0 0 no 1 0 0 9000 90
- 00 0x00 0x00
- efuse 0 0 0 0 no 1 0 0 9000 90
- 00 0x00 0x00
- calibration 0 0 0 0 no 2 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: Using SCK period of 10 usec
- avrdude: AVR device initialized and ready to accept instructions
- Reading | ################################################## | 100% 0.02s
- avrdude: Device signature = 0x1e930b
- avrdude: safemode: lfuse reads as E1
- avrdude: safemode: hfuse reads as DF
- avrdude: safemode: efuse reads as FE
- avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
- To disable this feature, specify the -D option.
- avrdude: current erase-rewrite cycle count is -1027358013 (if being tracked)
- avrdude: erasing chip
- avrdude: Using SCK period of 10 usec
- avrdude: reading input file "main.hex"
- avrdude: input file main.hex auto detected as Intel Hex
- avrdude: writing flash (2032 bytes):
- Writing | ################################################## | 100% 6.33s
- avrdude: 2032 bytes of flash written
- avrdude: verifying flash memory against main.hex:
- avrdude: load data flash data from input file main.hex:
- avrdude: input file main.hex auto detected as Intel Hex
- avrdude: input file main.hex contains 2032 bytes
- avrdude: reading on-chip flash data:
- Reading | ################################################## | 100% 3.51s
- avrdude: verifying ...
- avrdude: verification error, first mismatch at byte 0x0000
- 0x3d != 0x00
- avrdude: verification error; content mismatch
- avrdude: safemode: lfuse reads as 0
- avrdude: safemode: hfuse reads as 0
- avrdude: safemode: efuse reads as 0
- avrdude: safemode: lfuse changed! Was e1, and is now 0
- Would you like this fuse to be changed back? [y/n] y
- avrdude: safemode: Wrote lfuse to e1, read as e1. 9 attempts left
- avrdude: safemode: and is now rescued
- avrdude: safemode: hfuse changed! Was df, and is now 0
- Would you like this fuse to be changed back? [y/n] y
- avrdude: safemode: Wrote hfuse to df, read as df. 9 attempts left
- avrdude: safemode: and is now rescued
- avrdude: safemode: efuse changed! Was fe, and is now 0
- Would you like this fuse to be changed back? [y/n] y
- avrdude: safemode: Wrote efuse to fe, read as fe. 9 attempts left
- avrdude: safemode: and is now rescued
- avrdude: safemode: Fuses OK
- avrdude done. Thank you.
- make: *** [flash] Error 1
- F:\avr\usb_tiny85\usb_tiny85>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement