commit | f91626554164dd50ab54c1000825abe4e1b7e1bb | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Wed Oct 11 10:03:55 2023 -0700 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Oct 12 10:38:25 2023 +0200 |
tree | e2db442bdec584f10873de109505b892e3aa8b64 | |
parent | a64aa839f68242323a6b2895cff95e74e75f04bd [diff] |
make: change from localhost to 127.0.0.1 Depending on how to you connect to internet, the tcp.localhost might not always work. You can eventually end up with the following error message: (qemu) qemu-system-aarch64: -serial tcp:localhost:54320: Failed to connect to 'localhost:54320': Connecti on refused qemu-system-aarch64: -serial tcp:localhost:54320: could not connect serial device to character backend 't cp:localhost:54320' Therefore it's better to instead use 127.0.0.1 when connecting to the serial consoles. Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@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