|
Burning the bootloader directly via avrdude September 09, 2011 08:49AM |
Registered: 15 years ago Posts: 35 |
avrdude -c avrispmkii -p m644p -P usb:48 -e -U lock:w:0x3F:m -U efuse:w:0xFD:m -U hfuse:w:0xDC:m -U lfuse:w:0xFF:m -U flash:w:ATmegaBOOT_644P.hex -U lock:w:0x0F:m
|
Re: Burning the bootloader directly via avrdude September 22, 2011 06:14PM |
Registered: 15 years ago Posts: 35 |
avrdude -c avrispmkii -p m644p -P usb48 -B 8 -u -e -U lock:w:0x3F:m -v avrdude -c avrispmkii -p m644p -P usb48 -v (used to check if chip signature is now correct) avrdude -c avrispmkii -p m644p -P usb48 -u -U efuse:w:0xFD:m -v avrdude -c avrispmkii -p m644p -P usb48 -u -U hfuse:w:0xDC:m -v avrdude -c avrispmkii -p m644p -P usb48 -u -U lfuse:w:0xFF:m -v avrdude -c avrispmkii -p m644p -P usb48 -U flash:w:ATmegaBOOT_644P.hex -v avrdude -c avrispmkii -p m644p -P usb48 -U lock:w:0x0F:m -v
|
Re: Burning the bootloader directly via avrdude September 22, 2011 08:34PM |
Registered: 15 years ago Posts: 57 |
|
Re: Burning the bootloader directly via avrdude September 23, 2011 05:38AM |
Registered: 16 years ago Posts: 7,616 |
Quote
Also, am I correct in writing the bootloader to the chip's flash, or should I be writing to the boot section?
The boot section is part of the chip's flash. Where this bootloader section is (usually the last 2 k
is encoded in the bootloader's hex file.| Generation 7 Electronics | Teacup Firmware | RepRap DIY |
|
Re: Burning the bootloader directly via avrdude September 23, 2011 02:00PM |
Registered: 15 years ago Posts: 129 |
|
Re: Burning the bootloader directly via avrdude September 23, 2011 02:51PM |
Registered: 15 years ago Posts: 35 |
|
Re: Burning the bootloader directly via avrdude October 11, 2011 08:37AM |
Registered: 14 years ago Posts: 52 |
|
Re: Burning the bootloader directly via avrdude October 11, 2011 09:10AM |
Admin Registered: 15 years ago Posts: 2,569 |
|
Re: Burning the bootloader directly via avrdude October 11, 2011 01:13PM |
Registered: 15 years ago Posts: 35 |