Hi Team,
I am using this code ethernetip_adapter_generic_device_rgmii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang from the SDK ind_comms_sdk_am243x_09_00_00_03 version in our custom board with AM2434.
I want to change the IP address of the device and make it as static. For this I have changed the code as shown below -
configurationControl.configurationMethod = 0;
In EI_API_ADP_setIpConfig() passed the new ip address 0x0A4ED7D8.
Using this I am able to change the IP address of my custom board. But when I am checking configuration control for the device (IP address 10.78.215.216), it is showing dynamic.
I am not able to understand how this pRuntimeData->adapter.configurationMethod is setting the value and how can we change this pRuntimeData for any other parameter like hostname.
Could you please help me to resolve this issue asap. How can we change IP address and configuration method.
Thanks,
Surabhi