Arduino IDE port

Discussion in 'Arduino IDE' started by neetgeek, Oct 29, 2013.

  1. neetgeek

    neetgeek New Member

    Joined:
    Oct 27, 2013
    Messages:
    2
    Likes Received:
    0
    I tried to enter a simple sketch on the Arduino using Ardeuino IDE that comes with linaro 1.2 or 11.10 that comes with current OS download. I got the following error.
    Arduino: 0154 (Linux), Board: "Arduino Due (Programming Port)"

    /opt/arduino-1.5.4/hardware/tools/arm-none-eabi/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/thumb/libc.a(lib_a-sbrkr.o): In function `_sbrk_r':
    sbrkr.c:(.text._sbrk_r+0xc): warning: undefined reference to `_sbrk'

    Sketch uses 12,540 bytes (2%) of program storage space. Maximum is 524,288 bytes.

    Inner erase and reset routine: successiful!!
    Erase flash
    Write 14728 bytes to flash

    [ ] 0% (0/58 pages)
    [===== ] 17% (10/58 pages)
    [========== ] 34% (20/58 pages)
    [=============== ] 51% (30/58 pages)
    [==================== ] 68% (40/58 pages)
    [========================= ] 86% (50/58 pages)
    [==============================] 100% (58/58 pages)
    Verify 14728 bytes of flash

    [ ] 0% (0/58 pages)
    [===== ] 17% (10/58 pages)
    [========== ] 34% (20/58 pages)
    [=============== ] 51% (30/58 pages)
    [==================== ] 68% (40/58 pages)
    [========================= ] 86% (50/58 pages)
    [==============================] 100% (58/58 pages)
    Verify successful
    Set boot flash true
    CPU reset.
    processing.app.SerialNotFoundException: Serial port '/dev/ttymxc3' not found. Did you select the right one from the Tools > Serial Port menu?
    at processing.app.Serial.<init>(Serial.java:194)
    at processing.app.Serial.<init>(Serial.java:92)
    at processing.app.SerialMonitor.open(SerialMonitor.java:92)
    at processing.app.Editor.handleSerial(Editor.java:2521)
    at processing.app.Editor$17.actionPerformed(Editor.java:689)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:374)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:829)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:873)
    at java.awt.Component.processMouseEvent(Component.java:6268)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6033)
    at java.awt.Container.processEvent(Container.java:2045)
    at java.awt.Component.dispatchEventImpl(Component.java:4629)
    at java.awt.Container.dispatchEventImpl(Container.java:2103)
    at java.awt.Component.dispatchEvent(Component.java:4455)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4633)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4297)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4227)
    at java.awt.Container.dispatchEventImpl(Container.java:2089)
    at java.awt.Component.dispatchEvent(Component.java:4455)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:649)
    at java.awt.EventQueue.access$000(EventQueue.java:96)
    at java.awt.EventQueue$1.run(EventQueue.java:608)
    at java.awt.EventQueue$1.run(EventQueue.java:606)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:116)
    at java.awt.EventQueue$2.run(EventQueue.java:622)
    at java.awt.EventQueue$2.run(EventQueue.java:620)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:619)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)

    This report would have more information with
    "Show verbose output during compilation"
    enabled in File > Preferences.

    When I tried to use IDE Tools > port, it was greyed out.
    The website http://www.elinux.org/UDOO_programming_ ... controller says
    "The Arduino IDE for UDOO comes already configured to see the Arduino DUE embedded programming port on the internal serial (/dev/ttymxc3) so is ready to use." but the port is not there.
    I am connected via ethernet. Should I connect via usb?
    Anyplace I can find help would be appreciated.
     
  2. taylo1g

    taylo1g New Member

    Joined:
    Oct 30, 2013
    Messages:
    8
    Likes Received:
    1
    I'm also having this same problem (see attachment). No ports are available to choose from (greyed out), but the selected board is the DUE with the programming port. Is this an issue with the image? I'm using Linaro 11.10.

    Any help would be greatly appreciated...
     

    Attached Files:

  3. DracoLlasa

    DracoLlasa UDOOer

    Joined:
    Oct 15, 2013
    Messages:
    419
    Likes Received:
    3
  4. taylo1g

    taylo1g New Member

    Joined:
    Oct 30, 2013
    Messages:
    8
    Likes Received:
    1
    Yes, just found one of them. Thanks for the help, though!!

    It'd be nice if this information was added to the manual (I didn't see it in there...). This is kind of crucial info to start using the Arduino side...
     

Share This Page