On 24 Mar 2013 , at 6:13 AM, Jetguy wrote:
> Or, learn and just flash the bootloader with Arduino.
The only gotcha is that MBI provides a modified version of the bootloader which
ensures that the FETs are properly turned off and not left in an unknown state
while the firmware loads. That bootloader may turn some other things off as well.
You should, if possible, burn that bootloader rather than the generic one.
You can find it at,
https://github.com/makerbot/MightyBoardFirmware/blob/master/dist/MightyBoard/ATmegaBOOT_168_atmega1280.hex
Note that there are actually two copies of ATmegaBOOT_168_atmega1280.hex in that
github repo. One is, I believe, the generic bootloader. The other is the one
I linked to above.
Dan