My UDOO no longer recognizes the Arduino part

Discussion in 'UDOO X86' started by pierro, Apr 25, 2019.

  1. pierro

    pierro New Member

    Joined:
    Apr 12, 2019
    Messages:
    25
    Likes Received:
    4
    By mistake when I wanted to connect the wire GND to the servomotor, I touched the end of the wire 5V and there my UDOO restarted.
    Now my UDOO no longer recognizes the Arduino part.
     
  2. pierro

    pierro New Member

    Joined:
    Apr 12, 2019
    Messages:
    25
    Likes Received:
    4
    And /dev/ttyACM0 doesn't exist anymore
     
  3. ccs_hello

    ccs_hello UDOOer

    Joined:
    Apr 15, 2017
    Messages:
    536
    Likes Received:
    194
    When a person develop the code for Arduino 101 (Intel Curie processor), such as under the Arduino IDE,
    it will recognize the target system (Intel Curie) is a processor with embedded USB engine (which emulate the USB-serial device, known as CDC-ACM device). Such that the compile binary will not only include the (1) user code and (2) Arduino own house-keeping code,
    but also the (3) serial USB code to configure Intel Curie's USB engine to behave as a USB-serial device.

    The above the ordinary way, if under Arduino IDE, It's automagic.
    Not sure what you did on your compilation/linker process, but it will have to be under the same logic (if not using the Arduino IDE method.)
     
  4. pierro

    pierro New Member

    Joined:
    Apr 12, 2019
    Messages:
    25
    Likes Received:
    4
    ttyACM0 has completely disappeared in both the /dev directory and in the arduino IDE I reinstalled 5 times
    I spent my time walking the net in order to find a solution without any results
     
  5. pierro

    pierro New Member

    Joined:
    Apr 12, 2019
    Messages:
    25
    Likes Received:
    4
    When doing ls /tty* several times in the /dev directory, I notice that ttyACM0 appears briefly. It's incomprehensible
     
  6. ccs_hello

    ccs_hello UDOOer

    Joined:
    Apr 15, 2017
    Messages:
    536
    Likes Received:
    194
    In post #1, you said,
    Please describe it in details... which 5V pin?
    and it touched where?
     
  7. pierro

    pierro New Member

    Joined:
    Apr 12, 2019
    Messages:
    25
    Likes Received:
    4
    evaloverde likes this.

Share This Page