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.

Configuration to turn on IP data flow

Hi Experts,

Consider I am configuring the Ethernet connectivity manually to connect with the static connection.


"I am not using the dhcp connection".

Linux SDK 8.0 with Am335x EVMGP is used.

How to configure the NET stack in the TI kernel ?

I am using the following steps.


1. ifconfig eth0 inet <ip_addr> netmask <broadcast>

2. route add default gw

My expectation is if I configure the above things then the IP data started flowing.


I verified it with the Ubuntu machines and it is working fine but ethernet link in EVM is not getting up.