2021年11月18日

摘要: 通常将设备树源码(dts/dtsi)编译成设备树二进制文件(dtb)可以使用DTC(Device Tree Compiler)工具编译。 单文件编译 对于单文件的dts,可以采用下面的命令: # dtc命令使用方法见文末 dtc -O dtb -b 0 -o [dest_dtb_file] [src 阅读全文
posted @ 2021-11-18 16:22 tycoon3 阅读(1046) 评论(0) 推荐(0)
摘要: # # ls /sys/bus/platform/drivers/macb/ 20030000.ethernet bind uevent unbind # # cd /sys/bus/platform/drivers/macb/ # # ls 20030000.ethernet bind ueven 阅读全文
posted @ 2021-11-18 09:45 tycoon3 阅读(544) 评论(0) 推荐(0)

导航