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. Remote debug Qt app running over EGLFS platform

Remote debug Qt app running over EGLFS platform

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 289 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.
  • V Offline
    V Offline
    vasilim
    wrote on last edited by
    #1

    I am developing a qml application which must be run and debugged over a remote linux machine. The application must be run over eglfs platfrom and hence remote machine does not have X or wayland running.
    The GUI must be displayed over the remote machine display and not to be forwarded over ssh tunnel to the local machine.
    How can I make it done?
    If I don't set any specific settings, by running the application, I'll get

    11:44:16: Starting /home/pi/app/app --platform eglfs on RaspberryPi...
    Cannot create window: no screens available
    

    and if set enable checkbox Forward to local display, I'll get the app running on the local display over eglfs platform which I don't want to.

    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