I want the driver of this board.
Anyone please help me.
in arduino.inf file its getting the driver of arduino due
after this when I was uploading it's giveing me this error code
Arduino: 1.6.9 (Windows 10), Board: "Arduino NG or older, ATmega8"
In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino\wiring_private.h:31:0,
from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino\wiring_digital.c:26:
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino\Arduino.h:187:0: warning: "PE" redefined [enabled by default]
#define PE 5
^
In file included from c:\program files (x86)\arduino\hardware\tools\avr\avr\include\avr\io.h:350:0,
from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino\wiring_private.h:26,
from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino\wiring_digital.c:26:
c:\program files (x86)\arduino\hardware\tools\avr\avr\include\avr\iom8.h:534:0: note: this is the location of the previous definition
#define PE 2
^
Sketch uses 814 bytes (11%) of program storage space. Maximum is 7,168 bytes.
Global variables use 15 bytes (1%) of dynamic memory, leaving 1,009 bytes for local variables. Maximum is 1,024 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x89
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x89
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.