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
 
   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/
 
   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
 
  10          Using Port            : /dev/ttyACM0
 
  11          Using Programmer      : avr910
 
  13          Chip Erase delay      : 9000 us
 
  16          RESET disposition     : dedicated
 
  18          serial program mode   : yes
 
  19          parallel program mode : yes
 
  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
 
  41          Programmer Type : avr910
 
  42          Description     : Atmel Low Cost Serial Programmer
 
  44 Found programmer: Id = "AVR ISP"; type = S
 
  45     Software Version = 2.3; Hardware Version = 1.0
 
  46 Programmer supports auto addr increment.
 
  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)
 
  64 avrdude: warning: selected device is not supported by programmer: usb162
 
  65 avrdude: AVR device initialized and ready to accept instructions
 
  67 Reading | ################################################## | 100% 0.00s
 
  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.
 
  76 avrdude: reading input file "BootloaderDFU.hex"
 
  77 avrdude: input file BootloaderDFU.hex auto detected as Intel Hex
 
  78 avrdude: writing flash (16066 bytes):
 
  80 Writing | ################################################## | 100% 33.39s
 
  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:
 
  91 Reading | ################################################## | 100% 16.07s
 
  95 avrdude: verifying ...
 
  96 avrdude: 16066 bytes of flash verified
 
  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
 
 103 avrdude done.  Thank you.