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.

Linux/AM5718: Telent Connection refused

Part Number: AM5718

Tool/software: Linux

Hi,

We have developed a custom board with AM5718 processor and we are using ti-processor-sdk-linux-am57xx-evm-02.00.01.07. I am trying to access my target using Telnet from putty, but I am getting connection refused. Is telent not available with SDK or else do I need to enable in the SDK? 

Best Regards,

Ganesh

  • Hello,

    If you are getting "Unable to connect to remote host: Connection refused" this means telnet/telnetd is not running on your machine. You need to install telnet/telnetd and start the service. If you are using yocto there should be already a recipe to do it.

    Cheers,
    --Prabhakar Lad
  • HI Prabhakar,

    No machine is OK because I was able to connect through telnet to different target boards. So, I am suspecting my target board, how can I ensure that my target is having telnet services?

    Best Regards,
    Ganesh