Secure Bootloader AES help

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

Secure Bootloader AES help

ソリューションへジャンプ
1,531件の閲覧回数
marcobologna
Contributor II

Hello!

I would like to use on kinetis KV11Z and MK22FX the bootloader with security aes. 
When I try to compile, it asks me for the file aes_security.h and I can't find it. 
Can anyone help me? 
Is there a step by step tutorial that helps to implement security aes in bootloader 2.5?
Thanks in advance.
Regards
Marco
ラベル(1)
0 件の賞賛
1 解決策
1,371件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi,

MCUboot has been integrated into SDK. You can find this file in SDK_2.6.0_TWR-K22F120M\middleware\mcu-boot\tools\tools\elftosb\common

Regards,

Jing

元の投稿で解決策を見る

4 返答(返信)
1,371件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi Macro,

aes_security.h and aes_security.c use MMCAU. This is a special hardware that KV11 and K22 haven't.You can only use software encryption and decryption. The code is in aes128_key_wrap_unwrap.c

Regards,

Jing

0 件の賞賛
1,371件の閲覧回数
marcobologna
Contributor II

Dear Jing

Thanks for your reply.

The aes128_key_wrap_unwrap.c is missing in the MCU-BOOT v 2.5  source code. How I can find it and how I can insert it? How use it?

Regards

Marco

0 件の賞賛
1,372件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi,

MCUboot has been integrated into SDK. You can find this file in SDK_2.6.0_TWR-K22F120M\middleware\mcu-boot\tools\tools\elftosb\common

Regards,

Jing

1,371件の閲覧回数
marcobologna
Contributor II

Hi Jing,

Thanks for your help. We solved the problem.

Best regards

Marco

0 件の賞賛