2025-07-07 4:36 PM
I want to support a couple of display panels/LCDs so I tried modifying the uboot so it loads the desired device tree overlay according to the state of the input pins (digital). However, when I'm testing it, it does not get applied.
I already spent a couple of days trying to figure this one out but I did not get any luck so I tried testing this concept with RaspberryPi and it works.
Do I just need to set CONFIG_OF_LIBFDT_OVERLAY to the defconfig make this one work?