OpenPLi4 - Read this first: Some are more equal than others
#1
Posted 31 August 2013 - 18:27
The OpenPLi4 image has only been tested on the VuSolo2, VuDuo2, ET9x00 and dm8000. Those will work. There's no guarantee for the others...
Reportedly, the dm800se and dm500hd don't work.
Re: OpenPLi4 - Read this first: Some are more equal than others #2
Re: OpenPLi4 - Read this first: Some are more equal than others #3
Posted 31 August 2013 - 19:13
On dm800se, you need to start enigma2 manually (init 4; enigma2). Then it works.
The only problem is the upgrade on OpenSSL 1.0.1e, some binary (eg custom rtmpdump) must linked against new OpenSSL.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: OpenPLi4 - Read this first: Some are more equal than others #4
Re: OpenPLi4 - Read this first: Some are more equal than others #5
Posted 31 August 2013 - 19:40
I will test in about an hour with enigma2.sh.
The only think that it is different is the LIBS part, when running enigma2.sh.
LIBS=/usr/lib/libopen.so.0.0.0 #check for receiver specific passthrough helper lib if [ -e /usr/lib/libpassthrough.so ]; then LIBS="$LIBS /usr/lib/libpassthrough.so" fi sync LD_PRELOAD=$LIBS /usr/bin/enigma2
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: OpenPLi4 - Read this first: Some are more equal than others #6
Re: OpenPLi4 - Read this first: Some are more equal than others #7
Posted 31 August 2013 - 20:52
I already mentioned in the dutch pli4 thread, the kernel for dm800se is too big. It's now 2523187 bytes.
I made some modifications in the defconfig and it's now 2439147 bytes. Ubifs is disabled because it's not needed.
This defconfig is made with 'bitbake -c menuconfig virtual/kernel'.
Attached Files
Amiko8240, DM500HD, DM800, DM800SE, DM800SESR4, DM800SEV2, VU+ SoloSEV2, VU+ UnoSE
Re: OpenPLi4 - Read this first: Some are more equal than others #8
Posted 31 August 2013 - 20:57
Here its the error:
It seems that libpassthrough (doesn't pass through ) needs to linked against newer OpenSSL.
root@dm800se:~# /usr/bin/enigma2.sh /usr/bin/enigma2: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory root@dm800se:~# ldd /usr/lib/libpassthrough.so libssl.so.0.9.8 => not found libc.so.6 => /lib/libc.so.6 (0x773b8000) /lib/ld.so.1 (0x55550000)
Edited by athoik, 31 August 2013 - 20:59.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: OpenPLi4 - Read this first: Some are more equal than others #9
Re: OpenPLi4 - Read this first: Some are more equal than others #10
Re: OpenPLi4 - Read this first: Some are more equal than others #11
Re: OpenPLi4 - Read this first: Some are more equal than others #12
Posted 31 August 2013 - 21:41
Since you guys get up to the point where e2 is started, can I conclude that builds produced by the buildserver contain a kernel image which is just small enough to boot?
Indeed. Current Kernel is ok.
Edited by athoik, 31 August 2013 - 21:43.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: OpenPLi4 - Read this first: Some are more equal than others #13
Posted 31 August 2013 - 21:57
I didn't actual test the dm800se pli4 image, but i did some tests some weeks ago, see here:http://openpli.org/f...openpli4/page-9
I extracted the new build image using nfidump and discovered the 2523187 bytes kernel, in my opinion it will not boot, but I will test it tomorrow.
I see Siki78 uses a dm500hd, @athoik what box do you use ? I'm talking about the dm800se.
Amiko8240, DM500HD, DM800, DM800SE, DM800SESR4, DM800SEV2, VU+ SoloSEV2, VU+ UnoSE
Re: OpenPLi4 - Read this first: Some are more equal than others #14
Posted 31 August 2013 - 22:03
I am using dm800se, booting from usb (via autoexec.bat).
root@dm800se:~# cat /media/usb/autoexec_dm800se.bat /usb/bootlogo-dm800se.elf.gz filename=/usb/bootlogo-dm800se.jpg /usb/sdb2.gz root=/dev/sdb2 rootdelay=10 rw console=null
PS. Size of kernel is 2.4M (2523187)
Edited by athoik, 31 August 2013 - 22:06.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: OpenPLi4 - Read this first: Some are more equal than others #15
Re: OpenPLi4 - Read this first: Some are more equal than others #16
Re: OpenPLi4 - Read this first: Some are more equal than others #17
Re: OpenPLi4 - Read this first: Some are more equal than others #18
Posted 1 September 2013 - 09:56
Like I already predicted Kernel doesn't boot on my dm800se. I think your usb boot changes the kernel max size limit in someway ?
Does your dm800se boot from usb at least?
Follow this guide http://openpli.org/wiki/DM800USBBoot (procedure is for dm800, but same procedure works on dm800se)
PS. Kernel size of Merlin3 is 2.7M (2860919) so does your dm800se works with this kernel too?
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: OpenPLi4 - Read this first: Some are more equal than others #19
Posted 1 September 2013 - 10:29
Like I already predicted Kernel doesn't boot on my dm800se. I think your usb boot changes the kernel max size limit in someway ?
Does your dm800se boot from usb at least?
Follow this guide http://openpli.org/wiki/DM800USBBoot (procedure is for dm800, but same procedure works on dm800se)
PS. Kernel size of Merlin3 is 2.7M (2860919) so does your dm800se works with this kernel too?
I don't want to boot from usb, all I need is an image that works in normal flash, I did strip ubifs from the kernel in my own PLi4 builds, that works fine !
Amiko8240, DM500HD, DM800, DM800SE, DM800SESR4, DM800SEV2, VU+ SoloSEV2, VU+ UnoSE
Re: OpenPLi4 - Read this first: Some are more equal than others #20
Posted 1 September 2013 - 10:54
PS. Kernel size of Merlin3 is 2.7M (2860919) so does your dm800se works with this kernel too?
Well Merlin 3 does work, I don't get it...
root@dm800se:~# ls -al /boot
drwxr-xr-x 3 root root 0 Jan 1 1970 .
drwxr-xr-x 18 root root 0 Sep 1 11:53 ..
-rw-r--r-- 1 root root 163 Aug 1 17:35 autoexec.bat
-rw-r--r-- 1 root root 147 Aug 1 17:35 autoexec_dm800se.bat
-rwxr-xr-x 1 root root 242111 Jun 4 00:54 bootlogo-dm800se.elf.gz
-rw-r--r-- 1 root root 42664 Jun 4 00:54 bootlogo-dm800se.jpg
lrwxrwxrwx 1 root root 19 Aug 25 12:11 vmlinux -> vmlinux-3.2-dm800se
-rwxr-xr-x 1 root root 2860919 Aug 1 17:35 vmlinux-3.2-dm800se.gz
Amiko8240, DM500HD, DM800, DM800SE, DM800SESR4, DM800SEV2, VU+ SoloSEV2, VU+ UnoSE
Also tagged with one or more of these keywords: OpenPLi4
DM800HD Tuner A emptyStarted by Popol95, 17 Dec 2016 Tuner, DM800, Openpli4, openpli |
|
|||
tuner loop
Vu+ Solo2 tuner loop problem OpenPli 4Started by DimitarCC, 1 Nov 2016 tuner loop, openpli4, problem |
|
|||
Achteraf gedecodeerde opname foutieve EPGStarted by zeeteefje, 28 Oct 2016 OpenPli4, ET10K |
|
|||
Green Screen with Wi-Fi network searchStarted by Blacksimon, 12 Mar 2016 Wi-Fi, Openpli4, Vu+Duo2 |
|
|||
Nothing found in DVB-T scan (TU1216-DM8000-OpenPLi4)Started by sylvester74, 31 Jan 2016 DVB-T, TU1216, DM8000, OpenPLi4 |
|
15 user(s) are reading this topic
0 members, 15 guests, 0 anonymous users