Hi, just got an arduino mega (Atmega1280). I am using Debian Lenny, and I can't get the sample blink program onto the board.
when I try to upload, this is the output I see in the console window:
Couldn't determine program size: text data bss dec hex filename
avrdude: stk500_recv(): programmer is not responding avrdude: stk500_recv(): programmer is not responding
(This output is with verbose upload and verbose compiling set to true in ~/.arduino)
I already selected /dev/ttyUSB0 as the serial port. I am not sure which board I should chose from the dropdown, in Tools ->Board. I tried several, for some I got an explicit incorrect board error, and for some I got the error above. currently it's configured to the first board on the list - "Arduino Diecimila or Duemilanove" which is not exactly my board type. but my exact board type is not in the list.
any advice would be appreciated