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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

816 Views
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 !

Labels (1)
0 Kudos
1 Reply

708 Views
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 Kudos