Bootloader for Arduino Mega2560 |
In order to use the Mega2560 from Emartee in China, you need to make these changes to the Arduino environment. You will also need an ISP programmer
avrdude: verification error, first mismatch at byte 0x3e000 0x0d != 0xff avrdude: verification error; content mismatch
############################################################## # Added for Emartee in china # by Mark Sproul msproul@skychariot.com June 2010 mega2560.name=Arduino Mega2560 mega2560.upload.protocol=stk500 mega2560.upload.maximum_size=258048 mega2560.upload.speed=57600 mega2560.bootloader.low_fuses=0xFF mega2560.bootloader.high_fuses=0xD8 mega2560.bootloader.extended_fuses=0xFD mega2560.bootloader.path=atmega mega2560.bootloader.file=ATmegaBOOT_168_mega2560.hex mega2560.bootloader.unlock_bits=0x3F mega2560.bootloader.lock_bits=0x0F mega2560.build.mcu=atmega2560 mega2560.build.f_cpu=16000000L mega2560.build.core=arduino