fasted way to compile device tree in Yocto Imx?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

fasted way to compile device tree in Yocto Imx?

ソリューションへジャンプ
4,076件の閲覧回数
listplot3d
Contributor III

with a imx6ul evk board, I need to change device tree and have quick test. More specifically, I want to build the imx6ul-14x14-evk.dtb only.

What's the most efficient way to do that?

Thanks & Regards

-Shawn

ラベル(4)
0 件の賞賛
1 解決策
3,020件の閲覧回数
listplot3d
Contributor III

after executing following command, dtb file can be found under <fsl directory>/fsl-release-bsp/build_imx6ulevk/tmp/deploy/images/imx6ulevk

cd /home/dev/IMX/fsl-release-bsp

DISTRO=fsl-imx-x11 MACHINE=imx6ulevk source fsl-setup-release.sh -b build_imx6ulevk

bitbake linux-imx -f -c deploy

alternative ways can be found from below. but I found above as the simplest.

Yocto DTB target 

元の投稿で解決策を見る

2 返答(返信)
3,021件の閲覧回数
listplot3d
Contributor III

after executing following command, dtb file can be found under <fsl directory>/fsl-release-bsp/build_imx6ulevk/tmp/deploy/images/imx6ulevk

cd /home/dev/IMX/fsl-release-bsp

DISTRO=fsl-imx-x11 MACHINE=imx6ulevk source fsl-setup-release.sh -b build_imx6ulevk

bitbake linux-imx -f -c deploy

alternative ways can be found from below. but I found above as the simplest.

Yocto DTB target 

1,488件の閲覧回数
simon_ko
Contributor III

It seems that this method is currently not possible.
DTS is not COMPILE in Yocto Project 4.0 (Kirkstone), LF5.15.52_2.1.0.

It takes time, but you need to add a compile process. (Takes about 1 minute.)
bitbake -f -c compile linux-imx
bitbake -f -c deploy linux-imx

0 件の賞賛