avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] flashing with usbtiny broken in svn trunk


From: Christian Moll
Subject: [avrdude-dev] flashing with usbtiny broken in svn trunk
Date: Mon, 06 Feb 2012 21:12:49 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

 Hi,

I just tested a build from trunk with my usbtiny (sparkfun pocket programmer). It can write fuses but when I wanna write flash, progress stays 0%.

./avrdude -vvv -C ./avrdude.conf -p m168p -c usbtiny -U flash:w:/Users/moll/Library/Preferences/kkMulticopterFlashTool/XXcontrol_KR_Y6Copter_v2_5.hex:i

avrdude: Version 5.11svn, compiled on Feb  6 2012 at 21:11:24
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "./avrdude.conf"
         User configuration file is "/Users/moll/.avrduderc"
User configuration file does not exist or is not a regular file, skipping

         Using Port                    : usb
         Using Programmer              : usbtiny
avrdude: usbdev_open(): Found USBtinyISP, bus:device: 006:005
         AVR Part                      : ATmega168P
         Chip Erase delay              : 9000 us
         PAGEL                         : PD7
         BS2                           : PC2
         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 65 20 4 0 no 512 4 0 3600 3600 0xff 0xff Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- flash 65 6 128 0 yes 16384 128 128 4500 4500 0xff 0xff Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00 Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00 Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00 Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00 Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00 Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00

         Programmer Type : USBtiny
Description : USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/
avrdude: programmer operation not supported

avrdude: Using SCK period of 10 usec
CMD: [ac 53 00 00] [00 00 53 00]
avrdude: AVR device initialized and ready to accept instructions

Reading | | 0% 0.00sCMD: [30 00 00 00] [00 30 00 1e]
CMD: [30 00 01 00] [00 30 00 94]
Reading | ################# | 33% 0.00sCMD: [30 00 02 00] [00 30 00 0b]
Reading | ################################################## | 100% 0.01s

avrdude: Device signature = 0x1e940b
CMD: [50 00 00 00] [00 50 00 e2]
avrdude: safemode read 1, lfuse value: e2
CMD: [50 00 00 00] [00 50 00 e2]
avrdude: safemode read 2, lfuse value: e2
CMD: [50 00 00 00] [00 50 00 e2]
avrdude: safemode read 3, lfuse value: e2
avrdude: safemode: lfuse reads as E2
CMD: [58 08 00 00] [00 58 08 de]
avrdude: safemode read 1, hfuse value: de
CMD: [58 08 00 00] [00 58 08 de]
avrdude: safemode read 2, hfuse value: de
CMD: [58 08 00 00] [00 58 08 de]
avrdude: safemode read 3, hfuse value: de
avrdude: safemode: hfuse reads as DE
CMD: [50 08 00 00] [00 50 08 ff]
avrdude: safemode read 1, efuse value: 7
CMD: [50 08 00 00] [00 50 08 ff]
avrdude: safemode read 2, efuse value: 7
CMD: [50 08 00 00] [00 50 08 ff]
avrdude: safemode read 3, efuse value: 7
avrdude: safemode: efuse reads as 7
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
         To disable this feature, specify the -D option.
avrdude: erasing chip
CMD: [ac 80 00 00] [00 ac 80 00]
avrdude: Using SCK period of 10 usec
CMD: [ac 53 00 00] [00 ac 53 00]
avrdude: reading input file "/Users/moll/Library/Preferences/kkMulticopterFlashTool/XXcontrol_KR_Y6Copter_v2_5.hex"
avrdude: writing flash (6456 bytes):

Writing | | 0% 0.00sCMD: [4c 00 00 00] [c0 4c 00 00]
CMD: [4c 00 40 00] [00 4c 00 40]
CMD: [4c 00 40 00] [00 4c 00 40]
CMD: [4c 00 40 00] [00 4c 00 40]
CMD: [4c 00 40 00] [00 4c 00 40]
CMD: [4c 00 40 00] [00 4c 00 40]
CMD: [4c 00 40 00] [00 4c 00 40]
CMD: [4c 00 40 00] [00 4c 00 40]

Thanks Christian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]