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 #461 ngc1927

  • Member
  • 17 posts

0
Neutral

Posted 25 October 2016 - 07:24


 

 

I have the same error too. anybody managed to solve it???

 

 

 

I add -fPIC in:

openpli-oe-core/build/tmp/work/mips32el-nf-oe-linux/libdca/0.0.5-5-r1/git/libdca/Makefile

 

in same dir add command make clean

after this relaunch build image command

 

..now have other problem with cairo and msfloat error. ..I stop.


Edited by ngc1927, 25 October 2016 - 07:25.


Re: Openpli Quick setup Ubuntu/debian #462 raviteja.tr

  • Member
  • 14 posts

0
Neutral

Posted 15 January 2017 - 13:47

i dont have any enigma2 box, is it possible to use ubuntu machine to play some streams from internet by using enigma2pc (https://github.com/R...05/enigma2pc)??

 



Re: Openpli Quick setup Ubuntu/debian #463 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 15 January 2017 - 14:54

Why don't you use VLC in your Ubuntu if you only want to watch a iptv stream?
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Openpli Quick setup Ubuntu/debian #464 JasonM8

  • Senior Member
  • 55 posts

0
Neutral

Posted 10 April 2017 - 00:46

Hello,

 

Just spent a couple of hours getting linux installed and configured in VM and I was wondering if I should still follow original guide? It dates from 2011 and it hasn't been updated since, it also suggests installing some at least one package that hasn't been updated for years and was removed by some distributions, like bitbake

 

https://packages.qa....22T085413Z.html

 

Now personally I don't mind using bitbake at all, I am just wondering if original post is still relevant today, and if it isn't what guide should I follow?

 

I have ubuntu 16.04 installed. My goal is to cross compile my own plugins for VU+ receivers (that use arm CPU).


Edited by JasonM8, 10 April 2017 - 00:49.


Re: Openpli Quick setup Ubuntu/debian #465 WanWizard

  • PLi® Core member
  • 68,514 posts

+1,734
Excellent

Posted 10 April 2017 - 01:07

Bitbake is still very much used.


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.


Re: Openpli Quick setup Ubuntu/debian #466 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 10 April 2017 - 08:45

Bitbake does not need to be installed to the system anymore actually since long it should have been removed, see if I ever have time to remove this step in the document.

 

It is included into the base clone of pli git. And the right version needed will be used after that the terminal has been set with source env.source  before You're build.



Re: Openpli Quick setup Ubuntu/debian #467 JasonM8

  • Senior Member
  • 55 posts

0
Neutral

Posted 10 April 2017 - 11:19

Bitbake does not need to be installed to the system anymore actually since long it should have been removed, see if I ever have time to remove this step in the document.

 

It is included into the base clone of pli git. And the right version needed will be used after that the terminal has been set with source env.source  before You're build.

 

Thanks for the tip. Anything else I should have in mind while following the guide?



Re: Openpli Quick setup Ubuntu/debian #468 Cyberscitymaste

  • Member
  • 2 posts

0
Neutral

Posted 13 April 2017 - 00:19

hallow nee actualy Make File for A project for D-Cube and DM800 the make files are all Down ore not working.



Re: Openpli Quick setup Ubuntu/debian #469 dolphs

  • Senior Member
  • 983 posts

+8
Neutral

Posted 13 April 2017 - 06:49

hi if one of the gentlemen has time to update the quick install for OpenPLi5 ( on debian mips and/or arm ) that would be great.


Edited by dolphs, 13 April 2017 - 06:49.


Re: Openpli Quick setup Ubuntu/debian #470 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 13 April 2017 - 12:04

hi if one of the gentlemen has time to update the quick install for OpenPLi5 ( on debian mips and/or arm ) that would be great.

? what do You mean mips or arm ? The document is speaking about building  on a ubuntu/debian pc and that is intel (or AMD)


Edited by christophecvr, 13 April 2017 - 12:05.


Re: Openpli Quick setup Ubuntu/debian #471 dolphs

  • Senior Member
  • 983 posts

+8
Neutral

Posted 13 April 2017 - 12:41

me bad Chris, sorry for bogus - meant obviously to crosscompile for mips and or arm on intel/amd.

Planning installing a Debian VM on my Xenserver and see how fast it cooks an OpenPLi5-image ( Vu+Uno-4K, ET10000 or even dm8000 ) when 32CPUs are enabled ;-)



Re: Openpli Quick setup Ubuntu/debian #472 JasonM8

  • Senior Member
  • 55 posts

0
Neutral

Posted 15 April 2017 - 17:38

I compiled image successfully but reading posts above I am not sure whether this was a way to go to be able to cross compile for the receiver on PC? I did some googling and I ended up here:

 

https://forums.openp...based-receiver/

 

One posts suggests to do this:

 

git clone -b upstream git://git.code.sf.net/p/openpli/openpli-oe-core
cd openpli-oe-core
export MACHINE=vuduo2
make
cd build
source ./env.source
bitbake devshell 
 
But what to do from there? Do I just call cc on C source and it will be compiled for the CPU architecture on the receiver specified by export MACHINE?
 
Other post suggested to install Debian Wheezy Installation, which some other posters thought it was a bad suggestion.

 

I am stuck and I don't know where to go from here and would appreciate some assistance.


Edited by JasonM8, 15 April 2017 - 17:38.


Re: Openpli Quick setup Ubuntu/debian #473 JasonM8

  • Senior Member
  • 55 posts

0
Neutral

Posted 16 April 2017 - 14:57

arm-oe-linux-gnueabi-openpli-vusolo4k-devshell is broken and it was giving me errors, but I did manage to get around it and finally got it working.



Re: Openpli Quick setup Ubuntu/debian #474 hemertje

  • Forum Moderator
    PLi® Core member
  • 33,470 posts

+118
Excellent

Posted 16 April 2017 - 18:57

How did you manage?

on the Glassfibre 1GB DVB-C...


Re: Openpli Quick setup Ubuntu/debian #475 JasonM8

  • Senior Member
  • 55 posts

0
Neutral

Posted 17 April 2017 - 05:37

How did you manage?

 

I was wrong I am still geting "bash: alias: `./configure': invalid alias name" error when I run devshell. I did manage to compile simple code for receiver despite this error, so I don't know if it is affecting anything, but either way this probably shouldn't be happening. I attached Attached File  devshell.tar.gz   4.98KB   2 downloads.

 

Here is the output I am getting:

jason@ubuntu:~/openpli/openpli-oe-core$ export MACHINE=vusolo4k
jason@ubuntu:~/openpli/openpli-oe-core$ cd build
jason@ubuntu:~/openpli/openpli-oe-core/build$ source ./env.source 
jason@ubuntu:~/openpli/openpli-oe-core/build$ bitbake devshell
Loading cache: 100% |############################################| Time: 0:00:01
Loaded 3112 entries from dependency cache.
Parsing recipes: 100% |##########################################| Time: 0:00:17
Parsing of 2499 .bb files complete (2402 cached, 97 parsed). 3209 targets, 498 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.32.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-16.04"
TARGET_SYS        = "arm-oe-linux-gnueabi"
MACHINE           = "vusolo4k"
DISTRO            = "openpli"
DISTRO_VERSION    = "5"
TUNE_FEATURES     = "arm armv7a vfp  neon        callconvention-hard"
TARGET_FPU        = "hard"
meta-oe           
meta-filesystems  
meta-multimedia   
meta-networking   
meta-python       = "HEAD:1efa5d623bc64659b57389e50be2568b1355d5f7"
meta              = "HEAD:eb2fc2cd9081a4533ed30fe81c9f491b06cc5ae1"
meta-openpli      
meta-dream        = "develop:28e700c0120a07d1fc88a4c2d9faf2c4fb694c28"
meta-vuplus       = "HEAD:62327ec9cd6af32dc7faf1ea837d8a905afd4237"
meta-xsarius.pli5 = "HEAD:8a5f559d5182c90cd33d94beb763a2b73c616ad3"
meta-xp           = "HEAD:112643ea805e22270d5f0686e13f01ba93cfa067"
meta-xtrend       = "HEAD:971d153260b1bff5a303dc66a8b0498b05358f18"
meta-formuler     = "HEAD:8a604a73fbae8ca21d77b2a9a7e91b08e5893b30"
meta-gfutures     = "HEAD:522c9f02666f8466f5a87c4fb795bf0df8967870"
meta-xpeedc       = "HEAD:390846faef66d4c9e1ce361f7734a954ca30be70"
meta-wetek        = "HEAD:49f4e1e6fa429d4e4be11287c8740f54334a0e96"
meta-zgemma       = "HEAD:3990d74c480b26725c04a5690bc8d2412d9a06cf"
meta-edision      = "HEAD:e563f6ef765111040b3df428b07fd18f83b22174"
meta-miraclebox   = "HEAD:febbb89c47499e3ebce31a8d2ceceac9fb5b377f"
meta-spycat       = "HEAD:c626abd468fef23f54bdb84aa1a0ad61ca48ce29"
meta-gi           = "HEAD:bd6070833c640744f1f3a67cda8fe8a92e6c48af"
meta-sab          = "HEAD:f2fcd3c56f6ef32886b59805d15180f78f6d1884"
meta-local        = "develop:28e700c0120a07d1fc88a4c2d9faf2c4fb694c28"
meta-qt5          = "HEAD:8ba28144d5571504112fd4f32c7bfcbac531e2cb"

Initialising tasks: 100% |#######################################| Time: 0:00:01
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 583 tasks of which 572 didn't need to be rerun and all succeeded.
jason@ubuntu:~/openpli/openpli-oe-core/build$ cd tmp/deploy/addons/
jason@ubuntu:~/openpli/openpli-oe-core/build/tmp/deploy/addons$ ./arm-oe-linux-gnueabi-openpli-vusolo4k-devshell 
bash: alias: `./configure': invalid alias name
[OE::arm-oe-linux-gnueabi-openpli-vusolo4k]:~/openpli/openpli-oe-core/build$ 



Re: Openpli Quick setup Ubuntu/debian #476 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 17 April 2017 - 09:08

Do not understand what You are trying but for example if You want to build vuduo-2 just do.

git clone -b upstream git://git.code.sf.net/p/openpli/openpli-oe-core
cd openpli-oe-core
make
cd build
source env.source
MACHINE=vuduo2 bitbake openpli-enigma2-image



Re: Openpli Quick setup Ubuntu/debian #477 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 17 April 2017 - 09:49

Don't clone from sourceforge. Use the latest github git. see here https://github.com/O...ore/tree/master (for pli4 master branch).
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Openpli Quick setup Ubuntu/debian #478 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 17 April 2017 - 10:26

O yes I even indeed saw that now it is already since long on github.



Re: Openpli Quick setup Ubuntu/debian #479 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 17 April 2017 - 10:40

I also checked the document , but there they use already github for pli so it is now I guess (that the master is pli 5 now ) ? (self i'm working with openatv now)

git clone https://github.com/OpenPLi/openpli-oe-core.git
cd openpli-oe-core
make
cd build
source env.source
MACHINE=vuduo2 bitbake openpli-enigma2-image


Re: Openpli Quick setup Ubuntu/debian #480 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 17 April 2017 - 12:06

No, master is afaik PLi 4. Develop branch(default) is PLi 5.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04


3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users