Hi Group, I am running optee v3.5.0 on QEMU v7 with custom CA/TA. I am running a TCP server on my CA in REE. I want to know how to connect to my TCP server from my host machine. I tried the loopback (127.0.0.1) for the connection as REE debugging also uses the same loopback address.
Do I need to create a TAP interface using which I can connect ?
Regards, Nagesh S
Hi Nagesh,
On Fri, Nov 15, 2019 at 7:44 AM Nagesh shamnur nagesh.shamnur@huawei.com wrote:
Hi Group,
I am running optee v3.5.0 on QEMU v7 with custom CA/TA. I
am running a TCP server on my CA in REE. I want to know how to connect to my TCP server from my host machine. I tried the loopback (127.0.0.1) for the connection as REE debugging also uses the same loopback address.
Do I need to create a TAP interface using which I can
connect ?
You need to forward the port from QEMU to your host machine, similar to this: https://github.com/OP-TEE/build/blob/3.7.0/common.mk#L319
HTH, -- Jerome
Regards,
Nagesh S _______________________________________________ Tee-dev mailing list Tee-dev@lists.linaro.org https://lists.linaro.org/mailman/listinfo/tee-dev