Uploading bootloader to ATmega1284P in Gen7 1.4.1 board February 06, 2013 10:55AM |
Registered: 10 years ago Posts: 16 |
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin>REM write fuses C:\Program Files (x86)\Arduino\hardware\tools\avr\bin>avrdude -C ..\etc\avrdude. conf -c stk500v2 -p atmega1284p -P COM7 -B 5 -U lfuse:w:0xF7:m -U hfuse:w:0xDC:m -U efuse:w:0xFC:m avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.05s avrdude: Device signature = 0x030000 avrdude: Expected signature for ATMEGA1284P is 1E 97 05 Double check chip, or use -F to override this check. avrdude done. Thank you.
Re: Uploading bootloader to ATmega1284P in Gen7 1.4.1 board February 06, 2013 11:04AM |
Registered: 10 years ago Posts: 349 |
Re: Uploading bootloader to ATmega1284P in Gen7 1.4.1 board February 06, 2013 11:49AM |
Registered: 10 years ago Posts: 16 |
Re: Uploading bootloader to ATmega1284P in Gen7 1.4.1 board February 06, 2013 12:16PM |
Registered: 10 years ago Posts: 16 |
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin>avrdude -C ..\etc\avrdude. conf -c stk500v2 -p atmega1284p -P COM7 -B 5 -U flash:w:..\..\..\Gen7\bootloader s\Gen7\bootloader-1284P-20MHz.hex avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.04s avrdude: Device signature = 0x1e0f02 avrdude: Expected signature for ATMEGA1284P is 1E 97 05 Double check chip, or use -F to override this check. avrdude done. Thank you.
Re: Uploading bootloader to ATmega1284P in Gen7 1.4.1 board February 07, 2013 02:24PM |
Registered: 10 years ago Posts: 64 |
Re: Uploading bootloader to ATmega1284P in Gen7 1.4.1 board February 07, 2013 04:38PM |
Registered: 10 years ago Posts: 16 |
Re: Uploading bootloader to ATmega1284P in Gen7 1.4.1 board February 08, 2013 03:53AM |
Registered: 10 years ago Posts: 64 |
Re: Uploading bootloader to ATmega1284P in Gen7 1.4.1 board February 08, 2013 06:53AM |
Registered: 12 years ago Posts: 7,616 |
Quote
I only connected the programmer to the board and my (Windows 7) laptop, but no external power source for the Gen7 board.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Uploading bootloader to ATmega1284P in Gen7 1.4.1 board February 13, 2013 11:11AM |
Registered: 10 years ago Posts: 16 |
Re: Uploading bootloader to ATmega1284P in Gen7 1.4.1 board February 14, 2013 07:31AM |
Registered: 12 years ago Posts: 7,616 |
Quote
Device signature = 0x1e0f02
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Uploading bootloader to ATmega1284P in Gen7 1.4.1 board February 17, 2013 10:14AM |
Registered: 10 years ago Posts: 16 |