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 #1741 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 18 July 2018 - 13:34

With https://github.com/P...leanup-build.sh you can cleanup your build directory without removing the "build" directory itself.

 

So no need to compile everything again just remove the machine related things ;)


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


Re: Howto build unofficial pli for your unsupported receiver #1742 Schpountz

  • Member
  • 14 posts

0
Neutral

Posted 18 July 2018 - 17:39

Hi

i have tested image for DM 920...it work fine.

Great job.

Thanks


DM 920

 


Re: Howto build unofficial pli for your unsupported receiver #1743 sauna

  • Senior Member
  • 38 posts

0
Neutral

Posted 18 July 2018 - 17:51

I tried k1plus. error.can tell what is wrong?
 
 
 
Initialising tasks: 100% |#######################################| Time: 0:00:51
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: linkdroid-initramfs-1.0-r0 do_rootfs: Error executing a python function in exec_python_func() autogenerated:
 
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:license_create_manifest(d)
     0003:
File: '/home/aa/Desktop/amiko/openpli-oe-core/openembedded-core/meta/classes/license.bbclass', lineno: 48, function: license_create_manifest
     0044:    pkg_dic = {}
     0045:    for pkg in sorted(image_list_installed_packages(d)):
     0046:        pkg_info = os.path.join(d.getVar('PKGDATA_DIR'),
     0047:                                'runtime-reverse', pkg)
 *** 0048:        pkg_name = os.path.basename(os.readlink(pkg_info))
     0049:
     0050:        pkg_dic[pkg_name] = oe.packagedata.read_pkgdatafile(pkg_info)
     0051:        if not "LICENSE" in pkg_dic[pkg_name].keys():
     0052:            pkg_lic_name = "LICENSE_" + pkg_name
Exception: FileNotFoundError: [Errno 2] No such file or directory: '/home/aa/Desktop/amiko/openpli-oe-core/build/tmp/pkgdata/k1plus/runtime-reverse/base-passwd'
 
ERROR: linkdroid-initramfs-1.0-r0 do_rootfs: Function failed: license_create_manifest
ERROR: Logfile of failure stored in: /home/aa/Desktop/amiko/openpli-oe-core/build/tmp/work/k1plus-oe-linux/linkdroid-initramfs/1.0-r0/temp/log.do_rootfs.18122
ERROR: Task (/home/aa/Desktop/amiko/openpli-oe-core/pli-extras/meta-amlogic/recipes-bsp/extra/linkdroid-initramfs.bb:do_rootfs) failed with exit code '1'
NOTE: Tasks Summary: Attempted 5970 tasks of which 5953 didn't need to be rerun and 1 failed.
 
Summary: 1 task failed:
  /home/aa/Desktop/amiko/openpli-oe-core/pli-extras/meta-amlogic/recipes-bsp/extra/linkdroid-initramfs.bb:do_rootfs
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Makefile:125: recipe for target 'image' failed
make: *** [image] Error 1
aa@aa:~/Desktop/amiko/openpli-oe-core$ 


Re: Howto build unofficial pli for your unsupported receiver #1744 moham96

  • Senior Member
  • 175 posts

+20
Neutral

Posted 18 July 2018 - 18:03

@persianprince I've made a working coreelec-linux recipe and added a config for the old k2pro version, I've tested the recipe it compiles the kernel and dtb file successfully but I didn't test if it compiles the whole sd image, I need some time to test for that (due to my shitty internet connection)
you can see my changes here: https://github.com/m...6/meta-amlogic/
If you can test it I can make a pull request



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

  • Senior Member
  • 73 posts

+9
Neutral

Posted 18 July 2018 - 18:12

@persianprince I've made a working coreelec-linux recipe and added a config for the old k2pro version, I've tested the recipe it compiles the kernel and dtb file successfully but I didn't test if it compiles the whole sd image, I need some time to test for that (due to my shitty internet connection)
you can see my changes here: https://github.com/m...6/meta-amlogic/
If you can test it I can make a pull request

 

Say me. I need only to copy meta-amlogic and do MACHINE=k2pro_s905 make image ?



Re: Howto build unofficial pli for your unsupported receiver #1746 blinkosm

  • Senior Member
  • 144 posts

+1
Neutral

Posted 18 July 2018 - 18:34

 

NOTE: Running task 498 of 5572 (virtual:native:/home/blinkosm/openpli-oe-core/openembedded-core/meta/recipes-core/util-linux/util-linux_2.29.1.bb:do_configure)

NOTE: recipe util-linux-native-2.29.1-r0: task do_configure: Started
NOTE: recipe util-linux-native-2.29.1-r0: task do_configure: Succeeded
NOTE: Running task 499 of 5572 (virtual:native:/home/blinkosm/openpli-oe-core/openembedded-core/meta/recipes-core/util-linux/util-linux_2.29.1.bb:do_compile)
NOTE: recipe util-linux-native-2.29.1-r0: task do_compile: Started
ERROR: util-linux-native-2.29.1-r0 do_compile: oe_runmake failed
ERROR: util-linux-native-2.29.1-r0 do_compile: Function failed: do_compile (log file is located at /home/blinkosm/openpli-oe-core/build/tmp/work/i686-linux/util-linux-native/2.29.1-r0/temp/log.do_compile.27309)
ERROR: Logfile of failure stored in: /home/blinkosm/openpli-oe-core/build/tmp/work/i686-linux/util-linux-native/2.29.1-r0/temp/log.do_compile.27309
NOTE: recipe util-linux-native-2.29.1-r0: task do_compile: Failed
ERROR: Task (virtual:native:/home/blinkosm/openpli-oe-core/openembedded-core/meta/recipes-core/util-linux/util-linux_2.29.1.bb:do_compile) failed with exit code '1'
NOTE: Running task 500 of 5572 (virtual:native:/home/blinkosm/openpli-oe-core/openembedded-core/meta/recipes-core/expat/expat_2.2.0.bb:do_fetch)
NOTE: recipe expat-native-2.2.0-r0: task do_fetch: Started
NOTE: recipe expat-native-2.2.0-r0: task do_fetch: Succeeded
NOTE: recipe glibc-2.19-r0: task do_compile: Succeeded
NOTE: Tasks Summary: Attempted 500 tasks of which 0 didn't need to be rerun and 1 failed.

 

i get this error


Edited by blinkosm, 18 July 2018 - 18:35.


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

  • Senior Member
  • 73 posts

+9
Neutral

Posted 18 July 2018 - 18:41

@persianprince I've made a working coreelec-linux recipe and added a config for the old k2pro version, I've tested the recipe it compiles the kernel and dtb file successfully but I didn't test if it compiles the whole sd image, I need some time to test for that (due to my shitty internet connection)
you can see my changes here: https://github.com/m...6/meta-amlogic/
If you can test it I can make a pull request

http://www.mediafire...s905_sdcard.zip



Re: Howto build unofficial pli for your unsupported receiver #1748 moham96

  • Senior Member
  • 175 posts

+20
Neutral

Posted 18 July 2018 - 18:59

Someone with rs232 can try this?

http://www.mediafire...sdcard.zip/file

 

I modify defconfig and dts

Defconfig: without AML_* and only with avl6862

DTS from Libreelec

 

It boot but is unreachable. Noone with rs232?

I have Uart access to the k2pro but can't test right now, can you give more information on your edits ?



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

  • Senior Member
  • 73 posts

+9
Neutral

Posted 18 July 2018 - 19:07

 

Someone with rs232 can try this?

http://www.mediafire...sdcard.zip/file

 

I modify defconfig and dts

Defconfig: without AML_* and only with avl6862

DTS from Libreelec

 

It boot but is unreachable. Noone with rs232?

I have Uart access to the k2pro but can't test right now, can you give more information on your edits ?

 

 

I modify defconfig as this:

#
# AVL6862 dvb driver
#
CONFIG_AVL6862=y

#
# Amlogic DVB driver
#
# CONFIG_AM_DVB_E2_KO is not set
#CONFIG_AM_DVB is not set
#CONFIG_AM_ATVDEMOD is not set
#CONFIG_AM_DTVDEMOD is not set

And download dts for k1pro from libreelec github



Re: Howto build unofficial pli for your unsupported receiver #1750 bumperbee

  • Senior Member
  • 284 posts

+10
Neutral

Posted 18 July 2018 - 22:12

Hi Everyone, my second purchase of the dual Dvb-C/T2 tuner had just arrived. It is for my Dm7020Hdv2 and the image is OpenPLi. I tried many possibility in testing of the channel scanning but succeeded none.

Is there some driver files or something I need to install?

Please help!



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

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 19 July 2018 - 04:56

So you swapped your default tuner against it, since dm7020hd does not own more free slots for additional tuners. Yes, it does not work with home made PLi. Why? Because the required drivers are missing. I also had this tuner tested two years ago (when these tuners appeared) and when I saw that it does not work with PLi, I sold it. So I can't help you with that, and it just doesn't work. A friend once said to me that it works with openatv, but I will not confirm it, because I just do not have this tuner and it was a long time ago, when we talked about it.


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 #1752 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 19 July 2018 - 06:15

You can make it work with PLi too if you know the chip model and related driver ;)

Give me some information about it.

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


Re: Howto build unofficial pli for your unsupported receiver #1753 bumperbee

  • Senior Member
  • 284 posts

+10
Neutral

Posted 19 July 2018 - 08:03

Thanks very much to all Masters for the quick reply.

@Zeros

Yes, there is 1 original Dvb-C that come with box and 1 dual Dvb-C/T2 which I had just bought.

 

@Persian Prince

It is a Hybrid dual Dvb-C/T2 tuner. On observation, there are 2 chips on pcb,

U2 (bigger in size):

Si21692 55 (not sure if the last 2 figure is 55 or SS)

1649C00D24

 

U1 (smaller in size):

A644

M48PA

HDB (not sure if the last figure is a B or 8)

A8N8XA

 

Attached Files



Re: Howto build unofficial pli for your unsupported receiver #1754 moham96

  • Senior Member
  • 175 posts

+20
Neutral

Posted 19 July 2018 - 11:00

 

 

Someone with rs232 can try this?

http://www.mediafire...sdcard.zip/file

 

I modify defconfig and dts

Defconfig: without AML_* and only with avl6862

DTS from Libreelec

 

It boot but is unreachable. Noone with rs232?

I have Uart access to the k2pro but can't test right now, can you give more information on your edits ?

 

 

I modify defconfig as this:

#
# AVL6862 dvb driver
#
CONFIG_AVL6862=y

#
# Amlogic DVB driver
#
# CONFIG_AM_DVB_E2_KO is not set
#CONFIG_AM_DVB is not set
#CONFIG_AM_ATVDEMOD is not set
#CONFIG_AM_DTVDEMOD is not set

And download dts for k1pro from libreelec github

 

It's unreachable because you probably used an incompatible dtb file, and compiling the avl6862 as a builtin module doesn't make any difference



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

  • Senior Member
  • 73 posts

+9
Neutral

Posted 19 July 2018 - 11:09

 

 

 

Someone with rs232 can try this?

http://www.mediafire...sdcard.zip/file

 

I modify defconfig and dts

Defconfig: without AML_* and only with avl6862

DTS from Libreelec

 

It boot but is unreachable. Noone with rs232?

I have Uart access to the k2pro but can't test right now, can you give more information on your edits ?

 

 

I modify defconfig as this:

#
# AVL6862 dvb driver
#
CONFIG_AVL6862=y

#
# Amlogic DVB driver
#
# CONFIG_AM_DVB_E2_KO is not set
#CONFIG_AM_DVB is not set
#CONFIG_AM_ATVDEMOD is not set
#CONFIG_AM_DTVDEMOD is not set

And download dts for k1pro from libreelec github

 

It's unreachable because you probably used an incompatible dtb file, and compiling the avl6862 as a builtin module doesn't make any difference

 

 

 

For DTB i use gxl_p230_k1_pro.dts.

But image load well if i remove aml and aml_fe from autoload. 



Re: Howto build unofficial pli for your unsupported receiver #1756 moham96

  • Senior Member
  • 175 posts

+20
Neutral

Posted 19 July 2018 - 12:16

 

 

 

 

Someone with rs232 can try this?

http://www.mediafire...sdcard.zip/file

 

I modify defconfig and dts

Defconfig: without AML_* and only with avl6862

DTS from Libreelec

 

It boot but is unreachable. Noone with rs232?

I have Uart access to the k2pro but can't test right now, can you give more information on your edits ?

 

 

I modify defconfig as this:

#
# AVL6862 dvb driver
#
CONFIG_AVL6862=y

#
# Amlogic DVB driver
#
# CONFIG_AM_DVB_E2_KO is not set
#CONFIG_AM_DVB is not set
#CONFIG_AM_ATVDEMOD is not set
#CONFIG_AM_DTVDEMOD is not set

And download dts for k1pro from libreelec github

 

It's unreachable because you probably used an incompatible dtb file, and compiling the avl6862 as a builtin module doesn't make any difference

 

 

 

For DTB i use gxl_p230_k1_pro.dts.

But image load well if i remove aml and aml_fe from autoload. 

 

What kernel did you use linkdroid or coreelec ?



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

  • Senior Member
  • 73 posts

+9
Neutral

Posted 19 July 2018 - 13:39

 

 

 

 

 

Someone with rs232 can try this?

http://www.mediafire...sdcard.zip/file

 

I modify defconfig and dts

Defconfig: without AML_* and only with avl6862

DTS from Libreelec

 

It boot but is unreachable. Noone with rs232?

I have Uart access to the k2pro but can't test right now, can you give more information on your edits ?

 

 

I modify defconfig as this:

#
# AVL6862 dvb driver
#
CONFIG_AVL6862=y

#
# Amlogic DVB driver
#
# CONFIG_AM_DVB_E2_KO is not set
#CONFIG_AM_DVB is not set
#CONFIG_AM_ATVDEMOD is not set
#CONFIG_AM_DTVDEMOD is not set

And download dts for k1pro from libreelec github

 

It's unreachable because you probably used an incompatible dtb file, and compiling the avl6862 as a builtin module doesn't make any difference

 

 

 

For DTB i use gxl_p230_k1_pro.dts.

But image load well if i remove aml and aml_fe from autoload. 

 

What kernel did you use linkdroid or coreelec ?

 

 

Linkdroid. With coreelec i overwrite DTS but it doesn't boot 



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

  • Senior Member
  • 145 posts

+18
Neutral

Posted 19 July 2018 - 13:42

 

For DTB i use gxl_p230_k1_pro.dts.

But image load well if i remove aml and aml_fe from autoload. 

 

As far as I think, this "gxl_p230_k1_pro.dts" file should be used to edit ""gxl_p230_2g.dts" file at respective places and then the new file should be used to compile dtb for K1 Pro.

Please see first line of "gxl_p230_k1_pro.dts" file:

#include "gxl_p230_2g.dts"


Edited by engineerkhan15, 19 July 2018 - 13:43.


Re: Howto build unofficial pli for your unsupported receiver #1759 blinkosm

  • Senior Member
  • 144 posts

+1
Neutral

Posted 19 July 2018 - 14:45

after the interruption of image build yesterday i try to build a image today  so make the command MACHINE =dm800.... and after awhile i find that the compilation continues after i leave it 10% yesterday the compitation begins in 10% today  ... i wonder is that ok???  or i must build a image without interruption 



Re: Howto build unofficial pli for your unsupported receiver #1760 moham96

  • Senior Member
  • 175 posts

+20
Neutral

Posted 19 July 2018 - 16:32

 

 

 

 

 

 

Someone with rs232 can try this?

http://www.mediafire...sdcard.zip/file

 

I modify defconfig and dts

Defconfig: without AML_* and only with avl6862

DTS from Libreelec

 

It boot but is unreachable. Noone with rs232?

I have Uart access to the k2pro but can't test right now, can you give more information on your edits ?

 

 

I modify defconfig as this:

#
# AVL6862 dvb driver
#
CONFIG_AVL6862=y

#
# Amlogic DVB driver
#
# CONFIG_AM_DVB_E2_KO is not set
#CONFIG_AM_DVB is not set
#CONFIG_AM_ATVDEMOD is not set
#CONFIG_AM_DTVDEMOD is not set

And download dts for k1pro from libreelec github

 

It's unreachable because you probably used an incompatible dtb file, and compiling the avl6862 as a builtin module doesn't make any difference

 

 

 

For DTB i use gxl_p230_k1_pro.dts.

But image load well if i remove aml and aml_fe from autoload. 

 

What kernel did you use linkdroid or coreelec ?

 

 

Linkdroid. With coreelec i overwrite DTS but it doesn't boot 

 

In that case I can't test it on my box through Uart since I have a k2pro with the s905 soc which the linkdroid kernel doesn't boot on




5 user(s) are reading this topic

0 members, 5 guests, 0 anonymous users