Dear NXP Support Team,
I am currently working with an i.MX8MP board and would like to fuse MAC addresses directly in the kernel, similar to the process used in U-Boot.
In U-Boot, the following commands are used to fuse the MAC addresses:
fuse prog 9 0 33445567
fuse prog 9 1 55661122
fuse prog 9 2 11223344
These commands set the MAC addresses for Ethernet interfaces eth0 and eth1. I would like to achieve the same functionality in the Linux kernel, specifically in the context of the i.MX8MP.
Could you please provide guidance on how to fuse MAC addresses in the kernel using the One-Time Programmable (OCOTP) memory, and how to program the specific fuses for eth0 and eth1 in a similar manner as the U-Boot commands listed above?
I would appreciate any kernel-specific commands or examples to help me achieve this.
Thank you for your assistance.