list files in DTBO image

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

list files in DTBO image

626 Views
YuriiA07
Contributor III

Hello!

After the Android source code is compiled, a lot of imx8mp dtb files will be generated and packaged into dtbo-imx8mp.img.

How can I know list of dts stored in this image?

Tags (1)
0 Kudos
3 Replies

622 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello YuriiA07,

You can check it in: /kernel/build/arch/arm/boot/dts/ . 

Regards

 

0 Kudos

617 Views
YuriiA07
Contributor III
Thanks for answer.

But I mean which files from this path will be included in "dtbo-imx8mp.img"?
0 Kudos

615 Views
YuriiA07
Contributor III
I found in BoardConfig.mk:
TARGET_BOARD_DTS_CONFIG := imx8mp:imx8mp-evk-no-product.dtb
Is imx8mp-evk-no-product.dts become dtbo-imx8mp.img?
0 Kudos