[Security] Clear ALL Keys

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

[Security] Clear ALL Keys

ソリューションへジャンプ
2,956件の閲覧回数
Gideon
Contributor III

Dear NXPs:

uSFE = false;

The Key attribute of MASTER_ECE_KEY is set to: Write Prot = 0; Boot Prot = 1; Debugger Prot = 1; KeyUsage = 1; Wild card = 1;

Then I want to call the bool eraseKeys(void) interface (csec_utils.h) to Clear all keys. But when

The bool getUID(uint8_t *uid) function returned a STATUS_SEC_KEY_NOT_AVAILABLE error when calling the CSEC_DRV_GetID interface. What should I do to erase all keys?

0 件の賞賛
返信
1 解決策
2,935件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @Gideon 

it makes sense. If you used: Boot Prot = 1; Debugger Prot = 1;

... then:

lukaszadrapa_0-1716292349255.png

 

So, the secure boot must be successful and debugger can't be connected to be able to use the key.

Regards,

Lukas

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
2,936件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @Gideon 

it makes sense. If you used: Boot Prot = 1; Debugger Prot = 1;

... then:

lukaszadrapa_0-1716292349255.png

 

So, the secure boot must be successful and debugger can't be connected to be able to use the key.

Regards,

Lukas

0 件の賞賛
返信
2,907件の閲覧回数
Gideon
Contributor III

Dear lukaszadrapa:

Got it, thanks for the reply. Is there any way I can erase all keys?

0 件の賞賛
返信