1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
linux Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.txt

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

当用户使用公钥替换工具后由于tee镜像中的公钥被替换可能导致rk的ta无法正常运行
若rk的ta没有重新签名依然能正常运行则不需要用户重新签名
若rk的ta无法正常运行则需要用户使用自己的密钥重新对ta进行签名

linux对明文ta重新签名的命令
./resign_ta.py --key oem_privkey.pem --in 8cccf200-2450-11e4-abe20002a5d5c52c.ta
./resign_ta.py --key oem_privkey.pem --in 8cccf200-2450-11e4-abe2-0002a5d5c52c.ta

linux对密文ta重新签名的命令其中enc_key是编译时加密TA的密钥
./resign_ta.py --key oem_privkey.pem --in 8cccf200-2450-11e4-abe2-0002a5d5c52c.ta --enc_key 'A723A23233333434353536363737383839396161626263636464656566666666'