Jump to content


Photo

Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit


  • Please log in to reply
2047 replies to this topic

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1901 1455

  • Senior Member
  • 404 posts

+10
Neutral

Posted 14 June 2021 - 21:08

For reference.
This plugin is always running by default after reset settings or first installation. There is no reason to think that this was accidentally stopped.
But it cann't start if there is a malfunction in the nim_sockets. I repeat, I saw it. We can remove the plugin, but the reason still remains.


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1902 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 15 June 2021 - 05:35

I don't use that plugin, i just checked it.
I see nothing related to nim_sockets in there.
I even deleted nim_sockets, e2pc works and so does clearmem.
Anyway, nevermind.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1903 mustapha2100

  • New Member
  • 1 posts

0
Neutral

Posted 17 December 2021 - 18:35

How do I install add-ons?

How do I install plugins



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1904 catastrofus

  • Senior Member
  • 3,443 posts

+43
Good

Posted 2 January 2022 - 23:15

I am trying to build the hardknott image in a virtualbox image on windows and the "MACHINE=et10000 make image" gives me this error:

 

gert@elementary:/nas/storix/openPLi/openpli-oe-core$ MACHINE=et10000 make image
Building image for et10000
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    The TMPDIR: /nas/storix/openPLi/openpli-oe-core/build/tmp can't be located on nfs.

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Makefile:130: recipe for target 'image' failed
make: *** [image] Error 1
gert@elementary:/nas/storix/openPLi/openpli-oe-core$


But when I export the TMPDIR to the local /tmp (export TMPDIR=/tmp) before the make it still doesn't work.

No need to tell you but I'm a noob in building my own images.

 

 

 

 


2 x ultimo4k (dvb-c fbc + 1 dvb-s2, 8.3r/nb) + een et10k/osmini (geen tuners en dus fallbackclient, nb) met een Synology ds214+ (2 x 6 TB) op DSM 7.1.1 in ziggo oost (voormalig @Home) + A1/A2/A3/HB (TechniSat)
 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1905 Tech

  • Forum Moderator
    PLi® Core member
  • 14,629 posts

+459
Excellent

Posted 2 January 2022 - 23:30

You can try to start with suspressing this message : Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
The sanity check config is located at openembedded-core/meta/conf/
 
I've also an issue with the sanitychecker while building a Ultimo4k image but it also needs changes in the BSP so in that case we are depending on Vu.

I've commented the #INHERIT += "sanity" line in sanity.conf, that's not a real solution but for now my build is running.....

Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....

 

On the edge of the abyss, a step forward is not always progress....


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1906 WanWizard

  • PLi® Core member
  • 68,544 posts

+1,737
Excellent

Posted 3 January 2022 - 01:00

OE doesn't support TMPDIR being on a share, we have patched bitbake quite heavily to make that possible (without side-effects).


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1907 Tech

  • Forum Moderator
    PLi® Core member
  • 14,629 posts

+459
Excellent

Posted 4 January 2022 - 13:17

Hé mentioned he moved the temp to a local disk and even then the build didn’t succeed….


Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....

 

On the edge of the abyss, a step forward is not always progress....


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1908 catastrofus

  • Senior Member
  • 3,443 posts

+43
Good

Posted 4 January 2022 - 13:43

I followed your workaround (sanity.conf) and at least the build is running (and has crashed "ValueError: embedded null byte" by the way :ph34r:).


2 x ultimo4k (dvb-c fbc + 1 dvb-s2, 8.3r/nb) + een et10k/osmini (geen tuners en dus fallbackclient, nb) met een Synology ds214+ (2 x 6 TB) op DSM 7.1.1 in ziggo oost (voormalig @Home) + A1/A2/A3/HB (TechniSat)
 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1909 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 25 January 2022 - 17:08

Hi,

@1455, have you thought about using e2_procfs module?

You don't have to modify python files in order to use this path /usr/local/e2/etc/stb
e2_procfs will allow you to use /proc/stb instead.

Edited by roxette, 25 January 2022 - 17:14.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1910 1455

  • Senior Member
  • 404 posts

+10
Neutral

Posted 26 January 2022 - 15:27

have you thought about using e2_procfs module?

 

Source is needed. So far I don't see anything suitable. To build a kernel module, we need to download linux-source, put e2procfs in some folder, copy the missing headers and print a special command. All this needs to be placed in a script and rebuilt every time when changing the kernel.


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1911 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 26 January 2022 - 16:22

Try the following sources.
 
 
 
I don't see any problem building this module though, you do the same with dvbsoftwareca module .. right?


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1912 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 26 January 2022 - 16:47

ls /proc/stb
audio     avs       denc      fb        fp        frontend  hdmi      info      misc      player    stream    tsmux     video     vmpeg
 
It works, you probably need to patch it in order to work with newer kernel.

Edited by roxette, 26 January 2022 - 16:48.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1913 1455

  • Senior Member
  • 404 posts

+10
Neutral

Posted 27 January 2022 - 11:29

I don't see any problem building this module though, you do the same with dvbsoftwareca module .. right?

 

To create a fully fledged bootable kernel module, the 'make' command inside a folder is not suitable. But I can handle it.


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1914 1455

  • Senior Member
  • 404 posts

+10
Neutral

Posted 27 January 2022 - 12:04

If we want real improvements so we need ask to the xine developers to make a plugin for enigma. I have been asking them for a long time, but they have no time. The enigma files have been separated into the plugin for a long time, but this does not work well. The new problem is that since v. 14987 vaapi leads to segfaults on mpeg4  when called from e2pc. Of course there is a workaround, but it's a bad decision.

 

 


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1915 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 27 January 2022 - 16:35

As i said before, the real improvement would be without libxine at all.
The plugin we need is libsofthddevice.
You can contact the following repo maintainer.
 
Anyway, let's see if you can put e2_procfs module into action  :)


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1916 NadjmGharib

  • Member
  • 20 posts

0
Neutral

Posted 27 January 2022 - 19:51

Hello, how do I get rid of the black bar at the top and bottom of the screen?

 

164330944490341.png



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1917 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 27 January 2022 - 22:56

Head to Setup System Xine A/V settings, 
 
Alter the following settings to suit your needs. 
Aspect Ratio
Display 4:3 Content as
Display 16:9  Content as

Edited by roxette, 27 January 2022 - 22:57.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1918 NadjmGharib

  • Member
  • 20 posts

0
Neutral

Posted 28 January 2022 - 16:36

 

Head to Setup System Xine A/V settings, 
 
Alter the following settings to suit your needs. 
Aspect Ratio
Display 4:3 Content as
Display 16:9  Content as

 

thanks, I changed the settings and nothing happened

 

164338415105021.png



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1919 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 28 January 2022 - 20:12

Try to set aspect ratio to automatic,



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1920 NadjmGharib

  • Member
  • 20 posts

0
Neutral

Posted 28 January 2022 - 21:34

Doesn't matter.  Can you help me to run lircd, I have a sky star2 remote control TS35.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users