Issue reading registers in u-boot

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

Issue reading registers in u-boot

ソリューションへジャンプ
4,018件の閲覧回数
Ghouse
Contributor V

Hi, iam using LS1046ARDB eval board,

An iam working on secure boot,

The procudure to secure boot says : "Verify the SNVS register - HPSR to check whether OTPMK is fused already" by using command md $SNVS_HPSR_REG,

however when i execute above command in u boot iam getting below message

md - memory display

Usage:
md [.b, .w, .l, .q] address [# of objects]

but, when i read register w.r.t address (eg: md 0x01e80254 0x10) iam able to read it.

Let me know the exact syntax to read the register by providing register name in the u-boot console.

Thanks.

 

0 件の賞賛
返信
1 解決策
3,964件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Please use the following command.

=> md 0x1e90014

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
3,015件の閲覧回数
John_volvo
Contributor I

if OTPMK is fused already, whether can use reset to default value? or need replace chip? 

0 件の賞賛
返信
3,970件の閲覧回数
Ghouse
Contributor V

Hi, any help for the above query?

Thanks.

0 件の賞賛
返信
3,965件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Please use the following command.

=> md 0x1e90014

0 件の賞賛
返信
3,852件の閲覧回数
tdemke
Contributor I

On my LS1046ardb board:

=> md 0x1e90014
01e90014: 002b0088 00000080 00000000 00000000    ..+.............

This is not inline with the documentation!

=> md $SNVS_HPSR_REG
88000900

So how can we check in u-boot if the OTPMK values are written?

0 件の賞賛
返信