imx6ul fuse read

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

imx6ul fuse read

1,461件の閲覧回数
玉栋郭
Contributor III

hi~ 

I'm using imx6ul。I want to read fuse value using uboot.

fuse read <bank> <word>

what is bank?  what is word?

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

982件の閲覧回数
turmary
Contributor I

The Reference Manual could tell us what bank, what word map to fuse address.

Chatper On-Chip OTP Controller (OCOTP_CTRL) :

efuse-bank-word.png

bank0,word1 map to Address 0x21B_C410 (0x410).

0 件の賞賛

982件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

read fuse you can use tools in uboot named imxotp,

imxotp read <index>

- read fuse at 'index'

0 件の賞賛