Jump to content


Photo

Howto build unofficial pli for your unsupported receiver


  • This topic is locked This topic is locked
2740 replies to this topic

Re: Howto build unofficial pli for your unsupported receiver #1141 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 26 May 2018 - 18:11

26 May, 2018
https://github.com/P...commits/develop
Including:
dm9x0: online feed is already inside this images
develop-dm900-26.05.2018
https://www.online.e...48-0ef4f9d35961
develop-dm920-26.05.2018
https://www.online.e...a7-ef47fa621c42
 
Coming soon:
* HDMI IN (after the tests are passed)
* front led configuration options (under construction, final testing)
Thanks all involved!  :)

Edited by zeros, 26 May 2018 - 18:13.

DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB

Vertex 4K60 4:4:4 600MHz


Re: Howto build unofficial pli for your unsupported receiver #1142 kookesam

  • Senior Member
  • 151 posts

0
Neutral

Posted 26 May 2018 - 19:38

 

Good evening all I have an android box s905x  MACHINE=s905x make image does not work.

You can use wetek-meta but need to be reconfigure
KERNEL_DEVICETREE = "gxbb_p200_2G_wetek_play_2.dtb"
Like This
KERNEL_DEVICETREE = "gxl_p212_2g.dtb"
But you test with UART log

 

hello takitr I did as you said is it normal that in the wetekplay folder I only have two files imageversion and openpli-enigma2-homebuild-wetekplay2.sdcard.img.



Re: Howto build unofficial pli for your unsupported receiver #1143 takitr

  • Senior Member
  • 77 posts

+24
Neutral

Posted 26 May 2018 - 20:37

Write sd card after look with uarth connections where get error

Re: Howto build unofficial pli for your unsupported receiver #1144 HFX

  • Senior Member
  • 323 posts

+8
Neutral

Posted 27 May 2018 - 09:26

Online update o.k whit my Dreambox 920



Re: Howto build unofficial pli for your unsupported receiver #1145 engineerkhan15

  • Senior Member
  • 145 posts

+18
Neutral

Posted 27 May 2018 - 09:27

@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.


Edited by engineerkhan15, 27 May 2018 - 09:27.


Re: Howto build unofficial pli for your unsupported receiver #1146 kookesam

  • Senior Member
  • 151 posts

0
Neutral

Posted 27 May 2018 - 19:19

Write sd card after look with uarth connections where get error

hello I put the image in the SD card but nothing happens.



Re: Howto build unofficial pli for your unsupported receiver #1147 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 27 May 2018 - 19:27

You need make online update again, or you may get GSOD with recording. I also got it!
See this commit:

littlesat Eventview: Solve possible GSOD when event was a recording
Latest commit f84e6ca 23 hours ago
https://github.com/O.../python/Screens

Onnline update is ready.

Edited by zeros, 27 May 2018 - 19:29.

DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB

Vertex 4K60 4:4:4 600MHz


Re: Howto build unofficial pli for your unsupported receiver #1148 algdu83

  • Senior Member
  • 36 posts

+1
Neutral

Posted 28 May 2018 - 10:22

@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.

Sorry

I do not know how to do it

Ask @frankviana @Persian Prince

good luck



Re: Howto build unofficial pli for your unsupported receiver #1149 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 28 May 2018 - 19:45

Still NOK with recording :-(
GSOD comes very easily and it is just bound with recording and recent PLI changes.

Attached Files


DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB

Vertex 4K60 4:4:4 600MHz


Re: Howto build unofficial pli for your unsupported receiver #1150 dreamce

  • Senior Member
  • 43 posts

0
Neutral

Posted 28 May 2018 - 20:54

dear master spark 7111 for Openpli 6.2 new version are you sharing 

thanks come easy


Edited by dreamce, 28 May 2018 - 20:54.


Re: Howto build unofficial pli for your unsupported receiver #1151 takitr

  • Senior Member
  • 77 posts

+24
Neutral

Posted 28 May 2018 - 20:58

@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.og" and "aml_fe.o" files in dvb_avl folder. So, how to amend the recipe to make desired changes.
I think Thats dont easy for you. Because no fix only copy paste. Everthing related kernel/include/amlogic driver/media etc. Otherhand some sourcode only binary o files and not puplic. dvb-vl folder copy to kernel folder after add folder kconfig. disable dmk and smartcard driver kernel config. Add avl driver kernel config

Re: Howto build unofficial pli for your unsupported receiver #1152 engineerkhan15

  • Senior Member
  • 145 posts

+18
Neutral

Posted 29 May 2018 - 06:43

Sorry

I do not know how to do it

Ask @frankviana @Persian Prince

good luck

 

 

I think Thats dont easy for you. Because no fix only copy paste. Everthing related kernel/include/amlogic driver/media etc. Otherhand some sourcode only binary o files and not puplic. dvb-vl folder copy to kernel folder after add folder kconfig. disable dmk and smartcard driver kernel config. Add avl driver kernel config

 

 

Thanks both of you for replying.


Edited by engineerkhan15, 29 May 2018 - 06:44.


Re: Howto build unofficial pli for your unsupported receiver #1153 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 29 May 2018 - 07:38

I'm working on alien5 for pli-extras right now and you can see some amlogic updates: https://github.com/PLi-metas

 

I hope it can help you somehow :)


Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #1154 ftp21_

  • Senior Member
  • 73 posts

+9
Neutral

Posted 29 May 2018 - 10:20

I'm working on alien5 for pli-extras right now and you can see some amlogic updates: https://github.com/PLi-metas

 

I hope it can help you somehow :)

 

Very good news i see the commits :)

 

there is a possibility that someone adds AVL k1 tuner modules?



Re: Howto build unofficial pli for your unsupported receiver #1155 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 29 May 2018 - 12:16

@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 :)

Edited by Persian Prince, 29 May 2018 - 12:19.

Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #1156 engineerkhan15

  • Senior Member
  • 145 posts

+18
Neutral

Posted 29 May 2018 - 12:23

 

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 :)

 

I am just a newbie and trying to learn the thing in a way which may not be perfect.

But I appreciate your help in this regard.



Re: Howto build unofficial pli for your unsupported receiver #1157 edud2k

  • Member
  • 6 posts

+1
Neutral

Posted 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 !!!



Re: Howto build unofficial pli for your unsupported receiver #1158 takitr

  • Senior Member
  • 77 posts

+24
Neutral

Posted 29 May 2018 - 16:34

K1 pro remote work with openatv but İ remap add manuel remote code. When it is over I will share remote config.

Edited by takitr, 29 May 2018 - 16:36.


Re: Howto build unofficial pli for your unsupported receiver #1159 frankviana

  • Senior Member
  • 474 posts

+4
Neutral

Posted 29 May 2018 - 18:16

 

@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.

Sorry

I do not know how to do it

Ask @frankviana @Persian Prince

good luck

 

 

I'm learning too. I don't understand about compile images/kernel, etc, nothing...only I do steps, sorry. Glad to see who understand about java, C, C++, etc


Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


Re: Howto build unofficial pli for your unsupported receiver #1160 frankviana

  • Senior Member
  • 474 posts

+4
Neutral

Posted 29 May 2018 - 18:32

K1 pro remote work with openatv but İ remap add manuel remote code. When it is over I will share remote config.

 

Thank you... waiting the tests using openatv. :)


Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)



74 user(s) are reading this topic

0 members, 74 guests, 0 anonymous users