Quad UDOO can not communicate with Arduino IDE

Discussion in 'Arduino IDE' started by Mazen619, May 20, 2015.

  1. Mazen619

    Mazen619 New Member

    Joined:
    May 20, 2015
    Messages:
    4
    Likes Received:
    0
    Hello Everyone,

    I got a Quad UDOO and I want just to implement simple projects using Arduino IDE 1.5.4 from external PC.
    I installed CP210x USB to UART Bridge.
    I downloaded bossac patch file and replaced it with the original.
    I removed J18 jumper.
    MicroUSB cable connected to CN6.

    I tried to upload serial monitor codes only to print "Hello" repeatedly and also blinking a LED but both of them didn't work.

    Could you please tell what's the problem.

    Thanks in advance..
     
  2. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Hi there Mazen619,
    could you post the error that Arduino IDE returned? Have you selected Arduino DUE from tools--->board menù?
     
  3. Mazen619

    Mazen619 New Member

    Joined:
    May 20, 2015
    Messages:
    4
    Likes Received:
    0
    Hi Andrea Rovai,

    Thanks for your reply and sorry for the late response.
    1- Yes I selected Tools --> board --> Arduino Due (Programming Port)
    2- There's no error message returned from Arduino IDE what I got is:

    upload_2015-5-24_13-5-52.png

    And it stuck like that..
    I think it's stupid problem but I don't know what it is..

    Thanks :)
     
  4. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Hi there Mazen619,
    it may seems a stupid question the one that I'm asking you but is there UDOObuntu or Android running on Quad while you're using Arduino?
     
  5. Mazen619

    Mazen619 New Member

    Joined:
    May 20, 2015
    Messages:
    4
    Likes Received:
    0
    Hi Andrea Rovai,

    As I told you it's silly problem.
    Previously I was only copy and replace the patch file "bossac" in this path C:\Program Files (x86)\Arduino\hardware\tools
    What I did now, after I download the zip patch file and extract it, I overwrite the existing files ( bossac &
    cygwin1 ) in the same path.
    Now everything is working fine ^_^

    Thanks for your help..
    By the way, I burned UDOObuntu on the SD card and my arduino codes are working fine even if I remove the SD card.
     
  6. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Hi there Mazen,
    I was meaning that for what concerns execution it works without the SD, but to flash the sketch you need UDOObuntu or Android running.
     
  7. Itachi

    Itachi New Member

    Joined:
    Jun 14, 2015
    Messages:
    10
    Likes Received:
    0
    Hello,
    I got UDOO Quad. I am trying to program it externally using PC(windows 8.1) using Arduino IDE(version 1.5.4). I did patch up and connected UDOO(CN6) to my PC using micro usb with J18 unplugged.When I try to upload basic Blink code it is displaying the error "SAM-BA operation failed".
    [​IMG]

    When i deleted the cygwin1.dll file from" C:\Program Files (x86)\Arduino\hardware\tools " and trying to upload the code it is not displaying the errors but the code is not uploading.
    [​IMG]
     
  8. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Hi there Itachi,
    try it with all the jumpers unplugged.
    Regarding you having deleted cygwin1.dll filefrom" C:\Program Files (x86)\Arduino\hardware\tools, that's the reason why it got all messed up. You shouldn't delete it.
     
  9. Itachi

    Itachi New Member

    Joined:
    Jun 14, 2015
    Messages:
    10
    Likes Received:
    0
    Thank you very much....it worked after removing all the jumpers on UDOO board
     

Share This Page