Can't deploy qt5 application in imx-4.9.11

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can't deploy qt5 application in imx-4.9.11

Jump to solution
572 Views
rans
Senior Contributor I

Hello,

I tried to deploy qt5 application (which was compiled in host), but surprised to see that deployment  fails.

A quick check shows that tftp is missing....

I am using imx-morty , imx-4.9.11-1.0.0_ga.xml  , fsl-image-qt5-validation-imx image, but I don't have sftp, and can't find openssh.

Is it missing in the image ?

Thank you!

Ran

0 Kudos
1 Solution
407 Views
marius_grigoras
NXP Employee
NXP Employee

Hi,

Is enough to add the debug packages. Edit conf/local.conf.


vim conf/local.conf
#include here next line at the final of the file:
IMAGE_FEATURES_append = " eclipse-debug ssh-server-openssh"

Best regards,

Marius

View solution in original post

1 Reply
408 Views
marius_grigoras
NXP Employee
NXP Employee

Hi,

Is enough to add the debug packages. Edit conf/local.conf.


vim conf/local.conf
#include here next line at the final of the file:
IMAGE_FEATURES_append = " eclipse-debug ssh-server-openssh"

Best regards,

Marius