How to program DTB file only for SABRE board?

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

How to program DTB file only for SABRE board?

Jump to solution
1,774 Views
Sun1z
Contributor III

Is it possible to use mfgtool to program/update DTB file only to i.MX6Q SABRE board (Android M6.0.1_2.1.0 GA)?

B.R.

Sun

Labels (2)
0 Kudos
1 Solution
830 Views
JayTu
NXP Employee
NXP Employee

The device tree is part of the boot.img. You can unpack the boot.img and re-pack it with your device tree.

View solution in original post

0 Kudos
4 Replies
831 Views
JayTu
NXP Employee
NXP Employee

The device tree is part of the boot.img. You can unpack the boot.img and re-pack it with your device tree.

0 Kudos
830 Views
Sun1z
Contributor III

Got it clear that even there is a minor modification only in dts file, I need re-program the boot.img again.

0 Kudos
830 Views
Sun1z
Contributor III

I checked ucl2.xml and found for eMMC-Android, no DTB file is involved, means for android, no DTB required? then how I can set the device tree.

0 Kudos
830 Views
joanxie
NXP TechSupport
NXP TechSupport

if you need to build kernel, you need to use toolchian, mfgtools is for download image to your board,you can refer to the document as below:

Task #8 - Build kernel manually using created toolchain 

for path, you can find the dts file under:

fsl-release-bsp/build/tmp/work-shared/imx6qsabresd/kernel-source/arch/arm/boot/dts

0 Kudos