First off, I doubt this is something I will actually do, just asking for my curiosity/education.
I have a fix** for a hardware glitch on my OrangePi that I found here, and I can implement it (when running Armbian) by overlaying a small .dts file onto the device tree. Its simple and I verified it fixes my glitch.
How would I implement that same fix on LIbreElec? ChatGPT says i need to compile the .dts file to a .dtbo first (ok), and then add some commands to /flash/boot.cmd, and then recompile boot.scr... and by that point I am pretty sure ChatGPT is spouting hallucinations at me.
So hypothetically how would I add this change to LibreElec, or is it even possible?
**The glitch in question: I have several OrangePi 3 LTS's, some of them won't always re-initialize the ethernet interface after a reboot. Was reported and discussed in this thread. The "fix" I referenced earlier basically adds some delays to the ethernet init process..
Thanks!