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. Boot to Qt does not work with raspberry pi 5's touch display 2.

Boot to Qt does not work with raspberry pi 5's touch display 2.

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 3 Posters 3.6k 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.
  • A Offline
    A Offline
    Aniket Sedhai
    wrote on last edited by
    #1

    Hello, I have been trying to develop some application using QT Creator and Boot2Qt for raspberry pi. I have a raspberry pi attached to 7 Raspberry Pi touch display 2 and also a monitor connected by HDMI cable. When I boot the raspberry pi loaded with Boot2Qt image, it successfully displays boot loader screen and eventually QT screen on hdmi connection but nothing on the Raspberry Pi Touch Display 2.

    I updated dt-overlay to vc4-fkms-v3d from the original vc4-kms-v3d after coming across a years old ticket. However, that did not help anyways.

    Does anyone know what is wrong here and what I can do to fix it?

    1 Reply Last reply
    0
    • A Aniket Sedhai has marked this topic as solved on
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Since you marked your ticket as solved, can you share what you did to fix your situation ?

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

        In case it might help, I solved the issue by replacing the dtoverlay given in the QT Doc :

        dtoverlay=vc4-kms-dsi-7inch
        

        With the one given on the Raspberry Website :

        dtoverlay=vc4-kms-dsi-ili9881-7inch
        

        Also, don't forget to make these changes in /etc/kms.conf, otherwise you will end up seeing just the console :

        {
            "hwcursor": false,
            "device": "/dev/dri/card1"
        }
        
        1 Reply Last reply
        1

        • Login

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