commit | 49f9eb285b86510d25e208c95056cd5104777bec | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Mon Oct 17 10:55:53 2022 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Oct 17 14:10:06 2022 +0200 |
tree | 6d4446478312aa572293af906b22b0021193f583 | |
parent | 5f88eaf4150403361d8a3ebed11b88f4d31aabd1 [diff] |
soc_term.py: write to stdout not stdin The serv_conn() function should write the data read from the connection to stdout, not stdin. Although stdin appears to work when soc_term is invoked from a terminal in an interactive session, things get bad when trying to redirect its output: $ ./soc_term 54320 | tee nsec.log <... make run etc. ...> ^C $ file nsec.log nsec.log: empty Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers