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
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
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.
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