Jump to content


Photo

Openpli Quick setup Ubuntu/debian


  • Please log in to reply
572 replies to this topic

Re: Openpli Quick setup Ubuntu/debian #161 CALEN31

  • Member
  • 2 posts

0
Neutral

Posted 30 May 2012 - 16:38

what box do i need to get?

Re: Openpli Quick setup Ubuntu/debian #162 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 30 May 2012 - 23:35

what box do i need to get?


Check page from link here under. You will find all info and boxes who run openpli

http://openpli.org/

Re: Openpli Quick setup Ubuntu/debian #163 Sjaaky

  • Senior Member
  • 7,443 posts

+41
Good

Posted 31 May 2012 - 00:01

am new here, and am trying to get the program for a dm 500 s dv3 and i dont know a darn thing, so i would really appreciate it

You have got to have the skill to solve problems on your own. Writing software isn't easy. If you have a specific question or you are stuck with a specific problem, we'll try to help. But we're not going to take you by the hand. Good luck!

Re: Openpli Quick setup Ubuntu/debian #164 noob69

  • Member
  • 9 posts

0
Neutral

Posted 7 June 2012 - 09:05

how i can edit rootfs before compiling ? everytime i copy something after builidng it's not there

i want to manually adding files

Re: Openpli Quick setup Ubuntu/debian #165 noob69

  • Member
  • 9 posts

0
Neutral

Posted 9 June 2012 - 08:55

i want to install zip or tar.gz files in rootfs not ipk files or just manuall copy files like ttf fonts or pyo files

Re: Openpli Quick setup Ubuntu/debian #166 noob69

  • Member
  • 9 posts

0
Neutral

Posted 11 June 2012 - 06:56

Edit recipes/images/openpli-enigma2-image.bb and add the package to the list of things to be installed. That should build and integrate it.


NOTE: Runtime target 'tspanel' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['tspanel']
ERROR: Required build target 'openpli-enigma2-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['openpli-enigma2-image', 'tspanel']

Re: Openpli Quick setup Ubuntu/debian #167 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 21 June 2012 - 05:42

DVD Player works ok ? cause wherever i'm looking for it after install i can't find it to run

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #168 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 21 June 2012 - 13:40

DVD Player works ok ? cause wherever i'm looking for it after install i can't find it to run


By openpli , You do not need to start dvdplayer like on dream. It's included in video player. Activate trough pvr button on remote command

Re: Openpli Quick setup Ubuntu/debian #169 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 24 June 2012 - 15:13

To basic document a small base for openpli 3.0 is added. Included in that document there is a link to script which make it easier .
Do not to forget to refresh browser page when You used document before.

Re: Openpli Quick setup Ubuntu/debian #170 djnice

  • Member
  • 8 posts

0
Neutral

Posted 14 August 2012 - 22:08

It's possible to run OpenPLi on MK802 Mini PC?
The MK802 runs Ubuntu: https://www.miniand....rums/2/topics/1

This is a cheap (50$) mini pc with strong cpu and hardware 1080p decoder.

Re: Openpli Quick setup Ubuntu/debian #171 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 16 August 2012 - 17:42

It's possible to run OpenPLi on MK802 Mini PC?
The MK802 runs Ubuntu: https://www.miniand....rums/2/topics/1

This is a cheap (50$) mini pc with strong cpu and hardware 1080p decoder.


I do not now but openpli is made to run on a linux settopbox not on a pc

Edited by christophecvr, 16 August 2012 - 17:42.


Re: Openpli Quick setup Ubuntu/debian #172 joseb

  • Senior Member
  • 139 posts

+3
Neutral

Posted 22 August 2012 - 01:56

Decided to build 2.1 again, since May. I get this error:

ERROR: Function 'Fetch failed: Unable to fetch URL svn://openpli.svn.sourceforge.net/svnroot/openpli/trunk/cdk/cdk;module=root;proto=https from any source.'

On the command line, this works perfectly.

svn checkout http://openpli.svn.s...nk/cdk/cdk/root

Am I doing something wrong?
ET9000 ET5000 - 3 quad LNB 19,23,28 E - Viseosat

Re: Openpli Quick setup Ubuntu/debian #173 joseb

  • Senior Member
  • 139 posts

+3
Neutral

Posted 22 August 2012 - 02:59

I seem to have repaired it.

I changed to the bitbake directory and did a git checkout 1.10, to be able to just bitbake tuxbox-common.bb

Then I saw bitbake actually complained that 'already a managed directory share exists'

Courageously, I cd'd to sources/svn/openpli.svn.sourceforge.net/svnroot/openpli/trunk/cdk/cdk/root,
and rm -r share and, after a similar bitbake complaint about a managed etc directory, rm -r etc.

I cd'd back to openpli, and restarted the make with make -f Makefile-2.1 image.

Now, it went ok. Hopefully, this is permanent, but I'm not sure, I could just have been lucky that bitbake
already saw the targets were there and did not try to build something depending on the shares and etcs
I deleted. I appreciate any insights.
ET9000 ET5000 - 3 quad LNB 19,23,28 E - Viseosat

Re: Openpli Quick setup Ubuntu/debian #174 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 22 August 2012 - 09:00

yes, the bitbake svn fetcher will run into conflicts if the 'module' in an existing svn repository goes up one directory level.
I think we had to manually intervene on our buildserver as well, at the time we made that change.

Re: Openpli Quick setup Ubuntu/debian #175 joseb

  • Senior Member
  • 139 posts

+3
Neutral

Posted 22 August 2012 - 13:50

Thanks for the confirmation.
ET9000 ET5000 - 3 quad LNB 19,23,28 E - Viseosat

Re: Openpli Quick setup Ubuntu/debian #176 noob69

  • Member
  • 9 posts

0
Neutral

Posted 18 September 2012 - 08:26

how can i compile a single .c file in openpli OE ?

i want to create a binary for mipsel

Re: Openpli Quick setup Ubuntu/debian #177 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 27 September 2012 - 11:32

check http://openpli.git.s...9de0eb943ee547c

something is wrong , broken build for me

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #178 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 27 September 2012 - 11:47

i think it's about the control file

check it please

Open Vision sources: https://github.com/OpenVisionE2


Re: Openpli Quick setup Ubuntu/debian #179 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 27 September 2012 - 12:02

what's the error you're getting?

Re: Openpli Quick setup Ubuntu/debian #180 raikol

  • Member
  • 10 posts

0
Neutral

Posted 27 September 2012 - 14:42

yes its the control file that doesnt have a Package line
check the moviecut (in plugins-enigma2) control file and please someone fix it :)

Edited by raikol, 27 September 2012 - 14:43.



3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users