RK3399 | Additional device tree overlays #7607
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Where do you see this message? Device tree overlays are not exactly "installed", but part of the kernel package. On DietPi, they are enabled by defining them in
and above that hopefully some meaningful message how it failed. Also in case tell me which overlay you tried to apply, among the ones shipped with the kernel package: ls -l /boot/dtb/rockchip/overlay/ |
Beta Was this translation helpful? Give feedback.
I see. The script downloads a pre-compiled overlay. That will work only if the base device tree did not change too much. Likely Linux 6.12 broke it. A device tree should be recompiled for every new kernel.
Try this:
Generally, this overlay m…