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
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!
-----------------------------------------------------------------------------------------------------------------------