DcaMan, unfortunately you'll have to flash the image from the first post.
My images are using different repositories and it's not possible to upgrade.
Good luck
Posted 25 February 2016 - 14:58
Use the standard autobackup functionality.
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.
Posted 27 February 2016 - 23:47
Posted 28 February 2016 - 15:50
The DM7080HD needs different drivers, which can be downloaded from http://www.dreamboxupdate.com.
Some small changes are also required to enigma2, due to different names for tuner and demux devices.
If anyone is interested, all required changes are in https://github.com/openatv and https://github.com/oe-alliance.
Using this, it should be possible to make the required changes and build images for all the DMM receivers.
Posted 29 February 2016 - 00:05
DcaMan,
Yes for now you can upgrade and install addons.
But once I release a new set of images I'm not sure whether the online upgrade will work.
Worst case scenario you'll just have to reflash the new version and restore your backup again
adri,
I'm aware of that, but it takes time to go trough all the changes OpenATV made to their enigma2 code to make the new Dreambox models compatible.
Personally I find their Enigma2 a mess with a shitload of hacks for a shitload of receivers.
Also many commit messages aren't really clear to me and since I don't have too much free time lately it's not on top of my list.
It would be nice if Dream Multimedia would just present a clean bsp-layer for PLi, like Zgemma Star did.
So the first thing for Dreambox receivers I'm going to do, is adding missing kernel patches to get the dm500hdv2 and dm800sev2 up and running again
Then I'll see if I can add the newer models without too much problems.
Currently I'm still working out the deadlock that sometimes happens in gstreamer on spark receivers when servicemp3 calls GST_STATE_NULL.
When I press CTRL + C in gst-launch's playbin it always stops playing and clears the framebuffer and goes to STATE_NULL
However when servicmp3 tries to do the same it sometimes freezes on the last frame with a spinner.
Still testing some things but I may need some help on this one.
Edited by MastaG, 29 February 2016 - 00:09.
Posted 29 February 2016 - 11:12
MastaG,
Thanks for your reply.
I didn't post to 'push' you into doing all the needed changes for DMM receivers.
I just wanted to give some information about the changes required and where to find them.
I agree with you, the OpenATV enigma2 code is sometimes a little difficult to read, due to all the embedded receiver depended code.
If more DMM receiver are supported in to the future, that would probably make a lot of users happy.
Adri.
Posted 29 February 2016 - 15:43
The first must be a clone image too, original OpenPLI images are named "OpenPLi-<version>-beta-<box>-YYYYMMDD.zip".
For the DM800 the last one is OpenPLi-2.1-beta-dm800-20140510.zip. The DM800 is an end-of-life box, support for it was dropped almost two years ago.
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.
Posted 29 February 2016 - 15:58
Well I'm not going to promote clones.
But the DM800 image from the "pli" directory contains the original secondstage bootloader (ssl) version 84 and the latest original drivers.
So it only runs on the original DM800HD receiver, which is indeed not supported by DMM anymore.
EDIT:
Now that I think of it, not completely genuine I guess since I'm patching the drivers:
#!/bin/sh if [ ! -e /lib/modules/$(uname -r)/extra/patched ] then for m in $(find /lib/modules/$(uname -r)/extra -name "*.ko") do echo "patching vermagic ${m}" sed -i 's/gcc-4\.[0-9]/gcc-4.9/g' $m done touch /lib/modules/$(uname -r)/extra/patched depmod -a rm -f /dev/null mknod /dev/null c 1 3 sync fi exit 0
I have to replace the vermagic string inside the .ko driver files to make them load on the kernel which is built with gcc 4.9.
And I believe that's not permitted
Edited by MastaG, 29 February 2016 - 16:02.
Posted 29 February 2016 - 17:00
Well I'm not going to promote clones.
Posted 29 February 2016 - 20:13
'Cause he's not a Puritan, things are not exactly black and white, so really, it's the right thing to do and it's fun...
Posted 29 February 2016 - 21:06
Well, I'm still building for the old DM800HD since there are many people still using it.
And if you still have one lying around and a few hours to spend on a sunday, you should try out my gstreamer 1.7 build on it just for kicks.
You can see that even with it's non-fpu single core 300MHz soc, it still plays all of the m3u8 streams perfectly fine.
I like the fact that PLi and it's developers brought something to a device (long out of support) which it didn't have before.
Regarding clone receivers. I really don't want to talk about it or start a discussion.
It was a stupid mistake to use the official OpenPLi splash screen on my non-official builds and I'll refrain from using it again.
It was also a stupid mistake to place the japhar directory in the same url as the pli dir.
I guess all I want to say about it is that the japhar team were kindly enough to host the feed for all receivers and presented a nice list of public iptv streams for us to test with.
That's it.
0 members, 10 guests, 0 anonymous users