Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Cannot deploy Qt app to Raspberry Pi 3
Forum Updated to NodeBB v4.3 + New Features

Cannot deploy Qt app to Raspberry Pi 3

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 314 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.
  • T Offline
    T Offline
    Talha Yousuf
    wrote on last edited by
    #1

    Hi everyone,

    I have a Raspberry Pi 3 running on Raspberry Pi OS.

    I am using Qt Creator 11.0.3 and Boot2Qt 5.15.0 Raspberry Pi 3 kit on Ubuntu 22.04.3. I have added Raspberry Pi 3 using SSH to Qt Creator, which passes the test. However, when I select release build and click on "Run", I get the following error:

    "The process failed to start. Either the invoked program "ssh://pi@ipaddress/usr/bin/appcontroller" is missing or you may have insufficient permissions to invoke the program"

    Could anyone guide me on this?

    Thanks in advance.

    jsulmJ 1 Reply Last reply
    0
    • T Talha Yousuf

      Hi everyone,

      I have a Raspberry Pi 3 running on Raspberry Pi OS.

      I am using Qt Creator 11.0.3 and Boot2Qt 5.15.0 Raspberry Pi 3 kit on Ubuntu 22.04.3. I have added Raspberry Pi 3 using SSH to Qt Creator, which passes the test. However, when I select release build and click on "Run", I get the following error:

      "The process failed to start. Either the invoked program "ssh://pi@ipaddress/usr/bin/appcontroller" is missing or you may have insufficient permissions to invoke the program"

      Could anyone guide me on this?

      Thanks in advance.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Talha-Yousuf said in Cannot deploy Qt app to Raspberry Pi 3:

      ssh://pi@ipaddress/usr/bin/appcontroller

      This should actually be:

      ssh://pi@ipaddress:/usr/bin/appcontroller
      

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      T 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Talha-Yousuf said in Cannot deploy Qt app to Raspberry Pi 3:

        ssh://pi@ipaddress/usr/bin/appcontroller

        This should actually be:

        ssh://pi@ipaddress:/usr/bin/appcontroller
        
        T Offline
        T Offline
        Talha Yousuf
        wrote on last edited by
        #3

        @jsulm Thank you for your response. I am getting this exact error on the application output tab in Qt Creator.

        I tried "ssh://pi@ipaddress:/usr/bin/appcontroller /home/pi/LL01sof001" from terminal on my host machine. I get "bash: ssh://pi@10.1.91.119:/usr/bin/appcontroller: No such file or directory"

        1 Reply Last reply
        0
        • T Talha Yousuf marked this topic as a regular topic on
        • T Talha Yousuf marked this topic as a question on

        • Login

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