This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |