Device Tree on Android

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

Device Tree on Android

1,627 Views
inderjitbains
Contributor I

When building Android for iMX6, where is the .dtb file to use specified?  I did a search in the Android User's Guide, but didn't find anything.

Labels (3)
0 Kudos
2 Replies

822 Views
BiyongSUN
NXP Employee
NXP Employee

The device tree in Android is used a secondary image created by mkbootimg  with --second.

You can check details in Android official website.

TARGET_BOARD_DTS_CONFIG is the variable for the dtb files.

0 Kudos

823 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi,

It is ..arch/arm/boot/dts

linux-2.6-imx.git - Freescale i.MX Linux Tree

Hope this can help you.

Have a nice day

Dan

0 Kudos