UPDATE: Found a copy of LibreELEC-ARMv7.arm-11.0-devel-20210818064457-34fd57d-rk3188 -- it boots fine. No wifi but everything else appears to be working. The current/newer builds in the first post have broken rk3188/cs918 support. Thanks balbes150 for the images.
I have a few rk3188 boxes (cs918) that I'd like to run LE on, but LE kernel panics about 1 sec after starting kernel.
I've tried all three 2021 armv7 rk3188 builds that are currently available in your Yandax disk -- the results are the same.
Code
LABEL LibreELEC
LINUX /KERNEL
FDT /dtb/rockchip/rk3188-rbox-cs918.dtb
APPEND boot=LABEL=LIBREELEC disk=LABEL=STORAGE quiet console=uart8250,mmio32,0x20064000 console=tty0 systemd.debug_shell=ttyS2 coherent_pool=2M video=HDMI-A-1:1920x1080@60
Interestingly balbes150's ArmbianTV rk3188 builds boot fine on these boxes. I've tried overwriting LE's DTB by that of Armbian's, but it didn't solve the kernel panic issue.
Hints are appreciated. Thanks!