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. configuring deployment step in Creator
Forum Updated to NodeBB v4.3 + New Features

configuring deployment step in Creator

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 2 Posters 320 Views 2 Watching
  • 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.
  • mzimmersM Offline
    mzimmersM Offline
    mzimmers
    wrote on last edited by
    #1

    Hi all -

    I'm trying to configure Creator so I can perform cross-development from my Ubuntu desktop to a Yocto target. I notice that the deployment step defaults to rsync, which I've never used before.

    When I press the run button, I get this error:

    16:09:41: Starting /usr/local/bin/appNgaIcdFw on Sparky...
    16:09:41: The process failed to start. Either the invoked program "ssh://root@192.168.1.135/usr/local/bin/appNgaIcdFw" is missing, or you may have insufficient permissions to invoke the program.
    

    This suggests to me that I haven't properly set up the deploy step (though it's odd I'm not getting any error messages). Can someone give me an idea of what I need to do here?
    Screenshot.png
    Thanks...

    1 Reply Last reply
    0
    • Axel SpoerlA Offline
      Axel SpoerlA Offline
      Axel Spoerl
      Moderators
      wrote on last edited by Axel Spoerl
      #2

      There are slightly different filenames in the deployment step (appNgalcdFw) and in the start command (appNgaIcdFw).
      When I type it without code markers, the l and the I look almost identical, so maybe it's just a minor typo.
      If it's not a typo, two more potential issues come to mind:

      • missing write access for the credentials used for rsync to the deployment path /usr/local/bin
      • deploying from a temporary directory that gets deleted before deployment

      Have you checked, if the deployed file exists on the Yocto target? If so, can it be executed manually?

      Software Engineer
      The Qt Company, Oslo

      1 Reply Last reply
      0
      • mzimmersM Offline
        mzimmersM Offline
        mzimmers
        wrote on last edited by
        #3

        hi @Axel-Spoerl - sorry it took me so long to respond. I don't see any typos in my code. It turns out that the deployment didn't work because the target directory didn't exist. I created it manually, and got this to work.

        Thanks...

        1 Reply Last reply
        0
        • mzimmersM mzimmers has marked this topic as solved on

        • Login

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