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. Using EGLFS on Jetson TX1/TX2
Qt 6.11 is out! See what's new in the release blog

Using EGLFS on Jetson TX1/TX2

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 1.5k 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.
  • M Offline
    M Offline
    mar0029
    wrote on last edited by
    #1

    Hello!

    This is a question concerning [this blog post](lhttp://blog.qt.io/blog/2016/11/10/qt-nvidia-jetson-tx1-device-creation-style/ by Laszlo Agocs.

    After successfully making it through the post and having the end result be the host computer cross compile an arm64 program and have it run/debug on the target, I have this problem.
    When running/debugging programs that are not graphics intensive, i.e. a simple "Hello World!" program how can I avoid the functionality of the whole screen being taken up by the program? And having to disable my mouse and keyboard so as to not get confused which cursor is which? I know that this to do with the usage of EGLFS but I don't understand the connection between arm64 and EGLFS and why I need them. I tried a re-installation without EGLFS and nothing would work. So it looks like I need these libraries but I don't want the product that results from using them.

    Any ideas?

    Thank you for your time!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      What do you mean by "Hello World" ? A console Hello World or a Widget one ?

      If the former, just use a QCoreApplication. If the later, it depends a bit on what you want to do. If for example you would like to have a small window then you need to either run Xorg on your target and use the xcb backend or use wayland and the QtWayland module/backend.

      Hope it helps.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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