1 | ---@---:~$ avrdude -p t13 -v -v -c ponyser -P /dev/ttyS0 -U flash:w:"/---.hex" -F
|
2 |
|
3 | avrdude: Version 5.10, compiled on Jun 29 2010 at 21:09:48
|
4 | Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
|
5 | Copyright (c) 2007-2009 Joerg Wunsch
|
6 |
|
7 | System wide configuration file is "/etc/avrdude.conf"
|
8 | User configuration file is "/home/momar/.avrduderc"
|
9 | User configuration file does not exist or is not a regular file, skipping
|
10 |
|
11 | Using Port : /dev/ttyS0
|
12 | Using Programmer : ponyser
|
13 | AVR Part : ATtiny13
|
14 | Chip Erase delay : 4000 us
|
15 | PAGEL : P00
|
16 | BS2 : P00
|
17 | RESET disposition : dedicated
|
18 | RETRY pulse : SCK
|
19 | serial program mode : yes
|
20 | parallel program mode : yes
|
21 | Timeout : 200
|
22 | StabDelay : 100
|
23 | CmdexeDelay : 25
|
24 | SyncLoops : 32
|
25 | ByteDelay : 0
|
26 | PollIndex : 3
|
27 | PollValue : 0x53
|
28 | Memory Detail :
|
29 |
|
30 | Block Poll Page Polled
|
31 | Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
|
32 | ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
|
33 | eeprom 65 5 4 0 no 64 4 0 4000 4000 0xff 0xff
|
34 | flash 65 6 32 0 yes 1024 32 32 4500 4500 0xff 0xff
|
35 | signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
|
36 | lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
|
37 | calibration 0 0 0 0 no 2 0 0 0 0 0x00 0x00
|
38 | lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
|
39 | hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
|
40 |
|
41 | Programmer Type : SERBB
|
42 | Description : design ponyprog serial, reset=!txd sck=rts mosi=dtr miso=cts
|
43 |
|
44 | avrdude: Calibrating delay loop... calibrated to 611 cycles per us
|
45 | bitbang_cmd(): [ AC 53 00 00 ] [ 00 00 00 00 ] (Diese Zeile wiederholt sich ziemlich oft, ich lasse sie hier mal weg)
|
46 | avrdude: AVR device not responding
|
47 | avrdude: initialization failed, rc=-1
|
48 | avrdude: AVR device initialized and ready to accept instructions
|
49 | avrdude: Device signature = 0x000000
|
50 | avrdude: Yikes! Invalid device signature.
|
51 | avrdude: Expected signature for ATtiny13 is 1E 90 07
|
52 | avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
|
53 | To disable this feature, specify the -D option.
|
54 |
|
55 | avrdude done. Thank you.
|