I am working with an i.MX93 FRDM board running the base image provided by NXP (link: "https://github.com/nxp-imx/meta-imx"). The issue I’m facing is that the MAC address changes every time the board is powered on. Is there an image available in which the MAC address remains fixed across reboots and does not change?
Currently, because the MAC address keeps changing on each reboot, the pool of allowed MAC addresses gets exhausted, preventing other devices from connecting to the network.
We are specifically looking for a solution at the image level, not through any additional service or workaround