NO /dev/tee* device in verdin-imx8mp board in yocto project

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

NO /dev/tee* device in verdin-imx8mp board in yocto project

619件の閲覧回数
008kai
Contributor II

In yocto local.conf I added:

DISTRO_FEATURES_append=" optee"
IMAGE_INSTALL_append = " optee-client-imx optee-os-imx-tn optee-test-imx"
and in imx8mp-verdin-u-boot.dtsi I added:

firmware {

       optee {
       compatible = "linaro,optee-tz";
       method = "smc";
      };
};

but I still can not find the device /dev/tee ?

Which step am I wrong, or what is missing?

Thanks

2 返答(返信)

615件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Yocto:

MACHINE_FEATURES += "optee"
DISTRO_FEATURES += "optee"
IMAGE_INSTALL += "optee-test optee-os optee-client"

Linux config:

CONFIG_OPTEE=y

0 件の賞賛

596件の閲覧回数
008kai
Contributor II

Thank you for your reply. I modified it according to the steps you mentioned, but still encountered the following error:

008kai_1-1638607737402.png

 

008kai_0-1638607704306.png

I am using the verdin-imx8mp development board, is it caused by the lack of some steps? thanks

 

0 件の賞賛