This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
In order to use Remote System Explorer I need to install ssh server on EVM. Didn't find any guide to do that in wiki. So I found that dropbear ssh, compiled it, put files in my target fs /usr/bin. And it doesn't work. I can't ssh both from host to target and from target to host. So how can I enable ssh for my EVM?
Are you following the steps here?
http://processors.wiki.ti.com/index.php/How_to_setup_Remote_System_Explorer_plug-in
Or are you trying to set the Remote System Type as 'SSH Only'?
Thanks
ki
Ki-Soo Lee said:Are you following the steps here?
http://processors.wiki.ti.com/index.php/How_to_setup_Remote_System_Explorer_plug-in
Yes, I do. But when i try to connect to target I get "Failed to connect to sshd on XXX.XXX.XXX.XXX". And in Details I can see something like "Connection Refused". Obviously this is because there's no ssh-server running on evm. But I can't find any info in this guide about how to run this server on EVM.
If you are running Linux on your target, you should not need anything extra running on the evm.
Dmitry Mikhaylov1 said:But when i try to connect to target I get "Failed to connect to sshd on XXX.XXX.XXX.XXX".
Is the target properly configured for the IP address you are specifying? Did you verify the IP address for eth0 on the target?
I use TFTP + NFS to boot the system on EVM, so yes, everything is fine with address.
Sorry, I don't have any more good suggestions. You may also want to try asking in the Sitara forums. The wiki you are referencing is from the Sitara group and they will be much more familiar with your environment.