Programming MAC adddress OTP registers using "fuse" command in iMX8M mini

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Programming MAC adddress OTP registers using "fuse" command in iMX8M mini

1,608 次查看
girishprasadgm
Contributor II

Hi All

I wanted to program the MAC address to OTP registers, 

is it correct byte order please let me know

Mac ID to program:  "78:B8:D6:4E:B1:CA"

## To program MAC_ADDR0 Bank 9, Word 0

fuse prog -y 9 0 0xD64EB1CA

## To program MAC_ADDR0 Bank 9, Word 1

fuse prog -y 9 1 0x000078B8 

 

Thanks

Girish 

标签 (1)
0 项奖励
回复
1 回复

1,601 次查看
igorpadykov
NXP Employee
NXP Employee

Hi girishprasadgm

 

one can look at i.MX8M and Mini MAC programming example on

https://developer.solid-run.com/knowledge-base/i-mx8m-ethernet-mac-address-fusing/

 

Best regards
igor