dts location and how to convert it to dtb for imx6ul evk

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

dts location and how to convert it to dtb for imx6ul evk

Jump to solution
2,687 Views
pratyushtomar
Contributor IV

I am using imx6ul evk with self build yocto with following configuration given for building yocto

DISTRO=fsl-imx-fb MACHINE=imx6ulevk source fsl-setup-release.sh -b image_4_1_15

bitbake fsl-image-machine-test

with Linux kernel version 4.1.15

Thus after building only dtb file has been generated. Where I can find dts file for imx6ul evk board and how can I generate dtb file from dts after modifying it?

Also any dts tutorial? How can  make changes  in dts file according to sensors added to imx6ul evk?

Labels (3)
0 Kudos
1 Solution
1,486 Views
Yuri
NXP Employee
NXP Employee

Hello,

  Basically DTS files are located in arch/arm/boot/dts/.

As for compiling the dts, please refer to the following discussion.

https://community.nxp.com/message/652355#comment-652355

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
1,487 Views
Yuri
NXP Employee
NXP Employee

Hello,

  Basically DTS files are located in arch/arm/boot/dts/.

As for compiling the dts, please refer to the following discussion.

https://community.nxp.com/message/652355#comment-652355

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos