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.
Hello.
Following instructions to connect CCS remotely via SSH with my TDA4 EVM (Remote Explorer Setup with CCS), the connection is not established because of failure in negotiation:
Here is some info about the environmental system:
If I use Console terminal or Putty, the connection is correctly established.
What should I do to solve the issue in Code Composer?
Many Thanks
Hello Pablo,
Can you please test connecting with the EVM through the command line? We can try bypassing CCS for now to check there are no issues with CCS.
Open the windows command line, and use the usual SSH command, such as below:
ssh root@192.168.1.109
This will try to connect the board at 192.168.1.109, replace this IP address with your own.
Let me know if this works, I just tried it with no issues on my board.
Then we can try debugging the CCS connection.
Thanks,
Erick
Hello, Erick.
Yes I can ( I have already mentioned in previous comment). So board stablishes connection via SSH. The problem is with Code composer/JAVA
If you are behind a proxy, did you follow the steps under "Configuring with a Proxy"?
Hello KI.
Yes, I had it when I connect via VPN to my company.
But now I have connected the board directly via ethernet, and I am not connected to VPN, and Proxy settings are disabled.
And I am able to stablish SSH connection via putty:
But CCS fails:
Here my configuration for proxy in CCS:
Thanks
Ki,
Can you please help further on this thread?
It seems the issue is still open.
Regards
Karthik
Can you please help further on this thread?
Unfortunately I don't have much more to add. RSE is a plug-in from the Eclipse community and something we provide "as-is" with CCS.
The best suggestion I can offer is the same one I gave in another thread of the same topic:
Thanks
ki