I used to be able to do this now I'm missing something simple I'm sure.
I send the command-line:
avrdude -p m169 -c butterfly -P com7 -b 19200 -F -U flash:w:\Users\owner\Documents\Joe Code\Butterfly Test\Messenger\default\Messenger.hex -v
And I get:
Started function. Please stand by.. avrdude.exe: Version 5.6, compiled on Mar 5 2009 at 09:59:30 Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ System wide configuration file is "C:\Users\owner\Documents\Joe Code\AVRUP V1\bin\Debug\avrdude.conf" Using Port : com7 Using Programmer : butterfly avr910_devcode (avrdude.conf) : 0x78 Overriding Baud Rate : 19200 AVR Part : ATMEGA169 Chip Erase delay : 9000 us PAGEL : P00 BS2 : P00 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 9000 9000 0xff 0xff flash 65 6 128 0 yes 16384 128 128 4500 4500 0xff 0xff lfuse 0 0 0 0 no 1 0 0 2000 2000 0x00 0x00 hfuse 0 0 0 0 no 1 0 0 2000 2000 0x00 0x00 efuse 0 0 0 0 no 1 0 0 0 0 0x00 0x00 lock 0 0 0 0 no 1 0 0 2000 2000 0x00 0x00 signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00 calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00 Programmer Type : avr910 Description : Atmel Butterfly Development Board Connecting to programmer: . Found programmer: Id = "ˆÿ""; type = ? Software Version = D.avrdude.exe: error: buffered memory access not supported. Maybe it isn't a butterfly/AVR109 but a AVR910 device?
So am I missing something simple? I've tried avr910, avrisp, and stk500 with similar results.
[edit]
This worked:
avrdude -p m169 -c butterfly -P com7 -b 19200 -F -U flash:w:\Butterfly_Test\Messenger\default\Messenger.hex -v
I suspect that it had something to do with the spaces in the path directory names.
[/edit]
Smiley