I’ve a problem with Arduino’s Sketch. My operating system is Ubuntu 16.0.4 and I use IDE Arduino 1.8.2 Note that IDE detects correctly my port à /dev/ttyACM0 (Arduino/Genuino101) But everytime I run the sketch appears the next message: Although sometimes appears this another message: I’m trying execute arduino_serial_example.ino to start testing the board. Do you have any suggestion how to fix that? Thanks for your help
Did you add your user to the dialout group? also did you add the udev rule? I assume you did the board manager and updated to support 101? Found this on another post http://www.udoo.org/forum/threads/udoo-x86-windows-10-64bit-and-arduino-ide-1-8-2-0.6767/#post-25833 See the section about ubuntu fix, this is what I had to get it working for me. After that it worked like a charm.
I only add my user to the dialout group. Tomorrow I'll try follow the post to add udev rule. I'll Inform you. Thanks a lot
Hi. i think Mike speak about this part: Code: sudo usermod -a -G dialout $USER wget https://github.com/01org/intel-arduino-tools/raw/linux64/scripts/create_dfu_udev_rule chmod +x create_dfu_udev_rule sudo ./create_dfu_udev_rule rm create_dfu_udev_rule (which solved my problem of timeout under ubuntu, me too)
Glad that worked, I struggled with it for a while till I found the post I linked. They should really have put this in the X86 guide. So at least people using ubuntu or distros based off of ubuntu wouldn't have to go looking for the solution. Mike
Docs have been modified: https://www.udoo.org/docs-x86/Arduino_101_(Intel_Curie)/Getting_Started_with_Arduino_101.html