请教各位大佬,启动时我看到这段log有将近2秒的耗时,怎么可以去掉它呢?我对安全加密无需求,不需要这功能。
[27]HELLO! BOOT0 is starting!
[30]BOOT0 commit : 88480af-dirty
M/TC: OP-TEE version: 6aef7bb2-dirty (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)) #1 Fri Jul 23 09:25:11 UTC 2021 arm
[00.309]smc_tee_inform_fdt failed with: -65526[00.321]sunxi-spinand-phy: not detect any munufacture from id table
[00.328]sunxi-spinand-phy: get spi-nand Model from fdt fail
[00.333]sunxi-spinand-phy: get phy info from fdt fail
[00.690]set disp.dev2_output_type fail. using defval=0
[01.640]Item0 (Map) magic is bad
[01.643]secure storage read widevine fail with:-1
[01.647]secure storage read ec_key fail with:-1
[01.652]secure storage read ec_cert1 fail with:-1
[01.656]secure storage read ec_cert2 fail with:-1
[01.660]secure storage read ec_cert3 fail with:-1
[01.665]secure storage read rsa_key fail with:-1
[01.669]secure storage read rsa_cert1 fail with:-1
[01.674]secure storage read rsa_cert2 fail with:-1
[01.678]secure storage read rsa_cert3 fail with:-1
[01.683]out of usb burn from boot: not need burn key
[02.339]no vendor_boot partition is found
[02.351]Starting kernel ...
离线
打包的时候有个nosecure模式,默认就是
那我现在有这个log的,说明它时nosecure吗。
因为我没打包就用的pack指令,没有加任何附加参数,所以不太明白这块到底是啥。
离线