Hello, when I make changes to my evk board dts file, the changes don’t seem to make it to the image. To generate the image, I follow the standard procedure listed in IMXLXYOCTOUG and here is how I make the changes to my dts file:
bitbake virtual/kernel
bitbake -c devshell virtual/kernel
This opens a new shell. I make changes to imx8mn_evk.dts within tmp/work-shared/… directory and I then compile dts files within the new shell.
make dtbs
I exit the shell and then issue:
bitbake -c deploy virtual/kernel
Is this the correct procedure to update the board dts file? I am not sure if I am updating the correct file location or if I need to copy the file? Any guidance on how I should do this and why isn’t it working that would be appreciated. Thank you!