MAC fuses lock

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MAC fuses lock

2,792 Views
_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

Labels (2)
0 Kudos
Reply
4 Replies

2,038 Views
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 Kudos
Reply

2,038 Views
_andev_
Contributor II

Then this is translate to a

fuse prog 0 0 0x300 ???

0 Kudos
Reply

2,038 Views
igorpadykov
NXP Employee
NXP Employee

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

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

0 Kudos
Reply

2,038 Views
_andev_
Contributor II

Igor,

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

0 Kudos
Reply