SFTP-server

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

SFTP-server

跳至解决方案
9,890 次查看
janeesfritha
Contributor I

I'm trying to build SFTP-server in IMX8 for debugging through eclipse. for that i have to build openssh. can anyone tell me how to do this. I'm new to this platform. 

0 项奖励
回复
1 解答
9,541 次查看
b36401
NXP Employee
NXP Employee

You need to add such lines into conf/local.conf file of your yocto project:

EXTRA_IMAGE_FEATURES ?= "debug-tweaks tools-debug eclipse-debug ssh-server-openssh"
CORE_IMAGE_EXTRA_INSTALL += "openssh-sftp openssh-sftp-server"

在原帖中查看解决方案

0 项奖励
回复
3 回复数
8,709 次查看
adamhuang
Contributor III
IMAGE_INSTALL_append += "openssh-sftp openssh-sftp-server"

should be Okay for compiling core-minimal-image based on embedded Linux v3.14.52

 

0 项奖励
回复
9,541 次查看
inigovicentewal
Contributor III

Hi Fritha and b36401

I have tried several days to build the SFTP server on my IMX8M to debug it with eclipse but I can't get it to work.
When I search for sftp I have the following message: sftp: command not found
Any idea how to activate it on my board or why it doesn't work?

I have my local.conf configured correctly

Thanks

0 项奖励
回复
9,542 次查看
b36401
NXP Employee
NXP Employee

You need to add such lines into conf/local.conf file of your yocto project:

EXTRA_IMAGE_FEATURES ?= "debug-tweaks tools-debug eclipse-debug ssh-server-openssh"
CORE_IMAGE_EXTRA_INSTALL += "openssh-sftp openssh-sftp-server"

0 项奖励
回复