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.

TDA4VM: ndk change ip address

Part Number: TDA4VM


hi:

    I use ti-processor-sdk-rtos-j721e-evm-07_02_00_06.tar.gz package ,pdk_jacinto_07_01_05_14\packages\ti\drv\enet\examples\enet_nimu_example to test tcp/ip on evm board。I change nimu_example.cfg file as blew,to modify ip address。

var enableStaticIP         = 1;

。。。。

Ip.address = "192.168.1.10";

now i do not want to change ip address in nimu_example.cfg file,and i want to change ip address in my program in main_tirtos.c file。can you give me some advice on Implementation the function of the sample code。Thanks!