Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. "No such file or Directory found error in deploying to a TI Sitara AM355x EVM Kit"
Forum Updated to NodeBB v4.3 + New Features

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

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 654 Views
  • 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 Offline
    J Offline
    JerT
    wrote on last edited by JerT
    #1

    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
    0
    • J 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 Offline
      E Offline
      Eric Ruei
      wrote on last edited by
      #2

      @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
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved