[EDIT 31/07/2024]
Attached to this post:
- the patches ;
- a link to a compilation of LE13-devel with TBS drivers (29 July 2024) aarch64 ;
https://mega.nz/file/tHpSzBYB#…7SlLfCdxSGceRSU
Notes:
- This package was recompiled for aarch64 (following jassi0001 suggestion, thanks) to be aligned with official repositories.
- arm add-ons will NOT run in aarch64 - Some will update depending on your kodi configuration, others will need to be manually updated (it is not in the scope of this thread to handle with add-on updates)
----------
Following the compiled drivers for TBS 5520 SE DVB receiver for LE10 - LE13 on RPI4 (available here: LE10 & TBS 5520SE on RPi4 // updated drivers [SOLVED])
I've created this thread to share the source code of the patches to apply, compatible with LE11 and LE12 and LE13 current source code from GITHUB.
The patches were made by smp (thank you ).
I've just made some small offset adjustments to go on with kernel source code updates.
- 2 patch files are included :
a) lepatch_prepare_tbs_module_enable.patch - to enable tbs5520se module compilation in kernel;
b) lepatch_code_changes_tbs5520se.patch - to add tbs5520se needed source code;
- how to apply these patches for RPi4:
download and go into LibreELEC git source local copy:
copy the attached patches to LibreELEC git source directory:
then run:
cp lepatch_code_changes_tbs5520se.patch projects/RPi/devices/RPi4/patches/linux
git apply lepatch_prepare_tbs_module_enable.patch
- if later on git complains about branches mismatch or similar on updating sources
then, re-apply the patches.
Goodluck !