Hello, yesterday i have built my arduino severino with atmega8 ( http://arduino.cc/en/Main/ArduinoBoardSerialSingleSided3 )
But i don't know how to burn bootloader with ponyprog. In C:\Program Files\arduino-0022\arduino-0022\hardware\arduino\bootloaders\atmega8 i have found ATmegaBOOT.hex file, is this that file i need to burn in atmega8.? And what fuses i need so select?
Very thank you, and sorry for my bad english i am from lithuania.
Thanks but I am not sure those fuse settings are correct - I loaded them into an online AVR Fuse calculator and it told me the crystal setting was 0.9-3Mhz, certainly not the 16Mhz that this design uses
I assume "Lock" and "Extended Fuse" are the same thing?
PS: According to that site in your link, a 168 is not capable of more than 8mHz... Take it with a grain of salt. This works for loading the bootloader onto a 168. Below is the AVRdude command line...
Just replace -cponyser with your programmer, -Pcom1 with your com port and make sure the bootloader file is reference-able. I use this with my Arduino Minis and Pro Minis.
Thanks, it looks like it's programmed OK now. (the status LED flashes, at least)
I also noticed that there's a big list of hardware and fuses and bootloaders in hardware\arduino\boards.txt which seem to be the official settings, and that matches what you told me.
Unfortunately I can't get anything actually uploaded via the serial interface.
(avrdude: stk500_getsync(): not in sync: resp=0x00)
I've got the serial enable jumper on, auto reset on, and a loopback test worked. Guess I'll have to have some more fun with this thing before I get it working, but I'm getting there!