Just got an Arduino M0 Pro and everything was going so well with my first project but then I suffered this error when trying to upload my sketch: Polling target at91samd21g18.cpu failed, trying to reexamine My arduino is connected and powered via USB from PC and it seems as though its the same issue as this: http://www.arduino.org/forums/post/reply?f=63&t=217 So I tried guide they suggested here: http://www.arduino.org/learning/tutorials/advanced-guides/arduino-m0-pro-for-advanced-user#Burning_Bootloader_procedure
All was going well with the Atmel Studio 7... but when I locate the bootloader file on my PC and click the program button... I get the following Erasing device... OK Programming Flash.. Cancelled with the error:
Unable to parse objectfile C:\Program Files (x86)\Arduino\hardware\arduino\samd\bootloaders\zero\Bootloader_D21_M0_Pro_150427.hex: Unsupported format.
I found an alternative bootloader for the M0 Pro file on github but its identical in every way to the original I have.
Can anyone help?