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.

CCS/OMAP-L138: Remote Connection to OMAP-L138LCDK

Part Number: OMAP-L138

Tool/software: Code Composer Studio

Hi,

I've followed the steps in section 3.5.4.3. Remote Explorer Setup with CCS to connect to the OMAP-L138LCDK through ethernet (link to section below)

https://software-dl.ti.com/processor-sdk-linux/esd/docs/06_03_00_106/linux/Foundational_Components/Tools/Code_Composer_Studio.html#remote-explorer-setup-with-ccs

However, when I click connect on my remote systems connection it eventually errors out with the error message:

Failed to connect sshd on "192.168.0.15:22": java.net.NoRouteToHostException: No route to host (Host unreachable)

I'm using a laptop that has wireless in it, I believe it also has an ethernet port on the motherboard which is not routed out to the case.

As a result I'm using a USB to Ethernet converter.

This converter works fine and I am able to access the internet with it.

I am able to ping the OMAP-L138LCDK from my laptop through the USB->Ethernet converter and vice versa.

I've also verified with Wireshark that no traffic from my laptop USB->Ethernet interface is generated to the target 192.168.0.15 (OMAP-L138LCDK dev board) when I try to connect to it in CCS.

I'm assuming that CCS is trying to use an interface other than the USB->Ethernet one.

Is there a way for me to find out which interface CCS is trying to use for network access?

Also, is there a way to change which network interface it uses?

Thanks,

Ben