QML freezes on raspberry pi 3
-
Hi, after spending tons of time, trying to cross compile qt for raspberry pi, finally i did it, but now when I run some simple qml apps on rasoberry pi, the apps would run but will freeze after a few seconds and not even my mouse would move, Does anyone know why?
I'm using a simple qt quick application swipe. It seems the raspberry pi can not render the app, something related to its gpu, maybe? -
Hi, after spending tons of time, trying to cross compile qt for raspberry pi, finally i did it, but now when I run some simple qml apps on rasoberry pi, the apps would run but will freeze after a few seconds and not even my mouse would move, Does anyone know why?
I'm using a simple qt quick application swipe. It seems the raspberry pi can not render the app, something related to its gpu, maybe?@PouryaTorabi If you start the app from console do you see any errors/warnings?
Which Qt version do you use? -
It says:
QML debugging is enabled. Only use this in a safe environment.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Unable to querry physical screen size, defaulting to 100 dpi.I'm using Qt5.12.2 and cross compiled it as:
https://mechatronicsblog.com/cross-compile-and-deploy-qt-5-12-for-raspberry-pi/ -
It seems when I boot to console it runs perfectly.