commit | 59d6b3a6430da4d1ed6077398142b4034e72787b | [log] [tgz] |
---|---|---|
author | Shuo Liu <shuo.liu@amlogic.com> | Mon Jul 29 20:01:51 2024 +0800 |
committer | shuo liu <shuo.liu@amlogic.com> | Tue Jul 30 23:30:13 2024 -0700 |
tree | 5b7661cac21c95bdb1eeb44a325d73c52b0f80f5 | |
parent | dc0d931a8a4c34283f56c5b5aeca597e97b2b86a [diff] |
tee_stest: Fix can not get rpmb key status [1/1] PD#SWPL-179027 Problem: Run tee_stest, can not get rpmb key status, it's Unknown Solution: 1.Increase read buffer to 2048 bytes 2.Stest CA version upgrade to 1.6 3.TTS commit: 4f8b2b6 Verify: Yocto + S7D Change-Id: Ibc7df92d83c68fb5b8fa6db9f5b890e982617901 Signed-off-by: Shuo Liu <shuo.liu@amlogic.com>
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
$ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu-
$ mm
$ ./ta_export/scripts/gen_cert_key.py
--root_rsa_key=ta_export/keys/root_rsa_prv_key.pem
--ta_rsa_key=ta_export/keys/ta_rsa_pub_key.pem
--uuid=8aaaf200-2450-11e4-abe2-0002a5d5c51b
--ta_rsa_key_sig=ta_rsa_key.sig
--root_aes_key=ta_export/keys/root_aes_key.bin
--ta_aes_key=ta_export/keys/ta_aes_key.bin
--ta_aes_iv=ta_export/keys/ta_aes_iv.bin
--ta_aes_key_iv_enc=ta_aes_key_enc.bin $ ./ta_export/scripts/sign_ta.py
--ta_rsa_key=ta_export/keys/ta_rsa_prv_key.pem
--ta_rsa_key_sig=ta_rsa_key.sig
--ta_aes_key=ta_export/keys/ta_aes_key.bin
--ta_aes_iv=ta_export/keys/ta_aes_iv.bin
--ta_aes_key_iv_enc=ta_aes_key_enc.bin
--in=8aaaf200-2450-11e4-abe2-0002a5d5c51b.ta
--out=8aaaf200-2450-11e4-abe2-0002a5d5c51b.ta