Fixed interrupt driven HID device demos not clearing the interrupt flags in all circu...
[pub/USBasp.git] / Projects / AVRISP_Programmer / Sample_Programming_Session.txt
1 ubuntu@ubuntu:~/LUFA/Bootloaders/LUFA_DFU_Bootloader_AT90USB162$ sudo avrdude -vv -F -P /dev/ttyACM0 -c avr910 -p usb162 -U flash:w:BootloaderDFU.hex
2
3 avrdude: Version 5.5, compiled on May 9 2008 at 13:04:46
4 Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
5
6 System wide configuration file is "/etc/avrdude.conf"
7 User configuration file is "/home/ubuntu/.avrduderc"
8 User configuration file does not exist or is not a regular file, skipping
9
10 Using Port : /dev/ttyACM0
11 Using Programmer : avr910
12 AVR Part : AT90USB162
13 Chip Erase delay : 9000 us
14 PAGEL : PD7
15 BS2 : PA0
16 RESET disposition : dedicated
17 RETRY pulse : SCK
18 serial program mode : yes
19 parallel program mode : yes
20 Timeout : 200
21 StabDelay : 100
22 CmdexeDelay : 25
23 SyncLoops : 32
24 ByteDelay : 0
25 PollIndex : 3
26 PollValue : 0x53
27 Memory Detail :
28
29 Block Poll Page Polled
30 Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
31 ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
32 eeprom 65 10 8 0 no 512 4 0 9000 9000 0x00 0x00
33 flash 65 6 128 0 yes 16384 128 128 4500 4500 0x00 0x00
34 lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
35 hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
36 efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
37 lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
38 calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
39 signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
40
41 Programmer Type : avr910
42 Description : Atmel Low Cost Serial Programmer
43
44 Found programmer: Id = "AVR ISP"; type = S
45 Software Version = 2.3; Hardware Version = 1.0
46 Programmer supports auto addr increment.
47
48 Programmer supports the following devices:
49 Device code: 0x55 = ATtiny12
50 Device code: 0x56 = ATtiny15
51 Device code: 0x5e = ATtiny2313
52 Device code: 0x76 = ATMEGA8
53 Device code: 0x74 = ATMEGA6450
54 Device code: 0x72 = ATMEGA32
55 Device code: 0x45 = ATMEGA64
56 Device code: 0x74 = ATMEGA6450
57 Device code: 0x43 = ATMEGA128
58 Device code: 0x63 = ATMEGA162
59 Device code: 0x78 = ATMEGA169
60 Device code: 0x6c = AT90S4434
61 Device code: 0x38 = AT90S8515
62 Device code: 0x65 = (unknown)
63
64 avrdude: warning: selected device is not supported by programmer: usb162
65 avrdude: AVR device initialized and ready to accept instructions
66
67 Reading | ################################################## | 100% 0.00s
68
69 avrdude: Device signature = 0x1e9482
70 avrdude: safemode: lfuse reads as 5E
71 avrdude: safemode: hfuse reads as D9
72 avrdude: safemode: efuse reads as F4
73 avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
74 To disable this feature, specify the -D option.
75 avrdude: erasing chip
76 avrdude: reading input file "BootloaderDFU.hex"
77 avrdude: input file BootloaderDFU.hex auto detected as Intel Hex
78 avrdude: writing flash (16066 bytes):
79
80 Writing | ################################################## | 100% 33.39s
81
82
83
84 avrdude: 16066 bytes of flash written
85 avrdude: verifying flash memory against BootloaderDFU.hex:
86 avrdude: load data flash data from input file BootloaderDFU.hex:
87 avrdude: input file BootloaderDFU.hex auto detected as Intel Hex
88 avrdude: input file BootloaderDFU.hex contains 16066 bytes
89 avrdude: reading on-chip flash data:
90
91 Reading | ################################################## | 100% 16.07s
92
93
94
95 avrdude: verifying ...
96 avrdude: 16066 bytes of flash verified
97
98 avrdude: safemode: lfuse reads as 5E
99 avrdude: safemode: hfuse reads as D9
100 avrdude: safemode: efuse reads as F4
101 avrdude: safemode: Fuses OK
102
103 avrdude done. Thank you.
104