Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ sudo avrdude -pm32 -cstk500v2 -P /dev/ttyACM0 -n -v
- avrdude: Version 5.10, compiled on Jun 29 2010 at 21:09:48
- Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
- Copyright (c) 2007-2009 Joerg Wunsch
- System wide configuration file is "/etc/avrdude.conf"
- User configuration file is "/home/martin/.avrduderc"
- User configuration file does not exist or is not a regular file, skipping
- Using Port : /dev/ttyACM0
- Using Programmer : stk500v2
- AVR Part : ATMEGA32
- Chip Erase delay : 9000 us
- PAGEL : PD7
- BS2 : PA0
- 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 MaxW ReadBack
- ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
- eeprom 4 10 64 0 no 1024 4 0 9000 9000 0xff 0xff
- flash 33 6 64 0 yes 32768 128 256 4500 4500 0xff 0xff
- lfuse 0 0 0 0 no 1 0 0 2000 2000 0x00 0x00
- hfuse 0 0 0 0 no 1 0 0 2000 2000 0x00 0x00
- lock 0 0 0 0 no 1 0 0 2000 2000 0x00 0x00
- signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
- calibration 0 0 0 0 no 4 0 0 0 0 0x00 0x00
- Programmer Type : STK500V2
- Description : Atmel STK500 Version 2.x firmware
- Programmer Model: AVRISP
- Hardware Version: 15
- Firmware Version Master : 2.10
- Vtarget : 0.0 V
- SCK period : 203.0 us
- avrdude: AVR device initialized and ready to accept instructions
- Reading | ################################################## | 100% 0.03s
- avrdude: Device signature = 0x1e9502
- avrdude: safemode: lfuse reads as FF
- avrdude: safemode: hfuse reads as DA
- avrdude: safemode: lfuse reads as FF
- avrdude: safemode: hfuse reads as DA
- avrdude: safemode: Fuses OK
- avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement