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.
解決済! 解決策の投稿を見る。
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"
IMAGE_INSTALL_append += "openssh-sftp openssh-sftp-server"
should be Okay for compiling core-minimal-image based on embedded Linux v3.14.52
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
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"