The fuse settings for the mega pro are not listed in the boards.txt file, need to reprogram them,
my best guess is
low = 0xFF
high = 0xD8
extended = 0xFE
True or False???
these are the lock bits for the arduino mega2560, are they the same for the mega pro??
mega2560.bootloader.unlock_bits=0x3F
mega2560.bootloader.lock_bits=0x0F
any thing else i need to add to the boards.txt file to get the fuses reset, and the bootloader reinstalled??
how about a boards.txt file with all the needed settings??
RD