Can't deploy qt5 application in imx-4.9.11

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Can't deploy qt5 application in imx-4.9.11

ソリューションへジャンプ
1,007件の閲覧回数
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 解決策
842件の閲覧回数
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 返信
843件の閲覧回数
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