Did you update docker addon?
Posts by smp
-
-
It is expected because I made some changes. Just create an empty .nocompat file in .update folder and it will update.
-
I believe they are called Panther Canyon NUCs with Tiger Lake SoC
In theory Tiger Lake should work with the current build. The cheapest Tiger Lake is Celeron 6305.
I'm not too interested in NUCs but when an ITX board with Celeron 6305 is available I will buy it.
-
Wi-Fi works fine here with RTL8821CU adapter.
-
DRMPRIME: add support for descriptor with multiple layers · lrusak/[email protected] · GitHub
CVideoLayerBridgeDRMPRIME add colourspace connector property · lrusak/[email protected] · GitHub
^ you will have to manually adjust those for the current Kodi master.
Also you will have to revert CDRMObject: remove unused SupportsPropertyAndValue method · xbmc/[email protected] · GitHub or otherwise Kodi will not build.
The full patch that I used.
-
I fixed the url.
You mean how I merged? I made a patch from the below commits and applied it to current master. Required some tinkering as they don't apply cleanly anymore.
WIP: DVDVideoCodecDRMPRIME: add support for vaapi decoding · lrusak/[email protected] · GitHub
DRMPRIME: add support for descriptor with multiple layers · lrusak/[email protected] · GitHub
CVideoLayerBridgeDRMPRIME add colourspace connector property · lrusak/[email protected] · GitHub
VideoBufferDMA: set desc->format also · lrusak/[email protected] · GitHub
[WIP] check descriptor for format also · lrusak/[email protected] · GitHub
ffmpeg changes:
ffmpeg: generic drm-prime support · smp79/[email protected] · GitHub
ffmpeg: Generic-GBM drm-prime vaapi support patch · smp79/[email protected] · GitHub
-
-
What can be done, besides formatting the ssd card in my computer?
Replace the sdcard. It's more than likely gone bad.
-
What are the full functionally Arm alternatives ?
Amlogic SBCs (Odroid C4, N2(+), Khadas VIM3(L)) running CoreELEC.
-
This should be close enough I suppose.
-
1. The Wifi setting is not working, when I tried to connect to a WIFI signal, virtual keyboard box will not show up for me to input Wireless network passphrase.
That was a service.libreelec.settings issue, I believe it's already fixed. I'll post an updated build at some point.
When I connect my NUC to Receiver than to TV the resolution became very weird when I play 4K HDR Content.
I doubt it's a Kodi/LE issue. Probably some sort of HDMI compatibility thing specific to Gemini Lake + your AVR combo.
-
Add CONFIG_DVB_USB_TBS5520SE=m to projects/Amlogic/linux/linux.aarch64.conf
It will look like this:
CONFIG_DVB_USB_TECHNISAT_USB2=m
CONFIG_DVB_USB_TBS5520SE=m
CONFIG_DVB_USB_V2=m
-
-
Did you copy the patch to projects/Amlogic/patches/linux ?
-
Did you check if the modules were actually built?
Did you see the "Turbosight TBS5520SE DVB-T/T2/C/C2/S/S2/ISDB-T USB2.0 support" message during kernel compilation?
-
in projects / amlogic / patches / packages.
Copy it to projects/Amlogic/patches/linux
-
Can you provide detailed instructions for me to use my tbs5520se?
If you want to build an image just follow this guide
-
The process is to find the relevant commits in tbs git and figure out what files need to be added and patched.
I used "git diff" command to generate the patch files, e.g. "git diff oldfile newfile > patchfile". Then I joined all the patches into 1 file.
The patch needs to be copied to projects/Generic/patches/linux or packages/linux/patches/default