Hello,
I am implementing Secure Boot for custom IMX8MPLUS # board running Android 11
There are multiple defconfig files and all are gtting build while compiling the source code.
But only in one defconfig file I can see:
imx8mp_evk_android_trusty_secure_unlock_defconfig:189:CONFIG_IMX_HAB=y
In other defconfigs it the value is not present.
Can you tell me how can I enable it from menuconfig (the navigation path in menuconfig) ?
Thanks,
Abhiroop
解決済! 解決策の投稿を見る。
You can try as below screenshot.
1> make menuconfig,
2> enable ARM architecture for "Architecture select"
3> go Target select for your target.
4> enable HAB feature.
Best regards
Harvey
Hi
Highlight "Architecture select", press <Enter>, you will be able to select ARM architecture.
Best regards
Harvey
You can try as below screenshot.
1> make menuconfig,
2> enable ARM architecture for "Architecture select"
3> go Target select for your target.
4> enable HAB feature.
Best regards
Harvey
Hi @Harvey021
Can you tell me how to enable ARM architecture for "Architecture select" in menuconfig, the navigation?
Thanks,
Abhiroop Nandi Ray