Welcome! Log In Create A New Profile

Advanced

Bootloader Fuses gen7

Posted by sesi41 
Bootloader Fuses gen7
February 26, 2012 07:29AM
Hello

Today i wanted to upload the bootloader to my gen7 board. I used a parallel programmer. I uploaded the bootloader for atmega 644 and 20mHz with the PonyProg Software.

It was programmed succsessfull and now i want to set the fuses.

How i must exactly set the fuses?

thank you in advance

Sebastian
Re: Bootloader Fuses gen7
February 27, 2012 03:50AM
# write fuses
./avrdude -C ./avrdude.conf -c  -p atmega644 -P /dev/ttyACM0 \
    -B 5 -U lfuse:w:0xF7:m -U hfuse:w:0xDC:m -U efuse:w:0xFC:m

From [reprap.org]


Generation 7 Electronics Teacup Firmware RepRap DIY
     
Re: Bootloader Fuses gen7
February 29, 2012 10:49AM
When I programm the bootloader using Arduino IDE and a USBtinyISP,than i have also to write fuses or not?

Edited 1 time(s). Last edit at 03/04/2012 05:55AM by sesi41.
Re: Bootloader Fuses gen7
March 10, 2012 06:35AM
pleas answere me its very important
Re: Bootloader Fuses gen7
March 11, 2012 06:41AM
Some developers are less than enthusiastic if people neither know how to do things and don't want to follow the written down instructions either. It's obvious you didn't read the wiki page: [reprap.org]


Generation 7 Electronics Teacup Firmware RepRap DIY
     
Re: Bootloader Fuses gen7
March 12, 2012 01:11PM
Arduino programs the fuses, but it doesn't hurt to check them with avrdude afterwards.
Re: Bootloader Fuses gen7
March 14, 2012 05:15PM
Thanks lincomatic2!

I read the wiki
Sorry, only registered users may post in this forum.

Click here to login