How can I modify the MAC address written on imx6 ROM?

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

How can I modify the MAC address written on imx6 ROM?

1,003件の閲覧回数
davekim
Contributor I

To change the MAC address, I had MAC Writh the following instruction as below:

[Mac Address Command for MFG Tool] --> MAC Address : 00:01:6F:01:FF:FF
<CMD state="Updater" type="push" body="$ ls /sys/fsl_otp ">Showing HW_OCOTP fuse bank</CMD>
<CMD state="Updater" type="push" body="$ echo 0x6F01FFFF > /sys/fsl_otp/HW_OCOTP_MAC0">write 0x6F01FFFF to HW_OCOTP_MAC0 fuse bank</CMD>
<CMD state="Updater" type="push" body="$ echo 0x0001 > /sys/fsl_otp/HW_OCOTP_MAC0">write 0x0001 to HW_OCOTP_MAC1 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>

I understand that it is can not be changed again if the address was used once,
Is there any way to translate them into instructions?

Thanks..

ラベル(4)
タグ(1)
0 件の賞賛
1 返信

489件の閲覧回数
Yuri
NXP Employee
NXP Employee

Hello,

   basically, non-burned bits in the fuses may be additionally burned.

Have a great day,
Yuri

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

0 件の賞賛