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
Forum Updated to NodeBB v4.3 + New Features

White screen with cursor on Rpi4 when deploy QML demo app

Scheduled Pinned Locked Moved Solved QtonPi
5 Posts 2 Posters 967 Views 1 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.
  • K Offline
    K Offline
    Kuzma30
    wrote on 8 Oct 2022, 11:56 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
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 8 Oct 2022, 18:29 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 9 Oct 2022, 08:04 last edited by
        #3

        I found error in my QML code. Problem solved.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 9 Oct 2022, 18:24 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 10 Oct 2022, 15:53 last edited by
            #5

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

            1 Reply Last reply
            0

            5/5

            10 Oct 2022, 15:53

            • Login

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