SFTP-server

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

SFTP-server

Jump to solution
7,039 Views
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 Kudos
1 Solution
6,690 Views
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"

View solution in original post

0 Kudos
3 Replies
5,858 Views
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 Kudos
6,690 Views
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 Kudos
6,691 Views
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 Kudos