Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. QtonPi
  4. White screen with cursor on Rpi4 when deploy QML demo app
QtWS25 Last Chance

White screen with cursor on Rpi4 when deploy QML demo app

Scheduled Pinned Locked Moved Solved QtonPi
5 Posts 2 Posters 924 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.
  • K Offline
    K Offline
    Kuzma30
    wrote on last edited by
    #1

    I use boot2qt qt6-dev branch.
    When I deploy Widget based demo app it works fine. Then I try to deploy (with Qt Creator) QML based demo I see on device screen only cursor. Screen is white.
    This is output of Qt Creator

    14:42:21: Starting /usr/bin/appcontroller /usr/bin/appCM41 on CM4...
    Warning: Identity file  not accessible: No such file or directory.
    qt.core.qobject.connect: QObject::connect: signal not found in QProcess
    "QTWEBENGINE_DISABLE_SANDBOX" "1"
    "QT_IM_MODULE" "qtvirtualkeyboard"
    "QT_QPA_EGLFS_ALWAYS_SET_MODE" "'1'"
    "QT_QPA_EGLFS_FORCE888" "1"
    "QT_QPA_EGLFS_KMS_ATOMIC" "1"
    "QT_QPA_PLATFORM" "eglfs"
    "WAYLAND_DISPLAY" "/run/wayland-0"
    "XDG_RUNTIME_DIR" "/run/user/0"
    "/usr/bin/appCM41" QList()
    
    
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Boot2Qt being a commercial offering you should contact the Qt Company.

      You should also add which device you are using, if it has a GPU, etc.

      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
      • K Offline
        K Offline
        Kuzma30
        wrote on last edited by
        #3

        I found error in my QML code. Problem solved.

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

          What was it ?

          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
          • K Offline
            K Offline
            Kuzma30
            wrote on last edited by
            #5

            I compile app without
            Window {
            width: 640
            height: 480
            visible: true
            }

            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