Hello,
I have generated a Yocto image for a i.MX8MP with the recipe imx-image-full for Linux version 5.15.32_2.0.0.
I am now trying to execute the Demo experience binary to use it with a text interface, as is described in the document "NXP Demo Experience User's Guide":
demoexperience tui
However, when doing so I get the following error, and nothing happens:
qrc:/gui/DemoPage.qml:129:9: Unable to assign QJSValue to QQmlListModel*
I have tried executing the binary from a serial debug interface and through SSH, but the result does not differ.
How may I fix this?
Thnak you