天天看點

編譯dtc(device tree compiler )

linux裝置樹編譯器DTC

介紹:  https://blog.csdn.net/cosmoslhf/article/details/9252509

編譯dtc

參考: https://github.com/ekut-es/autojail/blob/master/scripts/install_dtc.sh

git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git
cd dtc
make 
           

ubuntu 下用apt 安裝dtc

參考https://blog.csdn.net/weixin_30824479/article/details/94850510

sudo apt-get install device-tree-compiler -y
           

繼續閱讀