From b820815976fb8d32139d2d2415b34137e3525d54 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Fri, 24 Jul 2020 17:14:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=20dtc=20=E4=B8=BA=20dts.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- .../OperatingSystem/Android/AVB/Android_P_中的_AVB_校验.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/Development/OperatingSystem/Android/AVB/Android_P_中的_AVB_校验.md b/Software/Development/OperatingSystem/Android/AVB/Android_P_中的_AVB_校验.md index d00136f..508020f 100644 --- a/Software/Development/OperatingSystem/Android/AVB/Android_P_中的_AVB_校验.md +++ b/Software/Development/OperatingSystem/Android/AVB/Android_P_中的_AVB_校验.md @@ -165,7 +165,7 @@ init 中和 AVB 相关的主要是进行校验和挂载分区的功能,终极 这里需要特别注意的是 device tree 中的 vbmeta 节点的配置,必须要和 vbmeta.img 中所包含的分区一致,因为这个匹配校验也会做,否则会报校验失败,从而无法启动 android。 -```dtc +```dts firmware: firmware { android { compatible = "android,firmware";