-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick steps to evaluate optee solution on nuclei qemu #13
Comments
Feel free to take a try, and give us feedback. |
You forget to download qemu, and set PATH, see above notes
|
Hi @JESSIY225 , thanks for contact with me, here are some brief answer below:
If you are looking for help with RISC-V architecture, please check isa manual here, if your research team are interested in commerical risc-v cpu product with TEE feature, you can contact with me, I can introduce our company sales to you. Thanks |
Recently, we have open source our OpTEE hardware and software solution in this repo, see OP-TEE/optee_os#6173, and now we also implement required hardware feature in Nuclei QEMU, so you can take a try with it.
General steps
Here are the basic steps to try it:
About how to check optee tests and examples, please check https://github.com/Nuclei-Software/nuclei-linux-sdk/blob/feature/optee_5.10/optee/README_en.md#start-and-running-log
Sample
git submodule
output as below(until 2023.07.19):Update
2023.08.11
Regarding facing issue of get source code or building linux sdk, we provide prebuilt qemu images, which can be executed directly using qemu, you can download this prebuilt qemu optee images, and directly try it.
unzip qemu_optee_images_20230811.zip # set qemu path before execute it, see above steps bash run_qemu.sh
Full run log see optee_5.10_full_runlog.txt
We also provide a docker image
docker.io/nucleisoftware/linuxsdk:optee
, in this docker, the source code is checkout tofeature/optee_5.10
branch and requried software are installed,sudo
password isriscv123
.The text was updated successfully, but these errors were encountered: