Try this...
• Start the Arduino IDE
• Load or create an empty sketch...
void setup( void ) { } void loop( void ) { }
• Connect the board to the computer
• Hold the RESET button
• Click Upload
• At the moment Uploading is displayed, release the RESET button
• If at first you don't succeed, try try again (try it a few times)