This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
器件型号:BEAGLEBN
工具/软件:Linux
大家好、
由于 定制的 Cape PCB 布局、我想更改默认 BB-CAPE-DISP-CT4-00A0.DTS 中的 pinmux。
在尝试使用以下命令编译 DTS 后:
DTC -O DTB -o BB-cape - DISP-CT4-00A0.dtbo -b 0 -@ BB-cape - DISP-CT4-00A0.DTS
我在# include 行上遇到语法错误、我尝试将# include 更改为/include/、但我再次遇到 include 中的语法错误
显然、这是因为 include 使用 C 语法(#define)、并且必须使用 C++预编译 DTS 文件。
可以帮帮我吗?
包括用于 DTC 的 shoud 的 PS:-i /opt/source/dtb-4.4-ti/include/dt-bindings 或 :-i /opt/source/dtb-4.14-ti/include/dt-bindings
我正在使用9.5 Debian IoT 开发 BeagleBone Green
cpp -nostdinc -i /opt/source/dtb-4.4-ti/include /-undef -x assember-with -cpp BB-cape DISP-CT4-00A0.dts > BB-cape DISP-CT4-00A0.tdts
https://linux-sunxi.org/Device_Tree#Compiling_the_Device_Tree
是否有人知道哪种包含更好?
您好、Tomasz、
在此论坛上、仅支持 TI PSDK (Arago Linux):
software-dl.ti.com/.../index_FDS.html
对于 Debian Linux、您需要咨询 BeagleBone 支持社区。
此致、
帕维尔