Jump to content


Photo

VU Solo 4k support


  • Please log in to reply
644 replies to this topic

Re: VU Solo 4k support #21 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 26 October 2015 - 19:52

Correct.

IMAGE_FSTYPES =+ "ext4"

http://code.vuplus.c...4k.conf;hb=HEAD

Flash Type eMMC

http://vuplus.com/sub/sub0113.php
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 Solo 4k support #22 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 26 October 2015 - 19:54

Yes, they use eMMC. So you can't use mkubifs, nanddump and so on.

I guess it could work similar like now. You mount the rootfs to other place. Then you use tar bzip2 to compress it. Kernel file should be somewhere in the root filesystem. Maybe under /boot. Or they use a 2. partition for it......


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: VU Solo 4k support #23 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 26 October 2015 - 19:58

It's on mmcblk0p1 ;)
 
  60 pkg_postinst_kernel-image () {
  61         if [ -d /proc/stb ] ; then
  62                 dd if=/${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE} of=/dev/mmcblk0p1
  63         fi
  64         rm -f /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}
  65         true
  66 }

Edited by athoik, 26 October 2015 - 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 Solo 4k support #24 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 26 October 2015 - 20:09

... If you replace your LNB's with especially suited ones, you even get four individual virtual tuners per physical tuner.

 

I've seen this comment before (I think from betacentauri). What is this "especially suited one" LNB? Full band LNB on coax? (so far I have only seen optical full band LNB). Something else? Is there a specification/product link somewhere?



Re: VU Solo 4k support #25 Pedro_Newbie

  • Senior Member
  • 4,631 posts

+225
Excellent

Posted 26 October 2015 - 20:27

Thanks all for the info. Lets wait until Openpli comes also with an image (if any?).

Re: VU Solo 4k support #26 Pedro_Newbie

  • Senior Member
  • 4,631 posts

+225
Excellent

Posted 26 October 2015 - 21:49

It's on mmcblk0p1 ;)
 

  60 pkg_postinst_kernel-image () {
  61         if [ -d /proc/stb ] ; then
  62                 dd if=/${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE} of=/dev/mmcblk0p1
  63         fi
  64         rm -f /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}
  65         true
  66 }


From which file is this part of code? I couldn't find it in the (huge) commit

Re: VU Solo 4k support #27 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 26 October 2015 - 22:07

I don't know the build env. Normally you should search for linux bitbake. E.g. here for xtrend box in openpli:
https://github.com/X...0-3g_3.18.18.bb


Edited by betacentauri, 26 October 2015 - 22:07.

Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: VU Solo 4k support #28 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 26 October 2015 - 22:08

It's on mmcblk0p1 ;)
 

  60 pkg_postinst_kernel-image () {
  61         if [ -d /proc/stb ] ; then
  62                 dd if=/${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE} of=/dev/mmcblk0p1
  63         fi
  64         rm -f /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}
  65         true
  66 }


From which file is this part of code? I couldn't find it in the (huge) commit


The commit is for enigma2 part. Not the OE.

Here it is: http://code.vuplus.c...6509c91;hb=HEAD

Edited by athoik, 26 October 2015 - 22:10.

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 Solo 4k support #29 Pedro_Newbie

  • Senior Member
  • 4,631 posts

+225
Excellent

Posted 26 October 2015 - 22:15

Thanks found it: http://code.vuplus.c...6509c91;hb=HEAD

Re: VU Solo 4k support #30 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 28 October 2015 - 12:23

 

... If you replace your LNB's with especially suited ones, you even get four individual virtual tuners per physical tuner.

 

I've seen this comment before (I think from betacentauri). What is this "especially suited one" LNB? Full band LNB on coax? (so far I have only seen optical full band LNB). Something else? Is there a specification/product link somewhere?

 

 

To answer my own question, after some searching it seems that the twin FBC tuners can work as eight independent tuners when used with Unicable or JESS (aka Unicable 2) LNBs and/or multiswitches. The biggest limitation of Unicable is that it only support two satellite positions and although JESS (Unicable 2) have increased this limit to 64 satellites, there is no multiswitch in the market to support more than four (4) satellites.


Edited by malakudi, 28 October 2015 - 12:25.


Re: VU Solo 4k support #31 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 8 November 2015 - 14:21

Courtesy BlackHole: Attached File  Vu+ Solo4K Review.pdf   2.07MB   105 downloads



Re: VU Solo 4k support #32 Satpal

  • Senior Member
  • 299 posts

+4
Neutral

Posted 8 November 2015 - 22:03

I haven't found any mentioning of neither PiP nor transcoding. Is it supposed to be a given for such a box or does it really just not offer those features?



Re: VU Solo 4k support #33 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 9 November 2015 - 04:36

Both are available and mentioned in the above posted review :)


Edited by Rob van der Does, 9 November 2015 - 04:36.


Re: VU Solo 4k support #34 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 9 November 2015 - 15:57

VU+ told me transcoding is available like this: 1 stream of UHD or four streams of HD. That's the spec of the SoC, it's not sure if that's all exposed by the drivers.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: VU Solo 4k support #35 Satpal

  • Senior Member
  • 299 posts

+4
Neutral

Posted 9 November 2015 - 16:53

VU+ told me transcoding is available like this: 1 stream of UHD or four streams of HD. That's the spec of the SoC, it's not sure if that's all exposed by the drivers.

,

Thx, that's somewhat the kind of info I expected to find somewhere.

 

Both are available and mentioned in the above posted review :)

 

Yes, sorry, my bad.



Re: VU Solo 4k support #36 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 10 November 2015 - 12:28

To answer my own question, after some searching it seems that the twin FBC tuners can work as eight independent tuners when used with Unicable or JESS (aka Unicable 2) LNBs and/or multiswitches. .

 

 

did anyone test already, and could say from own experience how many simultaneous recordings from different transponders are possible when having an unicable lnb connected to FBC tuner(s)?


Edited by blzr, 10 November 2015 - 12:29.

True sarcasm doesn't need green font...

Re: VU Solo 4k support #37 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 12 November 2015 - 11:10

The Blackhole review is hiding all issues. I found many issues just by testing it for half an hour, they don't mention anything.

 

1. USB tuners don't work due to driver misconfiguration. After installing a usb tuner, I get: 

[    3.826608] bh_dvb_core: exports duplicate symbol dmx_swfilter_hook (owned by kernel)
 
2. SAT>IP doesn't work at all.
 
3. XBMC still 13.2 like other VU+ boxes, while 15.2 exists
 
4. Minimum SoftCAM compatibility (actually only OSCAM)
 
And I still haven't tested the box media compatibility (image uses gstreamer 1.4.5) and tuners compatibility.


Re: VU Solo 4k support #38 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 12 November 2015 - 11:23

 4. Minimum SoftCAM compatibility (actually only OSCAM)

How do you mean?

 

I guess CCcam won't work because of the arch, but e.g. oscam should just work?


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: VU Solo 4k support #39 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 12 November 2015 - 11:29

Only oscam works, nothing else. It's not only CCcam, there are many other emus with various uses and of course none works. While this is almost obvious (since VU+ Solo 4K is a new architecture), a review should at least mention it!



Re: VU Solo 4k support #40 Trial

  • Senior Member
  • 1,127 posts

+34
Good

Posted 12 November 2015 - 11:35

Hi Erik,

of course you need an ARM version of Oscam.

 

ciao




2 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


    Bing (1)