make defconfigs in board readme.
small modify in make menuconfig
change source to inhome source
find the tar.gz from anywhere and save to dl. (version)
can shutdown kernel and boot build to avoid new version keng.
====
node-name@unit-address //node-name:节点名字 unit-address:表示寄存器基地址或设备地址,如下serial@101f0000
label:node-name@unit-address // 引入label目的就是为了方便便访问节点,可以直接通过&label来访问这个
serial@101f0000 {
compatible = "arm,pl011"; 字符串,用于将设备和驱动绑定起来,字符串列表用于选择设备所要使用的驱动程序
reg = <0x101f0000 0x1000 >;
interrupts = < 1 0 >;
buildroot: 不能把dts放output里面,会copy过去的。
第二path里面直接细到 path/*.dts 必须的
※ 修改:·zhtoad 于 Jun 11 22:09:55 2024 修改本文·[FROM: 103.90.190.*]
※ 来源:·水木社区
http://www.mysmth.net·[FROM: 123.116.116.*]
修改:zhtoad FROM 103.90.190.*
FROM 123.116.116.*