Display More
Hi,I am trying to build kszaq's LE from git.
I am targeting K1 Plus with combo DVB S2+T2 (from VideoStrong) :
git clone GitHub - kszaq/LibreELEC.tv: 'Just enough OS' for Kodi
PROJECT=S905 ARCH=aarch64 make releaseIt works and I managed to install it on my box. However DVB is not enabled by default when you compile the source tree from git.
So I tried to configure the kernel with DVB support by modifying file projects/S905/linux/linux.aarch64.conf
I just put : CONFIG_AM_DVB=y
But this is not enough. During kernel build, it doesn't ask me which DVB frontend drivers I want to compile, etc.
Does anyone have a valid configuration/option file for building with DVB support ?
Thanks.
Driver for internal tuners is closed source and not available in my kernel tree. You need to obtain and add the driver to kernel source. Unfortunately I can't help on that matter.
[hr]
Display More
Hi @ all!
I am new to this nice forum
Here is my first question:
I found that "boot from USB" is possible with S905 in this thread:
LibreELEC
*added a possibility to boot from USB*does this work with Odroid C2? If yes: how? Do i need to set up EMMC/SD-Card or something?
Hi andy5macht and a warm welcome.
Unfortunately my builds don't work for Odroid-C2.
You might be able to run LE from USB drive on C2 but you have to have eMMC/SD with bootloader every time: ODROID Forum • View topic - Can C2 Boot from USB Memory stick
Some hints to do it (not a solution!): burn C2 image from Wrxtasy or an official image to USB drive, change second partition label to e.g. "LIBREELEC_DISK" and modify your boot.ini to boot from USB by loading kernel from USB and change cmdline to BOOT_IMAGE=kernel.img boot=LABEL=LIBREELEC disk=LABEL=LIBREELEC_DISK. You will get further help at Odroid forums for sure.