MAC fuses lock

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MAC fuses lock

2,780件の閲覧回数
_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,026件の閲覧回数
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,026件の閲覧回数
_andev_
Contributor II

Then this is translate to a

fuse prog 0 0 0x300 ???

0 件の賞賛
返信

2,026件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

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

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

0 件の賞賛
返信

2,026件の閲覧回数
_andev_
Contributor II

Igor,

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

0 件の賞賛
返信