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. Crosscompile QT6 for pi4 in full screen (eglfs)

Crosscompile QT6 for pi4 in full screen (eglfs)

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 70 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.
  • B Offline
    B Offline
    ben80
    wrote 15 days ago last edited by
    #1

    Hello, i am trying to crosscompile qt6 for the raspberry 4 (raspberry OS bookworm) to run a qt application with hardware acceleration in full screen mode (without desktop). This worked fine for my rpi2 and qt5.
    I am following this guide (Link) but it is targeted for X11 window systems.

    My issue:
    My config.summary tells me, that the rpi specific backend is not configured properly.
    For qt5 this was very relevant. Is this still the case for qt6? How could i go on?

    QPA backends:
      DirectFB ............................... no
      EGLFS .................................. yes
      EGLFS details:
        EGLFS OpenWFD ........................ no
        EGLFS i.Mx6 .......................... no
        EGLFS i.Mx6 Wayland .................. no
        EGLFS RCAR ........................... no
        EGLFS EGLDevice ...................... yes
        EGLFS GBM ............................ yes
        EGLFS VSP2 ........................... no
        EGLFS Mali ........................... no
        EGLFS Raspberry Pi ................... no
        EGLFS X11 ............................ yes
    

    Thanks a lot for any help
    Ben

    J 1 Reply Last reply 14 days ago
    0
    • B ben80
      15 days ago

      Hello, i am trying to crosscompile qt6 for the raspberry 4 (raspberry OS bookworm) to run a qt application with hardware acceleration in full screen mode (without desktop). This worked fine for my rpi2 and qt5.
      I am following this guide (Link) but it is targeted for X11 window systems.

      My issue:
      My config.summary tells me, that the rpi specific backend is not configured properly.
      For qt5 this was very relevant. Is this still the case for qt6? How could i go on?

      QPA backends:
        DirectFB ............................... no
        EGLFS .................................. yes
        EGLFS details:
          EGLFS OpenWFD ........................ no
          EGLFS i.Mx6 .......................... no
          EGLFS i.Mx6 Wayland .................. no
          EGLFS RCAR ........................... no
          EGLFS EGLDevice ...................... yes
          EGLFS GBM ............................ yes
          EGLFS VSP2 ........................... no
          EGLFS Mali ........................... no
          EGLFS Raspberry Pi ................... no
          EGLFS X11 ............................ yes
      

      Thanks a lot for any help
      Ben

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote 14 days ago last edited by
      #2

      @ben80 said in Crosscompile QT6 for pi4 in full screen (eglfs):

      How could i go on?

      Check the config.log file to see why it was not configured properly. Or run configure script with -v parameter.

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

      B 1 Reply Last reply 12 days ago
      0
      • J jsulm
        14 days ago

        @ben80 said in Crosscompile QT6 for pi4 in full screen (eglfs):

        How could i go on?

        Check the config.log file to see why it was not configured properly. Or run configure script with -v parameter.

        B Offline
        B Offline
        ben80
        wrote 12 days ago last edited by
        #3

        @jsulm the -v parameter ist not recognized by configure (very weird, it used to work with qt5.x). Where can i find the config.log? There is only the config.summary file created.

        J 1 Reply Last reply 7 days ago
        0
        • B ben80
          12 days ago

          @jsulm the -v parameter ist not recognized by configure (very weird, it used to work with qt5.x). Where can i find the config.log? There is only the config.summary file created.

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote 7 days ago last edited by
          #4

          @ben80 said in Crosscompile QT6 for pi4 in full screen (eglfs):

          Where can i find the config.log?

          Somewhere in the build folder. Just search for *.log
          With -h or --help you should get the list of all available parameters.

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

          1 Reply Last reply
          0

          1/4

          27 Apr 2025, 13:25

          • Login

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