Other Parts Discussed in Thread: DLPDLCR2000EVM
Hello,
We are attempting to update the device tree overlay DLPDLCR2000-00A0.dtbo. I ended up locating the dts file at /opt/source/bb.org-overlays/src/arm/DLPDLCR2000-OOAO.dts. However, when I attempt to compile the file to the dtbo file I get an error.
dtc -O dtb -o DLPDLCR2000-00A0.dtbo -b 0 -@DLPDLCR2000-00A0.dts
causes the following error
PDLCR2000-00A0.dts Error: DLPDLCR2000-00A0.dts:11.1-9 syntax error FATAL ERROR: Unable to parse input tree
I can't seem to find a solution for this error.
Also, I dug around to find where the overlay needs to be placed. I found three different locations where DLPDLCR2000-00A0.dtbo is located.
/lib/firmware/DLPDLCR2000-00A0.dtbo /var/tmp/mkinitramfs_hnr78y/lib/firmware/DLPDLCR2000-00A0.dtbo /var/tmp/mkinitramfs_UPVFx2/lib/firmware/DLPDLCR2000-00A0.dtbo
What I am having difficulties understanding is the role of each of these files. I decompiled each of them and compared them. The first two files are exactly the same. However, file three is different from the first two significantly.
once I'm able to update the device tree. Where does the new dtbo file need to go?
Michael