How to enable LS1046a ITS bit in u-boot environment ?

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

How to enable LS1046a ITS bit in u-boot environment ?

跳至解决方案
545 次查看
Jeffrey_Lai
Contributor II

Hi,

We try to enable LS1046 secure boot.

According to LSDK user manual, program SRKH and OPTMK in u-boot CLI environment is OK but program ITS bit is failed.

The command as below.

#program SRKH and OPTMK

mw.l 0x1e80234 0x...
mw.l 0x1e80238 0x...

...

mw.l 0x1e80250 0x...

mw.l 0x1e80254 0x...
mw.l 0x1e80258 0x...
...
mw.l 0x1e80270 0x...

 

#program ITS

mw.l 0x1e80200 0x4

mw.l 0x1e80020 0x02000000

 

Is it correct and how to set ITS bit in u-boot CLI environment ?

 

Jeffrey Lai

0 项奖励
回复
1 解答
499 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please enable POVDD then program ITS with the following commands.

#program ITS

mw.l 0x1e80200 0x04000000

mw.l 0x1e80020 0x02000000

在原帖中查看解决方案

1 回复
500 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please enable POVDD then program ITS with the following commands.

#program ITS

mw.l 0x1e80200 0x04000000

mw.l 0x1e80020 0x02000000