Hi,
We are using imx8mp with Andorid 13 BSP (imx-android-13.0.0_1.2.0) ,We are not able to set static IP address for Ethernet
A) using UI setting ->Network&internet->Internet->Ethernet-> Ethernet Configuration;We tried to set static IP we got "failed to save network" as response
during which logcat we observed
EthConfDialog: mode static ip
09-18 08:42:45.119 907 907 I EthConfDialog: Static IP address =192.168.1.169
adblogcat during this observation is attached as ui_staticip.txt
B)we also tried adb shell
$ ifconfig eth1 dow
$ ip addr add 192.168.1.166 dev eth1
$ ifconfig eth1 up
static ip was not retained it got updated with dynamic IP adblogcat during this observation ethernet_static.txt
please share a method for setting static IP
IMX8MPLUS #Andorid 13