Then you need this version.
Posts by vpeter
-
-
But the last commit in the libreelec-7.0 is from 2 days ago... made sense commit changes to that branch if there is no plans for new 7.0.x releases?
I think those commits are only for addons which are (re)build. But nothing to update core system. -
-
LibreELEC-imx6.arm-7.90.007-sr-3.14.img.gz with kernel 3.14 available. CEC is also functioning.
I heared 007 works pretty well.
-
-
Server is down to add more storage. Will be back later.
-
Try with this llvm package.mk.
The main problem is that llvm-tblgen must be build for host and used when building for target. Now it is build for target and also used. Obviously sometimes works but it is not correct way. What if llvm would be used on arm

-
Probably some v7.0.x or 7.90.004/005 from LibreELEC downloads.
Or maybe something from here: [devel][2016/05/06] LibreELEC master (v8.0) + Kodi 17.0 alpha 2 - SolidRun Community -
At first I would fix those "EXT4-fs error".
-
I think llvm-tblgen should also be compiled from host like llvm-config in this commit.
-
You can download appropriate image and then try writing image to your stick with program Win32DiskImager or Rufus.
In Creator on USB types are shown to protect user to accidently wipe hard disk.
-
I successfully build master over night on Ubuntu.
-
I don't have this system but basic functions should be same for all. For both kernels. But correct device tree must be used obviously. And the second difference is bootloader.
Libreelec runs with this config on 3 different devices. -
-
The problem is empty
Quote
Supported protocols:
I don't know how to add them. I have bunch of them including lirc which was used. -
-
projects/imx6/options
add imx6q-sabrelite.dtb under KERNEL_UBOOT_EXTRA_TARGET
add mx6qsabrelite_config under UBOOT_CONFIG_V2fix scripts to support new SYSTEM
scripts/image
packages/tools/u-boot/scripts/update.sh
packages/tools/u-boot/package.mk
and maybe something morebuild image
PROJECT=imx6 LINUX_VERSION=sr-3.14 SYSTEM=sabrelite make imagerun image?
-