Today I received my Arduino Due board, and am trying to upload the sample Blink program to it.
However I am not able to do so.
I am using Fedora Release 21 distribution ( 64 bit ). I have selected Arduino Due on Tools-> Board Option. The IDE is detecting the board on /dev/ttyACM0 and I have this option in Tools->Port selected. Also the L LED ob board ( amber in colour) is blinking when connected to USB port. I am running the IDE with root privileges.
Arduino IDE Version : 1.6.3
Please help in getting this issue resolved
Below is the log from the console.
Arduino: 1.6.3 (Linux), Board: "Arduino Duemilanove or Diecimila, ATmega328"
Sketch uses 1,030 bytes (3%) of program storage space. Maximum is 30,720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.
/home/raghavendra/arduino-1.6.3/hardware/tools/avr/bin/avrdude -C/home/raghavendra/arduino-1.6.3/hardware/tools/avr/etc/avrdude.conf -v -patmega328p -carduino -P/dev/ttyACM0 -b57600 -D -Uflash:w:/tmp/build5145783976326434593.tmp/Blink.cpp.hex:i
avrdude: Version 6.0.1, compiled on Mar 30 2015 at 11:53:46
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "/home/raghavendra/arduino-1.6.3/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/root/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/ttyACM0
Using Programmer : arduino
Overriding Baud Rate : 57600
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
avrdude done. Thank you.
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
P.S.
I also have a Arduino Uno board ( not original Arduino), and I am able to work with it. It is however detected on /dev/ttyUSB0 .
when working with Due, Uno board is not connected.