How about .dtsi parse by DTC(device tree compiler)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How about .dtsi parse by DTC(device tree compiler)

1,454 次查看
sunyd
Contributor I

  • imx6q-xxx.dtsi 

      notify:  no "compatible" lable

pastedImage_1.png

  • parse to .imx6q-xxx.dtb.dts.tmp by DTC

      notify:"compatible" lable be generated

pastedImage_2.png

i want to know how it's going to happen? why lable "compatible" be generated ?

thank you !

标签 (1)
0 项奖励
回复
1 回复

1,346 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hello  Sun,

    I tested "compiling device tree" on android 7.1.2_2.0.0 environment.

$ export ARCH=arm
$ export CROSS_COMPILE=~/myandroid/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-

$ cd ~/myandroid/kernel_imx

$ make dtbs

 Then all dts file for i.mx processors are compiled to be .dtb.  There is no notification you mentioned above.

Have a nice day!

NXP TIC Weidong sun

0 项奖励
回复