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-unsubscr...@teaclave.apache.org

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



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

Reply via email to