Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Call for Presentations - Qt World Summit

    Unsolved "No such file or Directory found error in deploying to a TI Sitara AM355x EVM Kit"

    Mobile and Embedded
    2
    2
    506
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      JerT last edited by JerT

      Hello,

      I am having a problem deploying to a Sitara AM355x EVM Kit after compilation, it keeps giving me the "No such file or Directory found error". However after I did the "New Generic Linux Device Configuration Setup" and did the Device test, it says that the "Device Test Finished Successfully". When I press the green arrow button there is a message saying Deploying finished 3 of 4 and it will just sit there like it got stuck or something.

      But the funny thing is I am able to copy the executable using the command scp helloworld root@192.168.0.100:/home/root from the Linux shell from the host laptop to the remote Linux device. Here is the project file.

      QT += core gui webkit

      greaterThan (QT_MAJOR_VERSION, 4): QT += widgets

      TARGET = terminal
      TEMPLATE = app

      SOURCES += main.cpp
      terminal.cpp

      HEADERS += terminal.h

      FORMS += terminal.ui
      keyboard/keyboard.ui

      target.path += /home/root
      INSTALLS += target

      E 1 Reply Last reply Reply Quote 0
      • E
        Eric Ruei @JerT last edited by

        @JerT

        We have seen the same problem and are in the process to investigate this issue. We should get back to you when we find the root cause. In the mean time, if you do not get any response here, try to post the issue to QT Bug report and you may get some quick response.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post