Want to add a embedded device to Host machine for QT5 as USB device
Unsolved
Installation and Deployment
-
How can I run my QT5 application on my target board which is connected to Host(Build) Machine by USB?
-
@Rathore You would first need to cross compile it for your device. Then deploy it to your device and run it there.
What device is that and do you have build tools (like compiler) and sysroot for it? -
I have imx6sx based custom board.
I want to do remote debuging using QTCreator via USB.
is it possible?
My board does not have any ethernet port so debugging using ssh is not possible on it.
1/3