Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.
[pub/lufa.git] / Projects / AVRISP_Programmer / Sample_Programming_Session.txt
diff --git a/Projects/AVRISP_Programmer/Sample_Programming_Session.txt b/Projects/AVRISP_Programmer/Sample_Programming_Session.txt
deleted file mode 100644 (file)
index b5af76e..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-ubuntu@ubuntu:~/LUFA/Bootloaders/LUFA_DFU_Bootloader_AT90USB162$  sudo avrdude -vv -F -P /dev/ttyACM0 -c avr910 -p usb162 -U flash:w:BootloaderDFU.hex\r
-\r
-avrdude: Version 5.5, compiled on May  9 2008 at 13:04:46\r
-         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/\r
-\r
-         System wide configuration file is "/etc/avrdude.conf"\r
-         User configuration file is "/home/ubuntu/.avrduderc"\r
-         User configuration file does not exist or is not a regular file, skipping\r
-\r
-         Using Port            : /dev/ttyACM0\r
-         Using Programmer      : avr910\r
-         AVR Part              : AT90USB162\r
-         Chip Erase delay      : 9000 us\r
-         PAGEL                 : PD7\r
-         BS2                   : PA0\r
-         RESET disposition     : dedicated\r
-         RETRY pulse           : SCK\r
-         serial program mode   : yes\r
-         parallel program mode : yes\r
-         Timeout               : 200\r
-         StabDelay             : 100\r
-         CmdexeDelay           : 25\r
-         SyncLoops             : 32\r
-         ByteDelay             : 0\r
-         PollIndex             : 3\r
-         PollValue             : 0x53\r
-         Memory Detail         :\r
-\r
-                                  Block Poll               Page                       Polled\r
-           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack\r
-           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------\r
-           eeprom        65    10     8    0 no        512    4      0  9000  9000 0x00 0x00\r
-           flash         65     6   128    0 yes     16384  128    128  4500  4500 0x00 0x00\r
-           lfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00\r
-           hfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00\r
-           efuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00\r
-           lock           0     0     0    0 no          1    0      0  9000  9000 0x00 0x00\r
-           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00\r
-           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00\r
-\r
-         Programmer Type : avr910\r
-         Description     : Atmel Low Cost Serial Programmer\r
-\r
-Found programmer: Id = "AVR ISP"; type = S\r
-    Software Version = 2.3; Hardware Version = 1.0\r
-Programmer supports auto addr increment.\r
-\r
-Programmer supports the following devices:\r
-    Device code: 0x55 = ATtiny12\r
-    Device code: 0x56 = ATtiny15\r
-    Device code: 0x5e = ATtiny2313\r
-    Device code: 0x76 = ATMEGA8\r
-    Device code: 0x74 = ATMEGA6450\r
-    Device code: 0x72 = ATMEGA32\r
-    Device code: 0x45 = ATMEGA64\r
-    Device code: 0x74 = ATMEGA6450\r
-    Device code: 0x43 = ATMEGA128\r
-    Device code: 0x63 = ATMEGA162\r
-    Device code: 0x78 = ATMEGA169\r
-    Device code: 0x6c = AT90S4434\r
-    Device code: 0x38 = AT90S8515\r
-    Device code: 0x65 = (unknown)\r
-\r
-avrdude: warning: selected device is not supported by programmer: usb162\r
-avrdude: AVR device initialized and ready to accept instructions\r
-\r
-Reading | ################################################## | 100% 0.00s\r
-\r
-avrdude: Device signature = 0x1e9482\r
-avrdude: safemode: lfuse reads as 5E\r
-avrdude: safemode: hfuse reads as D9\r
-avrdude: safemode: efuse reads as F4\r
-avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed\r
-         To disable this feature, specify the -D option.\r
-avrdude: erasing chip\r
-avrdude: reading input file "BootloaderDFU.hex"\r
-avrdude: input file BootloaderDFU.hex auto detected as Intel Hex\r
-avrdude: writing flash (16066 bytes):\r
-\r
-Writing | ################################################## | 100% 33.39s\r
-\r
-\r
-\r
-avrdude: 16066 bytes of flash written\r
-avrdude: verifying flash memory against BootloaderDFU.hex:\r
-avrdude: load data flash data from input file BootloaderDFU.hex:\r
-avrdude: input file BootloaderDFU.hex auto detected as Intel Hex\r
-avrdude: input file BootloaderDFU.hex contains 16066 bytes\r
-avrdude: reading on-chip flash data:\r
-\r
-Reading | ################################################## | 100% 16.07s\r
-\r
-\r
-\r
-avrdude: verifying ...\r
-avrdude: 16066 bytes of flash verified\r
-\r
-avrdude: safemode: lfuse reads as 5E\r
-avrdude: safemode: hfuse reads as D9\r
-avrdude: safemode: efuse reads as F4\r
-avrdude: safemode: Fuses OK\r
-\r
-avrdude done.  Thank you.
-