Re-burning a fuse register on iMX6

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

Re-burning a fuse register on iMX6

814件の閲覧回数
colinhelliwell
Contributor III

I assume (though I'm not certain) that if a fuse register - e.g. one of the secure boot ones - is written to then 1s cannot be subsequently changed back to 0s.

But if you write 1's in two operations, does it result in an OR of the values?

In other words, does

    fuse prog -y 3 0 0x00000001; fuse prog -y 3 0 0x00000010

give the same result as

    fuse prog -y 3 0 0x00000011

ラベル(2)
1 返信

604件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello colinhelliwell,

That’s correct. As fuses cannot go back from 1 to 0, it would be equivalent to an OR. You should be able to do this on the i.MX6 without problem.

However, this may not be true for other One Time Programmable memories in the market depending on their features.

Regards,

0 件の賞賛
返信