Hi,
I am having trouble working out the configuration to get optiboot to
work using the 8mhz internal oscillator. Is this something you might
know how to configure?
The config for 8mhz no crystal/resonator for the atmega328p that I
have confirmed to work is....
atm328int8.name=ATmega328 internal oscillator 8 MHz
atm328int8.upload.protocol=stk500
atm328int8.upload.maximum_size=30720
atm328int8.upload.speed=57600
atm328int8.bootloader.low_fuses=0xE2
atm328int8.bootloader.high_fuses=0xDA
atm328int8.bootloader.extended_fuses=0x05
atm328int8.bootloader.path=atmega
atm328int8.bootloader.file=ATmegaBOOT_168_atmega328_pro_8MHz.hex
atm328int8.bootloader.unlock_bits=0x3F
atm328int8.bootloader.lock_bits=0x0F
atm328int8.build.mcu=atmega328p
atm328int8.build.f_cpu=8000000L
atm328int8.build.core=arduino
Thanks,
Roger