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. Getting DSI LCD and HDMI output working with Qt embedded on Raspberry PI 3B+
Forum Updated to NodeBB v4.3 + New Features

Getting DSI LCD and HDMI output working with Qt embedded on Raspberry PI 3B+

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 2 Posters 1.6k 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
    martonmiklos
    wrote on 17 Mar 2020, 15:06 last edited by
    #1

    Hello folks,

    I have build a boot2qt image for a raspberry PI 3B+.

    It includes kernel version Linux b2qt-raspberrypi3 4.19.71
    Yocto 2.7.2
    Raspberry firmware: 0e6daa5106dd4164474616408e0dc24f997ffcf3

    The DSI display is phisically working: in the early phase of the boot I see the console on it.

    I have added the follwing to the kernel's boot parameters:
    video=DSI-1:800x480M@60m

    Added the following to the config.txt:
    dtoverlay=vc4-kms-v3d
    dtoverlay=rpi-ft5406
    max_framebuffers=2

    But still I have only a /dev/fb0 and the Qt applications does not see the DSI between the QGuiApplication::screens() list

    Any help would be highliy appericiated!

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Clement135
      wrote on 17 Mar 2020, 17:57 last edited by
      #2

      Hi,
      Did you use the meta-boot2qt?
      If yes, which image did you built exactly? Because there are actually 4 available images in the meta:

      • b2qt-automation-qt5-image.bb
      • b2qt-automotive-qt5-image.bb
      • b2qt-embedded-ci-image.bb
      • b2qt-embedded-qt5-image.bb
      1 Reply Last reply
      0
      • M Offline
        M Offline
        martonmiklos
        wrote on 17 Mar 2020, 18:19 last edited by
        #3

        Hello @Clement135

        I built the b2qt-embedded-qt5-image.bb

        1 Reply Last reply
        0
        • M Offline
          M Offline
          martonmiklos
          wrote on 18 Mar 2020, 11:02 last edited by
          #4

          I have managed to sort out the issue:
          https://www.raspberrypi.org/forums/viewtopic.php?f=108&t=268204&p=1628265#p1628265

          I needed to switch from vc4-kms-v3d to vc4-fkms-v3d

          1 Reply Last reply
          1

          1/4

          17 Mar 2020, 15:06

          • 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