I found that we cant burn bootloader on ATSAM3X8EA-AU as it burn in ROM by ATMEL.
We need to burn bootloader or load hex file for USB to serial converter.
I can see that PC doesn't find suitable driver for Atmeg16u2 DFU so we cant upgrade FW as suggested in link:
avrdude.exe ask for port number : -P /dev/ttyACM0 . black chip doesn't have boot loader so PC wont find port number.
Can anyone guide me what to do now?
I tried with Atmel Flip software to program ATMEGA16U2:
arduino\hardware\sam\1.6.4\firmwares\atmega16u2\Arduino-DUE-usbserial-prod-firmware-2013-02-05.hex
After programming hex file still Arduino IDE doesn't talk with it as missing driver or not Arduino IDE bootloader.