I'm trying to modify the devicetree on my Coral SoM to support a different DSI display, and could use some pointers.
I edited arch/arm64/boot/dts/freescale/fsl-imx8mq-phanbell.dts then used 'm' to make all
Question:
- What is the correct way to modify the devicetree, build and load it to the board!?
Thanks!
can you give a little more details on the changes? You can definitely do it that way, and I believe you don't need to rebuilt the entire OS, just the kernel is fine:
Another way is to create a device tree overlays. For instance here is a dts for disabling the hdmi: https://gist.github.com/Namburger/f700eb6b18bd1e3697638088d5995c8b
You can then compile it and move it to /boot:
Then add the file to
/boot/overlays.txt
to apply it: