-
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
OP-TEE build does not continue after OpenSBI #25
Comments
Hi @swidi , see #8 we have mentioned which branch has enabled docker support. please follow this https://github.com/Nuclei-Software/nuclei-linux-sdk/blob/feature/optee_5.10/optee/README_en.md to run it.
|
There is also a quick guide here #13 attached with run log |
For your case, I think this is wrong # build project just follow https://github.com/Nuclei-Software/nuclei-linux-sdk#show-help in each branch
# run qemu for SOC=evalsoc CORE=ux900fd
make run_qemu # wrong
make SOC=evalsoc CORE=ux900fd run_qemu # correct |
Other people already repeat it, see #16 |
Wonderful. |
Hello,
I am currently working on a research project that involves OP-TEE on RISC-V. Your project would serve as a great starting point, however I cannot get it to run.
I have used your docker image:
sudo docker run -it nucleisoftware/linuxsdk:optee
And then followed the advice here: https://hub.docker.com/r/nucleisoftware/linuxsdk
Unfortunately, the boot process never continues after OpenSBI:
Since I believe I have followed every step as indicated, could it be that the docker image is no longer compatible with the latest commits? Or any other idea that could point me in the right direction? Thanks!
The text was updated successfully, but these errors were encountered: