Page 1 of 4

Reflash Bootloader on GT2560

Posted: Mon Nov 02, 2015 9:38 pm
by mava70
Hello,

is it possible to reflash bootloader of 2560 in my GT2560? I don't find a suitable ICSP interface, could you please provide a pinout?

thanks

Re: Reflash Bootloader on GT2560

Posted: Tue Nov 03, 2015 4:27 pm
by Mark
It seems there's no ICSP pin for you to reflash the Bootloader on GT2560...

Re: Reflash Bootloader on GT2560

Posted: Tue Nov 03, 2015 4:40 pm
by mava70
Yep, maybe there is some hidden pins to connect

Re: Reflash Bootloader on GT2560

Posted: Tue Nov 03, 2015 6:04 pm
by Mark
So which pin do you want for this? I can help you to find out for you.

Re: Reflash Bootloader on GT2560

Posted: Wed Nov 04, 2015 11:07 pm
by mava70
Hello,

I found this doc

http://reprap.org/wiki/Geeetech_GT2560

comparing to ICSP socket
Image

It seams that sd card has some useful pin for ICSP isn't it?

Re: Reflash Bootloader on GT2560

Posted: Thu Nov 05, 2015 3:41 pm
by Mark
Yes exactly. But this is the old one, check the new one here:
QQ截图20151105154956.jpg
QQ截图20151105154956.jpg (413.8 KiB) Viewed 50467 times
SD PIN.jpg
SD CARD
SD PIN.jpg (262.12 KiB) Viewed 50367 times
LCD PIN.jpg
LCD
LCD PIN.jpg (262.29 KiB) Viewed 50367 times

Re: Reflash Bootloader on GT2560

Posted: Thu Jan 21, 2016 11:39 am
by lymphomaniac1
I have a gt2560 board that does not communicate with my PC through the USB port. It shows up in the device manager as (COM4) but does not say "Arduino". When trying to load firmware onto the board everything times out. I am sure that the GT2560 board need to have the bootload reinstalled. I bought a USB AVR ISP Programmer to load the bootload onto the board. I see where the MOSI, Reset, SCK, MISO and Ground plug into both the AVR ISP programmer and GT2560 card. My AVR ISP programmer cardalso has VCC and N/C pins I do not see where the corresponding VCC and N/C pins on the GT2560 are located. Could somebody help me here? Please do not laugh at my question, I am a novice at this stuff.

Thanks,

Stuart

Re: Reflash Bootloader on GT2560

Posted: Fri Jan 22, 2016 1:12 am
by mava70
Hi,

My board was fautly checking with oscilloscope the oscillator I don't have any signal. Swapped oscillator but nothing, I fear you have same problem.

Marco

Re: Reflash Bootloader on GT2560

Posted: Sun Mar 27, 2016 6:44 am
by olliesmith
Thanks for the info guys, i successfully managed to get this board back to life using an arduino 2560 as an isp. can be done with other arduinos

How i fecked it up.
i chose "export compiled binary" method from arduino and updated the printers firmware via repetier server. it worked the first time but the second time i chose the blablabla-bootloader.hex instead of blablabla.hex. this screwed me over.

How I fixed It.
bang head against wall, connect relevant pins (sck, mosi, miso, vcc, gnd) from ICSP header to the pins on the gt2560 board (picture from post above). (ribbon cables reverse the pinout)
digital pin 10 on arduino to reset on gt2560 (sd connetor).

in arduino (i used 1.6.8), load arduinoisp from examples and write to arduino,

choose "arduino as isp" under tools -> programmer, make sure arduino is correct com port

tools -> burn bootloader, if it says invalid signature there is a wiring mistake

Re: Reflash Bootloader on GT2560

Posted: Wed Apr 06, 2016 9:02 am
by dandantas
hello
i guess i mess up my bootload also!
during adjust of step/mm in repetier =(

@olliesmith you say you use arduino to burn the bootload again, but bootload of arduino mega 2560 doesnt have fuse settings for external oscilator (cause there isnt any for the main chip on the arduino board)!!

i tried the connetion with arduino isp on UNO and MEGA without sucess =(
now i'm working with an usbasp and kept signture at 0x620000 or 0x5e0000, but no sucess on comunication!

did you plug any out power to the gt2560, besides 5v of the arduino isp on the LCD connector?

thanks