统一 dtc 为 dts.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
03d373fa61
commit
b820815976
|
@ -165,7 +165,7 @@ init 中和 AVB 相关的主要是进行校验和挂载分区的功能,终极
|
||||||
|
|
||||||
这里需要特别注意的是 device tree 中的 vbmeta 节点的配置,必须要和 vbmeta.img 中所包含的分区一致,因为这个匹配校验也会做,否则会报校验失败,从而无法启动 android。
|
这里需要特别注意的是 device tree 中的 vbmeta 节点的配置,必须要和 vbmeta.img 中所包含的分区一致,因为这个匹配校验也会做,否则会报校验失败,从而无法启动 android。
|
||||||
|
|
||||||
```dtc
|
```dts
|
||||||
firmware: firmware {
|
firmware: firmware {
|
||||||
android {
|
android {
|
||||||
compatible = "android,firmware";
|
compatible = "android,firmware";
|
||||||
|
|
Loading…
Reference in New Issue