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.
Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1901
Posted 14 June 2021 - 21:08
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1902
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1903
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1904
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, 9.0r/nb) + een et10k/osmini ((nb) 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
Posted 2 January 2022 - 23:30
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....
Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna
Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam
Press the button on the buttom right of this message
Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1906
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 Ultimate (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
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....
Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna
Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam
Press the button on the buttom right of this message
Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1908
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 ).
2 x ultimo4k (dvb-c fbc + 1 dvb-s2, 9.0r/nb) + een et10k/osmini ((nb) 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
Posted 25 January 2022 - 17:08
Hi,
@1455, have you thought about using e2_procfs module?
Edited by roxette, 25 January 2022 - 17:14.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1910
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.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1911
Posted 26 January 2022 - 16:22
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1912
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1913
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.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1914
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.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1915
Posted 27 January 2022 - 16:35
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1916
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1917
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1918
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1919
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1920
9 user(s) are reading this topic
0 members, 8 guests, 0 anonymous users
-
Bing (1)