burn mac address into fuse and lock it

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

burn mac address into fuse and lock it

1,883 次查看
yenchao
Contributor IV

Hi all,

I'm working on imx6q

I want to burn mac address into fuse and lock it

because it only can write one time

so I have to confirm my procedure

for example

I want to write mac address 11:22:33:44:55:66 into fuse

below are my steps

1. echo 0x33445566 > HW_OCOTP_MAC0

2. echo 0x1122 > HW_OCOTP_MAC1

3. echo 0x100 > HW_OCOTP_LOCK

is my procedure correct?

any advices and suggestions will be greatly appreciated!!

thx

Yen

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

1,616 次查看
art
NXP Employee
NXP Employee

It's not a good idea to burn fuses when the OS is running. It's better to use the 'fuse' commands in Uboot. For more information, type 'help fuse' in the Uboot command prompt.


Have a great day,
Artur

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

0 项奖励
回复

1,616 次查看
yenchao
Contributor IV

Hi Artur,

How about burn fuses from mfgtools?

Is it good way?

Thx

Yen

0 项奖励
回复

1,616 次查看
art
NXP Employee
NXP Employee

Yes, this is a good way.

Best Regards,

Artur

0 项奖励
回复

1,615 次查看
yenchao
Contributor IV

Hi Artur,

Got it

Thank you very much^^

Yen

0 项奖励
回复