The title says it all really... The board is a sparkfun Mega Pro 5v/16 mHz, adafruit FTDI friend (5volt selected), 1.0 IDE, Windows 7 64bit
I can upload to my Arduino Pro 328 5v/16 mHz using the same FTDI. The board file are the correct ones from sparkfun and the correct board is selected.
When I try to upload the blink sketch, it compiles, states the sketch size and then reads uploading. The board will blink a couple times, FTDI very quickly blinks once and thats it. The IDE never completes the upload. FTDI does not blink. It will stay like this for well over a minute. No error code... Nothing.
I have to exit the program to stop it.
Anyone else have this problem?
BTW, I also tried this with IDE 22 and I got the same thing.
Oddly enough, I do not think Sparkfun updated the 5v0 model. I appears to be an issue a month ago.
Based on my observations, I do not believe that 2560 is bootloaded, so the FTDI will not work (No Blinky on D13). Do you have another Arduino? If so, hook up SPI style either by the ICSP headers or Pin headers (I know, you have neither nor).
Then, download the Atmega Board Programmer:
And upload to your other Arduino. When you open the Serial Monitor, you should be able to zap it into shape
spcomputing:
Oddly enough, I do not think Sparkfun updated the 5v0 model. I appears to be an issue a month ago.
Based on my observations, I do not believe that 2560 is bootloaded, so the FTDI will not work (No Blinky on D13). Do you have another Arduino? If so, hook up SPI style either by the ICSP headers or Pin headers (I know, you have neither nor).
Yes with a very well timed reset button push, I got it to upload once... But that, to me, eas luck and certainly not how it should be
Really? Try this. Upload your sketch again with the normal Arduino Mega2560 board with the reset button held down and watch the Tx LED on the FTDI breakout board. The moment you see 2 flashes on the Tx LED, release the reset button.
Yes with a very well timed reset button push, I got it to upload once... But that, to me, eas luck and certainly not how it should be
Really? Try this. Upload your sketch again with the normal Arduino Mega2560 board with the reset button held down and watch the Tx LED on the FTDI breakout board. The moment you see 2 flashes on the Tx LED, release the reset button.
Reburned the fuse and bootloader using my USBtinyISP and AVRdude... Appears to be working well now.