Mega with a 2560 processor?

Seen on E-bay, a Mega board with ATmega2560 processor chip. Does anyone know if the Arduino IDE support this chip directly (bootloader, signature number, AVRDUDE, etc) ?

http://cgi.ebay.com/Arduino-Mega-ATmega2560-Free-USB-Cable-/280489587581?cmd=ViewItem&pt=LH_DefaultDomain_0&hash=item414e7b737d

Lefty

Does anyone know if the Arduino IDE support this chip directly?

There is not an entry for it in boards.txt so the short answer is no. It shouldn't be too dificult to create an entry, though.

bootloader

Given that the board has "Arduino" on it, I would expect the vendor to provide a compatible bootloader already installed. But it wouldn't hurt to ask!

AVRDUDE

There's a footnot about the 2560...

(**) Flash addressing above 128 KB is not supported by all programming hardware. Known to work are jtag2, stk500v2, and bit-bang programmers.

I find a forum tell about " how to use Arduino mega 2560 "

I have try this , it work on my computer and my Arduino mega2560.

Hope this will be helpful for you . :wink: