Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

    Unsolved Graph in iMX6

    QML and Qt Quick
    2
    2
    71
    Loading More Posts
    • 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
      Veepee last edited by

      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 Reply Quote 0
      • 6thC
        6thC last edited by 6thC

        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 Reply Quote 0
        • First post
          Last post