add OP-TEE with secure boot on IMX8MN

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

add OP-TEE with secure boot on IMX8MN

ソリューションへジャンプ
3,608件の閲覧回数
Silvarye
Contributor II

Hi all, 

I'm working on i.MX8M Nano board and I would like to know How can I add OP-TEE image in the secure boot.

With NXP's documentation I done this resume of commands (attached Notepad) ,  if I done something wrong say me, At which steps I could add commands for OP-TEE

Moreover, in your documentation for complete secure the device you purpose to do this : 

=> fuse prog 1 3 0x8000000 for Program DIR_BT_DIS

But in the security reference manual for IMX8MN, on 0x470[27] in Fuse map this appear like 'Reserved', It is important thing for the security ? 

Regards, 

Alexandre

0 件の賞賛
返信
1 解決策
3,588件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Alexandre

 

from team:

 

1) In step 4, customer need to copy the tee.bin to the imx-mkimage tool. and compile the ATF with OP-TEE support. Then when customer build the image with the same command, the OP-TEE will integrated to the FIT part of the flash.bin. Customer can check the mkimage log to double confirm.

2) To close the device, customer need to use below command to program SEC_CONFIG[1] in bank1 word3, bit 25. 

  => fuse prog 1 3 0x2000000

 

Best regards
igor

元の投稿で解決策を見る

3 返答(返信)
3,584件の閲覧回数
Silvarye
Contributor II

Hi Igor thanks for your answer, have a nice day !

0 件の賞賛
返信
2,951件の閲覧回数
Murri
Contributor I

@Silvarye did this work for you? I am about to try the same. Thanks in advance. 

0 件の賞賛
返信
3,589件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Alexandre

 

from team:

 

1) In step 4, customer need to copy the tee.bin to the imx-mkimage tool. and compile the ATF with OP-TEE support. Then when customer build the image with the same command, the OP-TEE will integrated to the FIT part of the flash.bin. Customer can check the mkimage log to double confirm.

2) To close the device, customer need to use below command to program SEC_CONFIG[1] in bank1 word3, bit 25. 

  => fuse prog 1 3 0x2000000

 

Best regards
igor