darknetz
darknetz copied to clipboard
TEEC_Opensession failed with code 0xffff000c origin 0x3
I got this error in QemuV8 when i gave darknetp command.
TEEC_Opensession failed with code 0xffff000c origin 0x3 #32
Okay ... I got it solved by reducing TA_DATA_SIZE to 5 MB. I got this idea from here https://github.com/mofanv/darknetz/issues/29
"This error may be caused by insufficient secure memory. Also please check https://github.com/mofanv/darknetz/issues/3 https://github.com/mofanv/darknetz/issues/14"
Hope it helps .
I faced the same problem. Indeed changing TA_DATA_SIZE inside ta/include/user_ta_header_defines.h to 5MiB solves the issue.