MAC fuses lock

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

MAC fuses lock

2,779 次查看
_andev_
Contributor II

Hi,

I have a little question. How can I lock the MAC address fuses?

I have set the MAC address with

U-Boot > fuse prog 4 3 0x000000aa

U-Boot > fuse prog 4 2 0x11223346

and I get the MAC address 00:aa:11:22:33:46. But then I can do

U-Boot > fuse prog 4 2 0x11223347

and now I get the MAC address 00:aa:11:22:33:47

Is there any fuse prog x y z to lock the MAC address writing?

Regards

标签 (2)
0 项奖励
回复
4 回复数

2,025 次查看
igorpadykov
NXP Employee
NXP Employee

HI Anonymous

suggest to check IMX6DQRM  Table 5-2. Lock Fuses

Fuses.jpg

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复

2,025 次查看
_andev_
Contributor II

Then this is translate to a

fuse prog 0 0 0x300 ???

0 项奖励
回复

2,025 次查看
igorpadykov
NXP Employee
NXP Employee

Q&A: How to program i.MX6 eFUSE?

https://community.freescale.com/docs/DOC-95458

0 项奖励
回复

2,025 次查看
_andev_
Contributor II

Igor,

I think it's easier to give the correct answer... the imxotp api seems deprecated in uboot.

0 项奖励
回复