Hello,
I am looking for some guidance/ reference for the compilation of device tree file.
I modify the device tree file (path - tmp/work-shared/imx8mm-var-dart/kernel-source/arch/arm64/boot/dts/freescale) and tried to update the the image. But i am not able to see the changes reflected in the final image.
Steps I followed -
update some values in device tree file.
bitbake -c devshell virtual/kernel
make dtbs
bitbake -c deploy -f virtual/kernel
But the changes are not consistent.
Is this the correct flow.? Please provide the good reference for the same.
Thank you in advance.!