Good day!
We configured i.MX 8DXL EVK Rev B0 using an image based on repo https://github.com/nxp-imx/meta-imx-orangebox
However, the network interface failed via the board's ethernet interface (100Base-T) to receive IPv4 address via DHCP. It keeps on getting APIPA/private IP - 169.*.*.*.
# ifconfig
eth0 Link encap:Ethernet HWaddr DE:74:25:E9:86:C2
inet addr:169.254.202.241 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::ca67:595:9aaa:6f6d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:31 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3780 (3.6 KiB) TX bytes:3002 (2.9 KiB)
Interrupt:80
Tried to update/add static IP for etho on /etc/network/interfaces but still receives the APIPA IP.
The LAN we are using is verified to work properly either direct on the router or using another switch.
The network devices are able to issue DHCP IPs and connect to the internet.
How can we force the DHCP/IPv4 to the board?
Anything we possibly missed on the config.
Thank you in advance for kind help.