Hi Team,
As MAC OTP is irreversible process, please verify below command which I'm using to perform MAC OTP.
Note: Our custom board has one ethernet port(i.e. eth1)
Write commands in Uboot terminal:
Consider MAC as 0xAABBCCDDEEFF(6Bytes)
fuse prog -y 39 3 0xCCDDEEFF
fuse prog -y 39 4 0x0000AABB
Read commands in Uboot terminal:
fuse read 39 3
fuse read 39 4
I had referred "i.MX91_Fusemap_RM.xlsx" excel sheet attached to reference manual.
And is there any other source like Reference Manual to confirm the register other than this excel sheet. Waiting for response.
Thank you
Manikanta Robbi