Custom Device Tree to angstrom-qt5-x11-image Build for Apalis iMX6Q

How to add custom Device Tree to build ? so that I can flash my custom Device Tree.
I can’t Directly copy .dtb file because I have mounted my rootfs as readonly so mmcblk0p1 is not mounting on /media/mmcblk0p1 where all files are there like zImage & .dtb files.
So what will be the procedure to add my custom Device Tree to build process so that I can Flash using ./update.sh .
My custom DTB file name is imx6q-apalis-eval_v1.dtb.

please reply fast.

hi @Hitesh

Could you provide the software version of your module?

How to add custom Device Tree to build ?

Did you try adding the device to the image before flashing the image to the module?
For adding your devicetree to the build, please have a look here.

Best regards, Jaski

I did with my way I have mounted rootfs as RW and manually changed the mmc mounting and copy device tree file inside mmc. Everything is working properly on next boot. All the functionality remain Read-Only and Device tree also get updated.

Perfect that it works. Thanks for the feedback.