Yes but currently there is no support for overlays yet, so you have to either compile image with additional patch yourself or modify DT by hand (decompile, change, recompile). Neither of these two options is straightforward...
BananaPi M2+ works very well with current nightly images but that means Kodi 19. Why would be Allwinner boards temperamental? LE 9.2 has extremely basic support for Allwinner SoCs and Cedrus driver not so good that it's now, so I wouldn't recommend 9.2 anyway. Why would you need Kodi 18? Python 2?
Both networking issues will be fixed once Linux 5.10 PR is merged. If they are not, please report again.
Orange Pi PC2 - H5 and DVB TV uHAT
Is it possible compile LibreELEC with DVB TV uHAT dtb?
Code Display More// rpi-tv HAT /dts-v1/; /plugin/; / { compatible = "allwinner,sun4i-a10", "allwinner,sun7i-a20", "allwinner,sun8i-h3", "allwinner,sun50i-a64", "allwinner,sun50i-h5"; fragment@0 { target = <&spi0>; __overlay__ { /* needed to avoid dtc warning */ #address-cells = <1>; #size-cells = <0>; status = "okay"; cxd2880@0 { compatible = "sony,cxd2880"; reg = <0>; /* CE0 */ spi-max-frequency = <50000000>; status = "okay"; }; }; }; };
Based by: Orange Pi+ 2 & rpi-tv & hardware transcoding - Allwinner H2 & H3 - Armbian forum
Yes. I tried compile tdb file rpi-tv, but I have issue with correct setup of SPI interface. There are two SPI on OPIPC2, but I am not able to setup SPI interface and I am not able communicate with RPI-TV HAT. On Raspberry it working. RPI-TV set only SPI interface and driver cxd2880 doesnot find it.