Hi all,
I’m getting a failure while running xtest on Hikey960.
I follow the instructions on github
“make” and “make flash” was completed.
But xtest fails.
# xtest
Run test suite with level=0
TEE test application started with device [(null)]
######################################################
#
# regression
#
######################################################
* regression_1001 Core self tests
E/TC:6 0 tee_entry_std:536 Bad arg address 0x217061000
regression_1000.c:246: res has an unexpected value: 0xffff000e =
TEEC_ERROR_COMMUNICATION, expected 0x0 = TEEC_SUCCESS
Segmentation fault
How can I fix this problem?
Thank you.