New user here. I registered specifically to ask this.
tantra35 Could you point me to the exact source code you use to build this?
Hm in vagrant enviroment, that i provided, present all needed files
1. linux.arm.conf for ZRAM support
2. uboot_helper for add orange pi one in build environment, actually this needed only for get dts(Device Tree Reference - eLinux.org) file after build(source already included in mainline kernel, so this is not big problem) , because kernel and system are the same for all H3 microcompeters
3. also there present little patch 0013-thermal-7c1bde31.patch for add thermal sensor, and this is simple a backport(to librelec branch 9.2) of patch that was applied in Libreelec master
Also if you see Vargrant you can see that real sources are geted from oficial LibreLelec repo and checked out as tag 9.2.0
git clone https://github.com/LibreELEC/LibreELEC.tv.git
pushd ./LibreELEC.tv
git checkout tags/9.2.0
Here i omited sudo -u vargrant for simplify