-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
QDS 4.8.0, QDS 4.7.2
-
None
When trying to deploy a Qt DS project ot B2Qt device following happens
- User can create the connection to B2Qt device OK and testing of device pass ok
- User cannot launch the application on the device instructions: https://doc.qt.io/qtdesignstudio/creator-live-preview-devices.html#on-boot-to-qt describe steps which cannot be carried out
- End result: user cannot deploy to b2Qt
Background story:
B2Qt contains an appcontroller which launches QML projects. The way Qt DS works with B2Qt is by uploading the qmlproject as-is to device and tell appcontroller how to launch it. There is no compilation happening.
In Qt DS 4.7 we changed the deployment from modal blocking UI to device manager based, the appcontroller interface is not implemented to the device manager sessio so Qt DS does not validate the deployment path.
Currently feature is unusable.