You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by GitBox <gi...@apache.org> on 2021/11/04 07:49:18 UTC

[GitHub] [incubator-teaclave-trustzone-sdk] xglreal commented on issue #51: How to deploy the OP-TEE on kunpeng(华为鲲鹏芯片)?

xglreal commented on issue #51:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/51#issuecomment-960525394


   > Hi @xglreal , There is probably Huawei's TEE OS inside Kunpeng chips, so I'm not sure if you can run OP-TEE OS on it. You can check [the list of supported devices in OP-TEE documentation](https://optee.readthedocs.io/en/latest/general/platforms.html). When compiling OP-TEE OS, it's necessary to choose a corresponding makefile(e.g. `qemu_v8.mk\qemu.mk\juno,mk\hikey.mk\hikey960.mk`) according to OP-TEE documentation.
   > 
   > After the OP-TEE OS has been installed on your device, you can try Teaclave TrustZone SDK for developing TEE applications in Rust. In Teaclave TrustZone SDK the default makefile is `qemu_v8.mk` for compiling arm64 applications, no need to change it.
   > 
   > So maybe you could:
   > 
   >     1. Check whether Kunpeng supports OP-TEE;
   > 
   >     2. Clone OP-TEE repo and compile OP-TEE OS;
   > 
   >     3. Install OP-TEE OS on your Kunpeng device;
   > 
   >     4. In Teaclave TrustZone SDK, set `OPTEE_DIR` to your OP-TEE repository, then develop TEE applications in Rust ( or you can try examples in `/examples`);
   > 
   >     5. Copy Rust applications to your device.
   
   Very Thanks for you answer. I have compile the OP-TEE OS, but I don't known how to install OP-TEE OS. Do you known how the install and setup OP-TEE OS?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org