imx6ul fuse read

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

imx6ul fuse read

1,509 次查看
玉栋郭
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 回复数

1,030 次查看
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 项奖励

1,030 次查看
joanxie
NXP TechSupport
NXP TechSupport

read fuse you can use tools in uboot named imxotp,

imxotp read <index>

- read fuse at 'index'

0 项奖励