This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
The following commit(s) were added to refs/heads/master by this push:
new 742f75c Update to OPTEE 3.14.0 (#35)
742f75c is described below
commit 742f75c68886ab9c63358a0653195b17be476c31
Author: BruceFan <[email protected]>
AuthorDate: Sat Aug 21 02:00:34 2021 +0800
Update to OPTEE 3.14.0 (#35)
---
.github/workflows/ci.yml | 2 +-
README.md | 2 +-
docs/getting-started-with-optee-for-qemu-armv8.md | 4 ++--
optee/build | 2 +-
optee/optee_client | 2 +-
optee/optee_os | 2 +-
tests/optee-qemuv8.sh | 2 +-
tests/test_acipher.sh | 6 +++---
tests/test_aes.sh | 6 +++---
tests/test_authentication.sh | 6 +++---
tests/test_big_int.sh | 6 +++---
tests/test_diffie_hellman.sh | 6 +++---
tests/test_digest.sh | 6 +++---
tests/test_hello_world.sh | 6 +++---
tests/test_hotp.sh | 6 +++---
tests/test_message_passing_interface.sh | 6 +++---
tests/test_random.sh | 6 +++---
tests/test_secure_storage.sh | 6 +++---
tests/test_serde.sh | 6 +++---
tests/test_supp_plugin.sh | 6 +++---
tests/test_tcp_client.sh | 6 +++---
tests/test_time.sh | 6 +++---
tests/test_udp_socket.sh | 6 +++---
23 files changed, 56 insertions(+), 56 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6b8b000..ddfed8e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,7 +24,7 @@ defaults:
jobs:
build-and-run-examples:
runs-on: ubuntu-20.04
- container: teaclave/teaclave-trustzone-sdk-build:0.2.0
+ container: teaclave/teaclave-trustzone-sdk-build:0.2.1
steps:
- name: Checkout repository
uses: actions/checkout@v2
diff --git a/README.md b/README.md
index fda83d6..8993339 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ $ make examples
```
Please read detailed
-[instructions](https://github.com/apache/incubator-teaclave-trustzone-sdk/wiki/Getting-started-with-OPTEE-for-QEMU-ARMv8)
+[instructions](https://teaclave.apache.org/trustzone-sdk-docs/getting-started-with-optee-for-qemu-armv8/)
to run these examples on OP-TEE for QEMU. For other supported devices, please
find
more documents
[here](https://optee.readthedocs.io/en/latest/general/platforms.html).
diff --git a/docs/getting-started-with-optee-for-qemu-armv8.md
b/docs/getting-started-with-optee-for-qemu-armv8.md
index 68723f6..c95781c 100644
--- a/docs/getting-started-with-optee-for-qemu-armv8.md
+++ b/docs/getting-started-with-optee-for-qemu-armv8.md
@@ -21,8 +21,8 @@ Download OP-TEE for QEMU ARMv8 source code.
$ mkdir -p ~/bin
$ curl https://storage.googleapis.com/git-repo-downloads/repo-1 > ~/bin/repo
&& chmod a+x ~/bin/repo
$ export PATH=~/bin:$PATH
-$ mkdir optee-qemuv8-3.13.0 && cd optee-qemuv8-3.13.0 && \
- repo init -u https://github.com/OP-TEE/manifest.git -m qemu_v8.xml -b 3.13.0
&& \
+$ mkdir optee-qemuv8-3.14.0 && cd optee-qemuv8-3.14.0 && \
+ repo init -u https://github.com/OP-TEE/manifest.git -m qemu_v8.xml -b 3.14.0
&& \
repo sync -j4 --no-clone-bundle
```
diff --git a/optee/build b/optee/build
index 8af8fa2..4a5b617 160000
--- a/optee/build
+++ b/optee/build
@@ -1 +1 @@
-Subproject commit 8af8fa271ee5d2c25f2e63c5cc17f05560b44d37
+Subproject commit 4a5b6176a6150ffce8951b31ea60f3c8195fe970
diff --git a/optee/optee_client b/optee/optee_client
index 7c9c423..06e1b32 160000
--- a/optee/optee_client
+++ b/optee/optee_client
@@ -1 +1 @@
-Subproject commit 7c9c423d00e96bf51debd5fe10fd70dce83be5cc
+Subproject commit 06e1b32f6a7028e039c625b07cfc25fda0c17d53
diff --git a/optee/optee_os b/optee/optee_os
index 30c13f9..d21befa 160000
--- a/optee/optee_os
+++ b/optee/optee_os
@@ -1 +1 @@
-Subproject commit 30c13f9e2ff178c9a299e409de75d50529cf5064
+Subproject commit d21befa5e53eae9db469eba1685f5aa5c6f92c2f
diff --git a/tests/optee-qemuv8.sh b/tests/optee-qemuv8.sh
index 00abff3..1212769 100755
--- a/tests/optee-qemuv8.sh
+++ b/tests/optee-qemuv8.sh
@@ -17,7 +17,7 @@
# specific language governing permissions and limitations
# under the License.
-cd optee-qemuv8-3.13.0-ubuntu-20.04 && ./qemu-system-aarch64 \
+cd optee-qemuv8-3.14.0-ubuntu-20.04 && ./qemu-system-aarch64 \
-nodefaults \
-nographic \
-serial stdio -serial file:/tmp/serial.log \
diff --git a/tests/test_acipher.sh b/tests/test_acipher.sh
index 8e2e7d9..d7922b6 100755
--- a/tests/test_acipher.sh
+++ b/tests/test_acipher.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp
../examples/acipher-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp
../examples/acipher-rs/host/target/aarch64-unknown-linux-gnu/release/acipher-rs
shared
@@ -51,5 +51,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_aes.sh b/tests/test_aes.sh
index b4175f9..6aeae34 100755
--- a/tests/test_aes.sh
+++ b/tests/test_aes.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp ../examples/aes-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp ../examples/aes-rs/host/target/aarch64-unknown-linux-gnu/release/aes-rs
shared
@@ -55,5 +55,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_authentication.sh b/tests/test_authentication.sh
index 2c52cff..5737fc2 100755
--- a/tests/test_authentication.sh
+++ b/tests/test_authentication.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp
../examples/authentication-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp
../examples/authentication-rs/host/target/aarch64-unknown-linux-gnu/release/authentication-rs
shared
@@ -51,5 +51,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_big_int.sh b/tests/test_big_int.sh
index ed73078..9c2d00e 100755
--- a/tests/test_big_int.sh
+++ b/tests/test_big_int.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp
../examples/big_int-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp
../examples/big_int-rs/host/target/aarch64-unknown-linux-gnu/release/big_int-rs
shared
@@ -58,5 +58,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_diffie_hellman.sh b/tests/test_diffie_hellman.sh
index 16d15e4..c671983 100755
--- a/tests/test_diffie_hellman.sh
+++ b/tests/test_diffie_hellman.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp
../examples/diffie_hellman-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp
../examples/diffie_hellman-rs/host/target/aarch64-unknown-linux-gnu/release/diffie_hellman-rs
shared
@@ -52,5 +52,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_digest.sh b/tests/test_digest.sh
index f1e5414..e83c104 100755
--- a/tests/test_digest.sh
+++ b/tests/test_digest.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp
../examples/digest-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp
../examples/digest-rs/host/target/aarch64-unknown-linux-gnu/release/digest-rs
shared
@@ -51,5 +51,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_hello_world.sh b/tests/test_hello_world.sh
index d30a3bc..a55e76b 100755
--- a/tests/test_hello_world.sh
+++ b/tests/test_hello_world.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp
../examples/hello_world-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp
../examples/hello_world-rs/host/target/aarch64-unknown-linux-gnu/release/hello_world-rs
shared
@@ -53,5 +53,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_hotp.sh b/tests/test_hotp.sh
index fa4cdc2..c43ca8d 100755
--- a/tests/test_hotp.sh
+++ b/tests/test_hotp.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp ../examples/hotp-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp ../examples/hotp-rs/host/target/aarch64-unknown-linux-gnu/release/hotp-rs
shared
@@ -51,5 +51,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_message_passing_interface.sh
b/tests/test_message_passing_interface.sh
index 72e7c9c..e761547 100755
--- a/tests/test_message_passing_interface.sh
+++ b/tests/test_message_passing_interface.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp
../examples/message_passing_interface-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp
../examples/message_passing_interface-rs/host/target/aarch64-unknown-linux-gnu/release/message_passing_interface-rs
shared
@@ -50,5 +50,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_random.sh b/tests/test_random.sh
index d9e89f1..91edb66 100755
--- a/tests/test_random.sh
+++ b/tests/test_random.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp
../examples/random-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp
../examples/random-rs/host/target/aarch64-unknown-linux-gnu/release/random-rs
shared
@@ -52,5 +52,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_secure_storage.sh b/tests/test_secure_storage.sh
index 4838a51..9556c6c 100755
--- a/tests/test_secure_storage.sh
+++ b/tests/test_secure_storage.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp
../examples/secure_storage-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp
../examples/secure_storage-rs/host/target/aarch64-unknown-linux-gnu/release/secure_storage-rs
shared
@@ -60,5 +60,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_serde.sh b/tests/test_serde.sh
index 8275662..6fea03a 100755
--- a/tests/test_serde.sh
+++ b/tests/test_serde.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp ../examples/serde-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp ../examples/serde-rs/host/target/aarch64-unknown-linux-gnu/release/serde-rs
shared
@@ -53,5 +53,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_supp_plugin.sh b/tests/test_supp_plugin.sh
index 828965c..b04695d 100755
--- a/tests/test_supp_plugin.sh
+++ b/tests/test_supp_plugin.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp
../examples/supp_plugin-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp
../examples/supp_plugin-rs/host/target/aarch64-unknown-linux-gnu/release/supp_plugin-rs
shared
@@ -61,5 +61,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_tcp_client.sh b/tests/test_tcp_client.sh
index 7019419..043fca5 100755
--- a/tests/test_tcp_client.sh
+++ b/tests/test_tcp_client.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp
../examples/tcp_client-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp
../examples/tcp_client-rs/host/target/aarch64-unknown-linux-gnu/release/tcp_client-rs
shared
@@ -50,5 +50,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_time.sh b/tests/test_time.sh
index 4604302..d7d5698 100755
--- a/tests/test_time.sh
+++ b/tests/test_time.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp ../examples/time-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp ../examples/time-rs/host/target/aarch64-unknown-linux-gnu/release/time-rs
shared
@@ -54,5 +54,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
diff --git a/tests/test_udp_socket.sh b/tests/test_udp_socket.sh
index fb13238..0fdcf56 100755
--- a/tests/test_udp_socket.sh
+++ b/tests/test_udp_socket.sh
@@ -20,10 +20,10 @@
set -xe
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
-curl http://mesalock-linux.org/assets/optee-qemuv8-3.13.0-ubuntu-20.04.tar.gz
| tar zxv
+curl http://mesalock-linux.org/assets/optee-qemuv8-3.14.0-ubuntu-20.04.tar.gz
| tar zxv
mkdir shared
cp
../examples/udp_socket-rs/ta/target/aarch64-unknown-optee-trustzone/release/*.ta
shared
cp
../examples/udp_socket-rs/host/target/aarch64-unknown-linux-gnu/release/udp_socket-rs
shared
@@ -50,5 +50,5 @@ sleep 5
}
rm -rf screenlog.0
-rm -rf optee-qemuv8-3.13.0-ubuntu-20.04
+rm -rf optee-qemuv8-3.14.0-ubuntu-20.04
rm -rf shared
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]