Issue about Burning OTP in I.MX6DL

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

Issue about Burning OTP in I.MX6DL

1,077 次查看
tony_l_cai
Contributor III

Hi,all

     How to burn OTP in i.mx6dl, and how to burn in bulk?

could give me more info?

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

762 次查看
Yuri
NXP Employee
NXP Employee

  Please have a look at the documentation folder of Mfgtool.
Quick Start Guide provides an example on how to burn fuse.

“How to Program a Fuse”

MfgTool V2 supports writing the specified value into the fuse.

The OTP fuse can be written through the following commands:

<CMD state="Updater" type="push" body="$ ls /sys/fsl_otp ">Showing HW_OCOTP fuse bank</CMD>

<CMD state="Updater" type="push" body="$ echo 0x11223344 > /sys/fsl_otp/HW_OCOTP_MAC0">write 0x11223344 to HW_OCOTP_MAC0 fuse   bank</CMD>

    <CMD state="Updater" type="push" body="$ cat /sys/fsl_otp/HW_OCOTP_MAC0">Read value from HW_OCOTP_MAC0 fuse bank</CMD>

The fuse bank name (ex: HW_OCOTP_MAC0) should be changed according as needed.


Have a great day,
Yuri

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

0 项奖励
回复