We have two NXP, S32v23 board. Step followed:
1. Boot the board with the default SD card.
2. Use eclipse to create a new remote connection to the board using SSH type.
This result in error.
Failed to connect SFTP subsystem: Remote host may not have sftp-server installed :java.io.IOException
I have also tried to follow as in link: HOWTO: Setup A Remote Linux Connection in S32DS for Vision
this is result in error.
I have tried connecting via putty and I am able to get connected.
How/What are the settings for the S32 design studio to get the remote connection on the default boot-image of the S32v23 board?.
#remote, #SFTP
Hello,
I have the same problem like you in my EVB. I think the reason for this fail is that in your Linux image the sftp-server is missing.
Possible Solution:
add the following text in your <build-directory>/conf/local.conf file, build the linux image with the sftp-server support.
CORE_IMAGE_EXTRA_INSTALL += "openssh-sftp"
CORE_IMAGE_EXTRA_INSTALL += "openssh-sftp-server"