Getting a bootloader onto ATMega 644 July 23, 2011 06:40PM |
Registered: 13 years ago Posts: 37 |
Re: Getting a bootloader onto ATMega 644 July 24, 2011 03:44AM |
Registered: 14 years ago Posts: 7,616 |
Quote
avrdude: usbdev_open(): did not find any USB device "usb"
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Getting a bootloader onto ATMega 644 July 24, 2011 04:14AM |
Registered: 13 years ago Posts: 37 |
Re: Getting a bootloader onto ATMega 644 July 24, 2011 06:11AM |
Registered: 13 years ago Posts: 37 |
Re: Getting a bootloader onto ATMega 644 July 24, 2011 11:33AM |
Registered: 13 years ago Posts: 37 |
Re: Getting a bootloader onto ATMega 644 July 25, 2011 05:18PM |
Registered: 13 years ago Posts: 37 |
Re: Getting a bootloader onto ATMega 644 July 25, 2011 11:36PM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Getting a bootloader onto ATMega 644 July 26, 2011 01:26AM |
Registered: 14 years ago Posts: 384 |
Re: Getting a bootloader onto ATMega 644 July 26, 2011 04:20AM |
Registered: 13 years ago Posts: 37 |
Re: Getting a bootloader onto ATMega 644 July 27, 2011 01:35AM |
Registered: 14 years ago Posts: 7,616 |
Quote
I've got an Atmega 644A , and it seems that I've alread bricked two chips setting the fuses wrong
Quote
If someone has the right fuses settings, that would be appreciated.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Getting a bootloader onto ATMega 644 July 27, 2011 05:45AM |
Registered: 14 years ago Posts: 384 |
Quote
What makes you think you bricked the chip? Does it no longer react at all, of do you just get errors?
All next steps failQuote
sudo ./avrdude -C ./avrdude.conf -c avrispmkII -p atmega644 -U lfuse:w:0xF7:m -U hfuse:w:0xDC:m -U efuse:w:0xFF:m -P usb
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.01s
avrdude: Device signature = 0x1e9609
avrdude: reading input file "0xF7"
avrdude: writing lfuse (1 bytes):
Writing | ################################################## | 100% 0.02s
...
Reading | ################################################## | 100% 0.00s
avrdude: verifying ...
avrdude: 1 bytes of efuse verified
avrdude: safemode: Fuses OK
avrdude done. Thank you.
Quote
sudo ./avrdude -C avrdude.conf -c avrispmkII -p atmega644 -P usb -B 1 -U flash:w:./Gen7\ Arduino\ IDE\ Support/Gen7/bootloaders/Gen7/bootloader-644-20MHz.hex
avrdude: stk500v2_command(): command failed
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
Re: Getting a bootloader onto ATMega 644 August 01, 2011 09:43AM |
Registered: 13 years ago Posts: 37 |
Re: Getting a bootloader onto ATMega 644 August 01, 2011 12:09PM |
Registered: 13 years ago Posts: 37 |
Re: Getting a bootloader onto ATMega 644 August 02, 2011 01:40AM |
Registered: 14 years ago Posts: 7,616 |
sudo ./avrdude -C avrdude.conf -c avrispmkII -p atmega644 -P usb -B 1 -U flash:w:./Gen7\ Arduino\ IDE\ Support/Gen7/bootloaders/Gen7/bootloader-644-20MHz.hex avrdude: stk500v2_command(): command failed avrdude: initialization failed, rc=-1brupje,
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Getting a bootloader onto ATMega 644 August 02, 2011 07:15AM |
Registered: 14 years ago Posts: 384 |
Re: Getting a bootloader onto ATMega 644 August 03, 2011 02:02AM |
Registered: 14 years ago Posts: 7,616 |
Quote
uploading the firmware to the chip with the Arduino software fails over the serial line
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Getting a bootloader onto ATMega 644 February 29, 2012 10:54AM |
Registered: 12 years ago Posts: 52 |