Hello All, I am using Udoo X86 Ultra for my application. I successfully installed Ubuntu16.04 on eMMC memory of Udoo. And also successfully installed Arduino IDE on it, and was using it without any issue. But from yesterday, I am getting this below message, while flashing a simple LED blinker code: Sketch uses 48732 bytes (31%) of program storage space. Maximum is 155648 bytes. Starting download script... Flashing is taking longer than expected Try pressing MASTER_RESET button ERROR: Timed out waiting for Arduino 101 on /dev/ttyACM0 ERROR: Timed out waiting for Arduino 101 on /dev/ttyACM0 I am not able to understand why this happening again and again. I pressed the MASTER_RESET button, but the code is not being flashed in Curie. I tried with installing Ubuntu again also, but still there is same problem. I am not sure whether the Bootloader is gone or Curie itself has stopped working. Can somebody please guide me how to debug, and how to make it working again. Any help will be appreciated. With best regards, Saurabh
It is a little bit strange that suddenly you cannot upload sketches anymore. Perhaps something is blicking communication? Are you using serial heavily in your sketches? There is a topic on the Arduino 101 forum about this not responding issue. Perhaps some proposed solution will help you. https://forum.arduino.cc/index.php?topic=387687.0