Can't deploy qt5 application in imx-4.9.11

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Can't deploy qt5 application in imx-4.9.11

跳至解决方案
1,009 次查看
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 项奖励
回复
1 解答
844 次查看
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

在原帖中查看解决方案

1 回复
845 次查看
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