pi-0/conf_DEVICETREE= "sun8i-h2-plus-orangepi-zero.dtb“中,但是元-sunxi目录中没有"sun8i-h2-plus-orangepi-zero.dts(没有设备树编译?)通过网络上的serachin,我找到了sun8i-h2-plus-orangepi-zero.dts:&spi0 {
/* Disable SPI NOR by default
在查看了am335x-boneblack-uboot-univ.dts源文件之后,我可以看到有一些.dtsi包含文件作为其中的一部分。.dts文件如下所示: * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ * This programterms of the GNU General Public License version 2 as
* published by the Free Software F
我希望创建一个实用程序来验证嵌入式(PPC或ARM) Linux (设备树源)或*.dtb (二进制)文件与来自另一个工具的*.dts配置文件。因此,我需要解析dts或dtb文件。有没有人知道有解析dts或dtb文件的Python库或工具?设备树编译器(dtc)的Python实现将是完美的,但我还没有看到。