Torsten Duwe wrote: > Hi Matwey, > > On Tue, 28 Jan 2025 16:38:21 -0000 > "Matwey Kornilov" <matwey.korni...@gmail.com> wrote: > > Hello, > > What is the recommended way to apply device tree overlay when running > > openSUSE Tumbleweed on ARM single board computer? Is there any wiser > > way than just patch corresponding /boot/dtb/ file? > > I'm not an expert on DTBOs, I compile and hence patch DTSes on a daily > basis, but I think that our Raspberry Pi images provide a mechanism to > load overlays automatically. Maybe have a look there?
What do you mean? I found only manual command in u-boot console, but it is not suitable for persistent configuration. While I would expect something like https://github.com/edk2-porting/edk2-rk3588?tab=readme-ov-file#custom-device-tree-blob-dtb-override-and-overlays > > Which particular system are you considering? I am running OrangePi Zero 2W, but device tree overlays is rather generic feature required almost everywhere when you have extension header. > > Torsten