Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Graph in iMX6
Qt 6.11 is out! See what's new in the release blog

Graph in iMX6

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 361 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.
  • V Offline
    V Offline
    Veepee
    wrote on last edited by
    #1

    I wanted to develop graphs for one of my applications running in an iMX6 device.
    I tried running the sample SceneGraph/Graph application available in Qt 5.6 Examples and found it to be relevant for my usecase. Tried running this application in my iMX6 target and I get a 'SIGABRT' and on remote debugging , I find the SIGABRT happening in QSGSimpleMaterialShader, with the error message

            qFatal("QSGSimpleMaterialShader does not implement 'uniform highp mat4 %s;' in its vertex shader",)
    

    Does this have any dependency that it cannot run in my target device ?

    1 Reply Last reply
    0
    • 6thC6 Offline
      6thC6 Offline
      6thC
      wrote on last edited by 6thC
      #2

      I don't have an iMX6 or the environment but if you could try using OpenGL-ES, ANGLE or perhaps VULKAN https://doc.qt.io/qt-5/qtgui-hellovulkanwindow-example.html ?

      As you are doing device dev, are you commercial, I'd call support for this as they are in their element for this sort of stuff... and you're already paying for it.

      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