Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Running OPTee in ARM Trustzone alongside QNX.: (2 Items)
   
Running OPTee in ARM Trustzone alongside QNX.  
As the subject states, I'm looking at running OPTee within ARM Trustzone as a secure storage / key storage solution. 
I've made significant progress and now have OPTee booting and then starting QNX, but I am getting stuck during the 
filesystem extraction process. 

I've attached a boot log of where I am currently, but my overall question is regarding any possible information or 
pointers regarding this kind of implementation.

Please let me know if this is the wrong place to ask.

My processor is the Zynq7000 Xilinx SoC, with 256GB of DDR and 32Mb QSPI Flash. I can run QNX on this system just fine 
and we have products using the setup without OPTee, or Trustzone usage.

Thanks,
Sasha
Attachment: Text optee_3.13_qnx_boot.txt 10.7 KB
Re: Running OPTee in ARM Trustzone alongside QNX.  
Have you tried to use an uncompressed image?

I have seen a similar issue with compressed images long time ago. I suspect the problem comes from the fact that the 
compressed image must be copied out of the way because it is located in RAM at the very spot where the uncompressed 
image must finally reside.

If it works with the uncompressed image, maybe that is the starting point.

-Al