Hi Sir
I enable secboot feature like this.
DISTRO_FEATURES:append = " pfe hse secboot"
I encountered a build error.
Could you help me check it?
解決済! 解決策の投稿を見る。
Hello, thanks for the reply.
If you do not want to remove corresponding 3 files mentioned from previous post, the following method may also be useful, add the following line to conf/local.conf, then rebuild:
PREFERRED_VERSION_arm-trusted-firmware-tools-native = "2.5"
Hope it helps.
Best Regards
Chenyin
Hello, thanks for the reply.
If you do not want to remove corresponding 3 files mentioned from previous post, the following method may also be useful, add the following line to conf/local.conf, then rebuild:
PREFERRED_VERSION_arm-trusted-firmware-tools-native = "2.5"
Hope it helps.
Best Regards
Chenyin
Hello, Thanks for the question
DISTRO_FEATURES:append = " secboot"
NXP_FIRMWARE_LOCAL_DIR = "/path/to/firmware/folder"
Enabling HSE Secure Boot in the conf/local.conf file will automatically enable PKCS11 Support & HSE Linux Driver as well. You may not need to add additional “hse” here.
Hope it helps.
Best Regards
Chenyin
Hi Sir,
Can TF-A 2.10 be disregarded without being deleted?