Jump to content


edud2k

Member Since 31 Mar 2012
Offline Last Active 04 Sep 2018 15:51
-----

#892780 Howto build unofficial pli for your unsupported receiver

Posted by edud2k on 29 May 2018 - 13:05

 

@algdu83 & takitr:
I want to amend "linux-linkdroid_3.14.29.bb" to add compilation of tuner driver for AVL6862 (for K1 Pro). Can you help me in amending the following code to delete current dvb tuner drivers and add the tuner driver for avl6862 from https://github.com/e...amlogic/dvb-avl

do_compile_prepend () {  install -d ${B}/drivers/amlogic/amports/  cp -fr ${S}/drivers/amlogic/amports/amstream.o  ${B}/drivers/amlogic/amports/  install -d ${B}/drivers/amlogic/dvb_tv/  cp -fr ${S}/drivers/amlogic/dvb_tv/aml.o  ${B}/drivers/amlogic/dvb_tv/  cp -fr ${S}/drivers/amlogic/dvb_tv/aml_fe.o  ${B}/drivers/amlogic/dvb_tv/  install -d ${B}/drivers/amlogic/dvb_tv/smartcard  cp -fr ${S}/drivers/amlogic/dvb_tv/smartcard/smartcard.o  ${B}/drivers/amlogic/dvb_tv/smartcard/  install -d ${B}/drivers/amlogic/dvb_tv/dm6k/  cp -fr ${S}/drivers/amlogic/dvb_tv/dm6k/dm6000_fe.o  ${B}/drivers/amlogic/dvb_tv/dm6k/  install -d ${B}/drivers/media/dvb-core/  cp -fr ${S}/drivers/media/dvb-core/dvb-core.o  ${B}/drivers/media/dvb-core/
I need help because I want to remove "dm6k" and "smartcard" support and want to add all files from dvb_avl folder (in the the above given link) to "dvb_tv" folder but there are no "aml.o" and "aml_fe.o" files in dvb_avl folder. So, how to amend the recipe to make desired changes.
Give me some time I think I can create a ready patch for it tomorrow :)

After adding my patch (which will be available in meta-amlogic) you just need to use "CONFIG_AVL6882" in defconfig but don't worry I will add examples ;)

First I will test "CONFIG_AVL6882=m" for a separate module if it didn't work we have to use "CONFIG_AVL6882=y" for having it inside kernel.

I don't like your way of doing things no offense and that's why I gonna do it another way :)

 

 

Great News @Persian Prince, you're a hero if you get along with @engeenirkhan15 to get the e2 running on the K1 Pro receivers. We're rooting for the success of this compilation.

we are looking forward to new developments in this regard and with the receivers available for testing when necessary.

 

thanks so much !!!