Hi NXP,
I test the Ethernet function with android 13 on i.MX8 pluse evk. I found a problem about static ip. I cannot config the static ip after I had changed thet ethernet config dialog. Could you have any idea to solve this issue? Thanks.
Which board and eth port are you using?
Hi b45499,
I use the prebuilt image to test the ethernet function on the 8MPLUS-BB. The OS build number is evk_8mp:13/TP1A.221005.002/bamboo02082040:userdebug/dev-keys. I check the eth port with
DHCP and it is work. Thanks.
Good news it works now
Hi b45499,
Could you have any update for this issue? I check the android 13 BSP of NXP. I found that the commit message(aee85dbd447c1752154bd9ccff8ad44a85b41603) like below
this patch can get ethernet config, but if we manually config the ethernet from the dialog,
fail to update the IpConfig, due to updateConfiguration seems only work on an automotive
device, I will try to use another way to fix it later.
Is the issue solved now?
thanks.
"
this patch can get ethernet config, but if we manually config the ethernet from the dialog,
fail to update the IpConfig, due to updateConfiguration seems only work on an automotive
device, I will try to use another way to fix it later.
"
What is the patch you mentioned? Could you share us the link?
Hi NXP,
Do you have any idea for this issue? thanks.
Hi NXP,
This information I get in the i.MX8 BSP.
I cannot get new update to fix this issue after I run command "repo sync" for this BSP.
Is the issue solved?
Have you met some error messages when you download the source code?
Hi NXP,
No, I think that I downloaded BSP successfully. Below is my download log.
IMX8_T_BSP/android_build$ repo sync
remote: Enumerating objects: 8, done.
remote: Counting objects: 100% (8/8), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 8 (delta 4), reused 8 (delta 4), pack-reused 0
Unpacking objects: 100% (8/8), 14.47 KiB | 871.00 KiB/s, done.
project .repo/manifests/
Updating 4c3bb9d..4af837e
Fast-forward
Fetching: 100% (1137/1137), done in 18m33.668s
Checking out: 100% (1137/1137), done in 9m11.914s
repo sync has finished successfully.
Hi b45499,
We still cannot use settings->ethernet config to set static IP on i.MX8 plus. Could you give as the patch to fix this issue? thanks.