On 19/01/2018 9:53 AM, adrian villalpando jurado wrote:
> hi guys, some time ago I bought a Mightyboard rev.E (Geeetech) as spare part, today I had to replace the board of my dual CTC and I can not upload the firmware to this board.
They do not put a bootloader onto the board. You need to install a boot loader yourself.
To do that, you will need an AVR ISP programmer. Use the .hex file
https://github.com/dcnewman/MightyBoardFirmware-2560-bootloader/tree/master/goodHexFiles
> When I power the board I only get two white lines on the LCD (not inialized),
The board may lack firmware as well as a bootloader. Once you have the correct bootloader
on, you can then load the firmware via RepG.
I thought that the board would come with no firmware, but no matter how hard I try, I can not upload firmware and/or bootloader.
>
> -With ReplicatorG I have tried many times and it does not works.
>
> -With Aduido IDE, when requesting information from the board (connected by USB) it shows me this:
>
> <
https://lh3.googleusercontent.com/-QHuwZFL9Ltc/WmIFtJNrAlI/AAAAAAAAWuM/32BDOysO50kSxpZa3U4r4cXvdtPR_i4qQCLcBGAs/s1600/arduinoIDE%2Bobtener%2Binfo%2Bde%2Bplaca.jpg>
>
>
>
> -But nevertheless if I try to "burn bootloader" with my USBASP programmer it shows me this:
YOU MUST use the bootloader I cite above. It's the standard 2560 bootloader but compiled with
an additional option or two as described at
https://github.com/dcnewman/MightyBoardFirmware-2560-bootloader
Note that the stepper drivers sent with the Geetech board may or may not work. They used
to send the wrong stepper drivers. Also the board has a number of errors, most significantly
if they are feeding the 3.3V regulator 24V then it will certainly overheat and die. It should
be fed the 5V output from the 5V regulator. MakerBot actually cut the trace on the Mightyboard
and soldered in a jumper. There are other issues as well with the Geetech boards, but that's
the most critical one.
At issue is that Geetech built the EXCACT board which MakerBot published at Thingiverse. They
did not seem to realize tha the actual board that MakerBot went to market with had a number of
corrections made to it. Geetech did not produce the actual rev E Mightyboard which MakerBot made
and sold. Instead they produced what was the final protoype of the board -- a prototype with
known issues.
Dan