Can't get AVRISP MKII to work -- PLEASE HELP April 22, 2011 11:44AM |
Registered: 13 years ago Posts: 44 |
./avrdude -C ./avrdude.conf -c ?in the arduino hardware/tools directory to find my programmer, but there are two entries for the AVRISP MKII (They are avrisp2 and avrispmkII).
./avrdude -C ./avrdude.conf -c avrispmkII -p atmega644p -P /dev/ttyACM0 \ -B 5 -U lfuse:w:0xF7:m -U hfuse:w:0xDC:m -U efuse:w:0xFF:m
avrdude: ser_open(): can't open device "/dev/ttyacm0": No such file or directory
avrdude: stk500v2_command(): command failed avrdude: initialization failed, rc=-1 double check connections and try again, or use -F to override this check
avrdude: stk500v2_command(): command failed avrdude: initialization failed, rc=-1 avrdude: AVR device initialized and ready to accept instructions avrdude: Device signature = 0xffffff avrdude: Yikes! Invalid device signature avrdude: Expected signature for ATMEGA644P is 1E 96 0A avrdude: reading input file "0xF7" avrdude: writing lfuse (1 bytes): writing | 0% 0.00s ***failed; writing | 100% 0.06s avrdude: 1 bytes of lfuse written avrdude: verifying lfuse memory against 0xF7: avrdude: load data from input file 0xF7: avrdude: input file 0xF7 contains 1 bytes avrdude: reading on-chip lfuse data: reading | 100% 0.00s avrdude: verifying ... avrdude: verification error, first mismatch at byte 0x0000 0xF7 != 0xFF avrdude: verification error; content mismatch avrdude: safemode: lfuse changed! was f7, and is now ff would you like this fuse to be changed back? (Y/N)
Re: Can't get AVRISP MKII to work -- PLEASE HELP April 22, 2011 09:49PM |
Registered: 13 years ago Posts: 581 |
Re: Can't get AVRISP MKII to work -- PLEASE HELP April 23, 2011 02:13AM |
Registered: 13 years ago Posts: 44 |
Re: Can't get AVRISP MKII to work -- PLEASE HELP April 23, 2011 04:13AM |
Registered: 14 years ago Posts: 7,616 |
Quote
avrdude: ser_open(): can't open device "/dev/ttyacm0": No such file or directory
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Can't get AVRISP MKII to work -- PLEASE HELP April 23, 2011 05:39PM |
Registered: 13 years ago Posts: 44 |
Re: Can't get AVRISP MKII to work -- PLEASE HELP April 24, 2011 07:03AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Can't get AVRISP MKII to work -- PLEASE HELP April 24, 2011 06:32PM |
Registered: 13 years ago Posts: 44 |
Re: Can't get AVRISP MKII to work -- PLEASE HELP April 25, 2011 04:22AM |
Registered: 14 years ago Posts: 7,616 |
Quote
I'm using a USB programmer. Therefore, would I still use "/dev/ttyACM0" or would I type "USB"?
Quote
how much would you sell an atmega644 with the bootloader/fuses set, ready to have the firmware uploaded?
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Can't get AVRISP MKII to work -- PLEASE HELP April 25, 2011 11:13AM |
Registered: 13 years ago Posts: 44 |