Jump to content


Photo

vu zero OpenPLi and satdreamgr image


  • Please log in to reply
15 replies to this topic

#1 antonio215

  • Senior Member
  • 41 posts

0
Neutral

Posted 28 May 2016 - 23:06

I have a zero decoder vu zero
as the title
I wish I could use the image OpenPLi with my tbs 5925 .
but the problem that the OpenPLi not support mips and VCM and acm .
Mentra image SATDREAMGR
It supports VCM and acm .
there some patches to put on the image OpenPLi ? so you can use the tbs5925 card? and which folder to be put ?
thank you



Re: vu zero OpenPLi and satdreamgr image #2 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 29 May 2016 - 14:56

Hi,

You need to build the image using OpenPLi sources.

If you are able to do that, the you can simply use a patch or directly my multistream branch, that I am keeping in sync with OpenPLi master branch.

At some point my multistream branch will get merged.
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: vu zero OpenPLi and satdreamgr image #3 antonio215

  • Senior Member
  • 41 posts

0
Neutral

Posted 29 May 2016 - 19:50

Hi,

You need to build the image using OpenPLi sources.

If you are able to do that, the you can simply use a patch or directly my multistream branch, that I am keeping in sync with OpenPLi master branch.

At some point my multistream branch will get merged.

 

I have a zero decoder vu .
with image SATDREAMGR , everything works fine .
in Week
installing image OpenPLi , he knows the TBS board , but with channel search , missing pls .and root multistrim .
the OpenPLi and more light and more stable than other versions image .

I would like to take a test ..
but I need to figure out which folder should put the pach for pls queues on OpenPLi and that and the patch
thank you
if you help me I will try to do a test for a future development of OpenPLi

 

 

tank athoik


Edited by antonio215, 29 May 2016 - 19:51.


Re: vu zero OpenPLi and satdreamgr image #4 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 29 May 2016 - 19:57

If satdreamgr is not stable then if patches merged with OpenPLi, then also OpenPLi will not be stable ;)

In few words, satdreamgr is openpli (based) with extra patches (that's why we call it experimental).

Anyway build an image your self, when done, let us known, we can tell you how to add the extra patch using
.bbappend

Edited by athoik, 29 May 2016 - 19:58.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: vu zero OpenPLi and satdreamgr image #5 antonio215

  • Senior Member
  • 41 posts

0
Neutral

Posted 29 May 2016 - 21:28

If satdreamgr is not stable then if patches merged with OpenPLi, then also OpenPLi will not be stable ;)

In few words, satdreamgr is openpli (based) with extra patches (that's why we call it experimental).

Anyway build an image your self, when done, let us known, we can tell you how to add the extra patch using
.bbappend

 

 

I said that badly!!
satdreamgr expiremental and as good image ,
just OpenPLi and more light as image for this I would take the test We add the patch image OpenPLi , but I would like to understand where to place the pacth to take the test .
that's all
I can have your help ?

ps : I have installed on vu zero image satdreamgr with tbs board 5925 all ok

 

ps: You have created a great project , for sche tbs
We should not give up , now that we have all the right requesiti development
thanks again


Edited by antonio215, 29 May 2016 - 21:32.


Re: vu zero OpenPLi and satdreamgr image #6 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 29 May 2016 - 21:46

As I said you need to build the image your self.

Follow the instructions bellow (for Debian 8).

1. Install as Root the prerequisites (sudo or su -)

apt-get install gawk wget git-core cvs subversion diffstat unzip texinfo gcc-multilib build-essential chrpath


2. Clone OpenPLi OE (as normal user)

cd ~

git clone https://github.com/OpenPLi/openpli-oe-core openpli4

cd openpli4

3. First run make to download OE subprojects (as normal user)

cd ~/openpli4

make

4. Make image for XXXX (as normal user, XXX can be your machine like vuzero)

cd ~/openpli4

MACHINE=XXX make image
If you have done with above with success, you will have the image ready on ~/openpli4/build/tmp/deploy/images/XXX/ folder.

Next step is to give you instructions how to use enigma2.bbappend and add custom patches to your build, that will be done if you complete the image build with success. OK?
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: vu zero OpenPLi and satdreamgr image #7 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 29 May 2016 - 22:13

@antonio215: satdreamgr image is not "heavier" than basic openpli. So your argument doesn't stand. satdreamgr is as close to openpli as possible. If you think the more colorfull skin is heavier for you, you can switch to standard openpli skin on satdreamgr image too.



Re: vu zero OpenPLi and satdreamgr image #8 antonio215

  • Senior Member
  • 41 posts

0
Neutral

Posted 30 May 2016 - 09:55

As I said you need to build the image your self.

Follow the instructions bellow (for Debian 8).
 

1. Install as Root the prerequisites (sudo or su -)

apt-get install gawk wget git-core cvs subversion diffstat unzip texinfo gcc-multilib build-essential chrpath


2. Clone OpenPLi OE (as normal user)

cd ~

git clone https://github.com/OpenPLi/openpli-oe-core openpli4

cd openpli4

3. First run make to download OE subprojects (as normal user)

cd ~/openpli4

make

4. Make image for XXXX (as normal user, XXX can be your machine like vuzero)

cd ~/openpli4

MACHINE=XXX make image
If you have done with above with success, you will have the image ready on ~/openpli4/build/tmp/deploy/images/XXX/ folder.

Next step is to give you instructions how to use enigma2.bbappend and add custom patches to your build, that will be done if you complete the image build with success. OK?

 

I have to use linux .
( Ubuntu )
for just complare ?



Re: vu zero OpenPLi and satdreamgr image #9 antonio215

  • Senior Member
  • 41 posts

0
Neutral

Posted 30 May 2016 - 09:58

@antonio215: satdreamgr image is not "heavier" than basic openpli. So your argument doesn't stand. satdreamgr is as close to openpli as possible. If you think the more colorfull skin is heavier for you, you can switch to standard openpli skin on satdreamgr image too.

 

@malakudi : I have expressed my opinione.non I said it's not good image satdreamgr ? I think the only image OpenPLi more comfortable and that's all !
I hope I have not offended anyone , even for the work done with much gratitude to those who work for us
thanks again



Re: vu zero OpenPLi and satdreamgr image #10 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 30 May 2016 - 21:47

As I said you need to build the image your self.

Follow the instructions bellow (for Debian 8).
 

1. Install as Root the prerequisites (sudo or su -)

apt-get install gawk wget git-core cvs subversion diffstat unzip texinfo gcc-multilib build-essential chrpath


2. Clone OpenPLi OE (as normal user)

cd ~

git clone https://github.com/OpenPLi/openpli-oe-core openpli4

cd openpli4

3. First run make to download OE subprojects (as normal user)

cd ~/openpli4

make

4. Make image for XXXX (as normal user, XXX can be your machine like vuzero)

cd ~/openpli4

MACHINE=XXX make image
If you have done with above with success, you will have the image ready on ~/openpli4/build/tmp/deploy/images/XXX/ folder.

Next step is to give you instructions how to use enigma2.bbappend and add custom patches to your build, that will be done if you complete the image build with success. OK?

I have to use linux .
( Ubuntu )
for just complare ?


Use Debian 8 (Ubuntu should work as well)
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: vu zero OpenPLi and satdreamgr image #11 Pr2

  • PLi® Contributor
  • 6,074 posts

+257
Excellent

Posted 1 June 2016 - 09:43

Hi,

 

Did you read the thread talking of TBS 5925?

 

http://forums.openpl...30113-tbs-5925/

 

Pr2


NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: vu zero OpenPLi and satdreamgr image #12 antonio215

  • Senior Member
  • 41 posts

0
Neutral

Posted 2 June 2016 - 00:26

boys..
I can not do totally abandons image
I have little time , and hard work .
I only ask the patch
for now
thank you

:angry: :angry: :angry: :angry: :angry: :angry: :angry:



Re: vu zero OpenPLi and satdreamgr image #13 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 3 June 2016 - 17:07

If you have little time and hard work, use satdreamgr that it is ready for what you want.

We also have little time and hard work you know ...



Re: vu zero OpenPLi and satdreamgr image #14 antonio215

  • Senior Member
  • 41 posts

0
Neutral

Posted 4 June 2016 - 22:37

If you have little time and hard work, use satdreamgr that it is ready for what you want.

We also have little time and hard work you know ...

Yes Yes
thank you amici.io myself have little time work 14 hours a day



Re: vu zero OpenPLi and satdreamgr image #15 janejak

  • Senior Member
  • 284 posts

+11
Neutral

Posted 8 June 2016 - 02:37

 

If you have little time and hard work, use satdreamgr that it is ready for what you want.

We also have little time and hard work you know ...

Yes Yes
thank you amici.io myself have little time work 14 hours a day

 

i wonder what`s work u have who have sow many hr a day as 14 hours? here in norway there i live a normal day is 7.5 Hours workday, 37.5hr a week ore 1800hr, a year u most have 70hr a week with work?



Re: vu zero OpenPLi and satdreamgr image #16 WanWizard

  • PLi® Core member
  • 68,588 posts

+1,738
Excellent

Posted 8 June 2016 - 11:34

If you are self-employed, or run your own business, 70hr a week is pretty normal.


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.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users