Troubleshooting Device Tree Issues (AGX Orin) #1631
-
Hi, I'm trying to make a trivially simple modification of the device tree on an AGX Orin dev kit. Here is my dts file:
In the bitbake file, I've added the lines:
My recipe builds, and I can see the generated .dtbo file has been added to /boot/devicetree. However, the new key does not show up in the device tree. I'm sure that there's something simple that I'm missing, but I haven't been able to figure out what it is. Does this overlay need to be registered with tegraflash in order to be applied? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I missed an important note, which was that |
Beta Was this translation helpful? Give feedback.
I missed an important note, which was that
PREFERRED_PROVIDER_virtual/dtb
andDTBFILE:<machine>
need to be specified. I modified my file to look exactly like this example from the tegra-demo-distro, and it's working!