S32 Design studio: Failed to connect SFTP subsystem

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

S32 Design studio: Failed to connect SFTP subsystem

1,211 Views
krishnakumar_ma
Contributor III

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.

pastedImage_2.png

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

0 Kudos
1 Reply

1,071 Views
yihan_cheng
Contributor II

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"

0 Kudos