Skip to content

Instantly share code, notes, and snippets.

@nageshshamnur
nageshshamnur / optee_ssh_enable_on_qemu_guest
Last active December 20, 2019 09:12
OP-TEE: Enabling SSH on QEMU Guest and connecting to guest from HOST
OP-TEE project provides only one UART for CA. However for any purpose if need more than one terminal,
then this blog will help in addressing this issue.
I had to collect information from multiple forums. Ofcouse thanks to jerome Forissier from his input, this wouldn't
have been possible.
I hope this will help other members who wants a similar solution.
1) Enable the SSH service for QEMU. Edit the file common.mk which is present under the build folder(optee_project/build) to add the following 2 lines:
@echo "BR2_PACKAGE_OPENSSH=y" >> ../out-br/extra.conf