Hi,
i am trying to run arduino code with the myAVR Board MK2
http://shop.myavr.com/Systemboards/myAVR%20Board%20MK2,%20equipped.htm?sp=article.sp.php&artID=40. It has an external crystal oscillator with 3.6 MHz and an Atmega 8. I changed programmes.txt to get the connection and boards.txt as seen below.
##############################################################
atmega8x.name= MyAVR ATmega8
atmega8x.upload.protocol=avr911
atmega8x.upload.maximum_size=7168
atmega8x.upload.speed=19200
atmega8x.bootloader.low_fuses=0xff
atmega8x.bootloader.high_fuses=0xc9
atmega8x.bootloader.extended_fuses=0xff
atmega8x.bootloader.path=optiboot
atmega8x.bootloader.file=optiboot_atmega8.hex
atmega8x.bootloader.unlock_bits=0x3F
atmega8x.bootloader.lock_bits=0x0F
atmega8x.build.mcu=atmega8
atmega8x.build.f_cpu=3686400L
atmega8x.build.core=arduino
#atmega8x.build.variant=standard
The compiling works fine but somethings wrong. The blink-sample causes an approx. 3 times longer delay than expected.
Does anyone know what's wrong? The f_cpu seems right, but i have to say that i copied the fuses from examples found in the internet as i do not understand the settings.
Greetings
Jan