how to deploy Qt application to embedded device direclty from QtCreator
-
I am trying to deploy Qt Application from Qt Creator to our embedded POS terminal (based on i.MX6SL Linux Kernel). I have added our POS device in QtCreator and it successfully detected through LAN but i am unable to deploy and run binary in device. Means i am able to access to device but not able to send binary through QtCreator. You can look in to attached screen shots from following links.
https://www.imageupload.co.uk/image/D1ZR
https://www.imageupload.co.uk/image/D1Ze
https://www.imageupload.co.uk/image/D1Zr
https://www.imageupload.co.uk/image/D1Zv
https://www.imageupload.co.uk/image/D1ZP
https://www.imageupload.co.uk/image/D1ZJ -
Why the dot after /root/ ? I think you should give some file name there, or leave it blank to install it into the directory.
Also, make sure your ssh user has necessary permissions to create files in /root/.
What is the output from Qt Creator during deployment? Does it print any meaningful error message?
-
According to the Screens every thing is fine, but make sure that SFTP server is running in the target device so that application can be deployed into the target device.