-
Notifications
You must be signed in to change notification settings - Fork 35
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
How to access files in TA on android/emulator? #21
Comments
It's been a while since I've touched the thing. But you should probably read the file in the CA and pass that buffer into the TA |
Hi, The TA has no understanding of a "standard" file system. GP has the Storage On a side note:: One thing to remember is that in a production device the On Thu, Sep 29, 2016 at 4:30 AM, r0nG [email protected] wrote:
|
Thanks for your reply. One more question: Is there a function that I can get the memory capacity of the trust-zone on a specific device? |
Hello,
I created a pair of CA / TA application on Android 5.1.1_r30. In the TA, I am trying to read a data file from an emulator. I used the 'adb push' command to push the file on the emulator folder /data/app/MyApp. But the TA application is unable to read the file. My question is: Is the OpenTEE provide a simulated TA storage on emulator / device? I see the project emulator includes tee_storage_api, is that for access general resource files? Or maybe have to push the data file to a specific location?
ASOP 5.1.1_r30
gcc 4.9.x
Thanks,
Rong
The text was updated successfully, but these errors were encountered: