Welcome to Our Dreambox World - Japhar Sim - SuperSim
Forum Stats
12422 Members
237 Forums
7731 Topics
23826 Posts

Max Online: 4756 @ 02/20/20 11:12 PM
Newest Members
vu+vu, Ramaka, MECEDES, DrNaf, robbenvandjik
12421 Registered Users
Who's Online
10 registered (Toysoft, Admin, franco1939, raffsif1234, Mixalis, OMEGA, bori, Smokey, bitgames, talat1000), 964 Guests and 147 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Top Posters
Admin 9885
Toysoft 2639
satsedhu 1713
fairbird 765
ludo19 442
Top Posters (30 Days)
Admin 12
Rome125 7
Toysoft 6
Sasillo 3
Hum@xel 1
April
M Tu W Th F Sa Su
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Topic Options
#10800 - 01/15/17 12:06 AM Build your own OpenPLi 5 (master-next) Image
Japhar Offline
Japhar Image Builder
stranger

Registered: 09/26/15
Posts: 1
Build your own OpenPLi 5 (master-next) Image

Here is a little guide for those that are interested in building their own images, this builds the latest OpenPli (master-next) using my own fork to which i altered only to add essential items allowing you to use your image immediately after flashing. No feeds are built but it is easily possible to add these later if desired, this greatly reduces the time taken to build the image which is approx 4800 tasks compared to 11000+ for an OE Alliance based build.

VU+Uno4K & Ultimo4K are not supported atm but all other machines have been tested & builds completed without errors. I used a clean install Ubuntu 14.04 server edition for these tests so suggest you use the same.

Additional items added to the build are as follows.
DirtyDonki Full Motor Settings 05/01/2017
EPG Importer
Mount Manager
AutoBouqetsMaker
Oscam

Lets Begin
Open Terminal
1. First install all packages required for the build enviroment.

Quote:
sudo apt-get install -y autoconf automake bison bzip2 chrpath coreutils cvs default-jre default-jre-headless diffstat flex g++ gawk gcc gettext git-core gzip help2man htop info java-common libc6-dev libglib2.0-dev libperl4-corelibs-perl libproc-processtable-perl libtool libxml2-utils make ncdu ncurses-bin ncurses-dev patch perl pkg-config po4a python-setuptools quilt sgmltools-lite sshpass subversion swig tar texi2html texinfo wget xsltproc zip zlib1g-dev


2. Reconfigure dash

Quote:
sudo dpkg-reconfigure dash


Choose NO at the prompt.

3. Running bitbake as root user is not permitted to prevent damage to your system so create a username of your choice.

Quote:
sudo adduser openpli5user


add password then confirm it is correct, other details can be skipped.

4. Switch to your new user

Quote:
su openpli5user


5. Switch to the home directory of your new user.

Quote:
cd ~


6. Download the build environment.

Quote:


or OpenPLi 6.0 RC



7. Enter then set it up.

Quote:
cd openpli-oe-core;make


8. Enter the build directory.

Quote:
cd build


9. Preperation.

Quote:
source env.source


10. Finally build your image changing MACHINE=vusolo2 to the one which you want to build for. (enter box name in lower case)

Quote:
MACHINE=vusolo2 bitbake openpli-enigma2-image


How long building takes depends on your pc, a dual core machine will handle 2 tasks at once, a quad 4 and so on.
When all tasks complete you can retrieve your newly compiled image from the following directory.

Quote:
/home/username/openpli-oe-core/build/tmp/deploy/images/vu****




Get Error log : journalctl -fu enigma2

On 22.04 :
Code:
sudo apt-get install -y autoconf automake bison bzip2 chrpath coreutils cvs default-jre default-jre-headless diffstat flex g++ gawk gcc gettext git-core gzip help2man htop info java-common libc6-dev libglib2.0-dev libperl4-corelibs-perl libproc-processtable-perl libtool libxml2-utils make ncdu ncurses-bin ncurses-dev patch perl pkg-config po4a python-setuptools quilt sshpass subversion swig tar texi2html texinfo wget xsltproc zip zlib1g-dev --fix-missing

sudo apt update
sudo apt --fix-broken install

sudo apt install default-jre
sudo apt install openjdk-11-jre-headless
sudo apt install openjdk-17-jre-headless
sudo apt install openjdk-18-jre-headless
sudo apt install openjdk-8-jre-headless

sudo locale-gen en_US.UTF-8


Attachments
shot1.jpg (687 downloads)

_________________________
Get your Japhar Sim from http://www.japhar.com/japhar/

Top
#11225 - 02/19/17 12:43 PM Re: Build your own OpenPLi 5 (master-next) Image [Re: Japhar]
Dr.Taosamran Offline
stranger

Registered: 01/10/17
Posts: 15
Loc: Phitsanulok Thailand

Top
#12512 - 06/18/17 12:03 AM Re: Build your own OpenPLi 5 (master-next) Image [Re: Japhar]
dreamsolobox
Unregistered


how to build Openpli5 for unsupported receivers (newer dreambox, azbox, e3hd, etc.) using the patches from mastag?

where we can find those mastag patches? or can you share those patches please?

Top
#12513 - 06/18/17 12:14 AM Re: Build your own OpenPLi 5 (master-next) Image [Re: Japhar]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 9885
These patches are not public and MastaG stopped in June-July 2016 (as well as it was for the older OpenPLi 4.0, so nothing to do anymore with this OpenPLi 5.0).

For unsupported boxes, you need to build all by yourself, as every team does, like for the unofficial openpli for newer boxes.

Admin
_________________________

Top
#12515 - 06/18/17 01:03 AM Re: Build your own OpenPLi 5 (master-next) Image [Re: Admin]
dreamsolobox
Unregistered


Originally Posted By: Admin
These patches are not public and MastaG stopped in June-July 2016 (as well as it was for the older OpenPLi 4.0, so nothing to do anymore with this OpenPLi 5.0).

For unsupported boxes, you need to build all by yourself, as every team does, like for the unofficial openpli for newer boxes.

Admin


ok they are no usable for openpli5, but what about sharing the patches of the images from this post: http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=9944]All MastaG images

I just want to build my own openpli images based in mastag builds.

Top
#12516 - 06/18/17 01:10 AM Re: Build your own OpenPLi 5 (master-next) Image [Re: Japhar]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 9885
MastaG removed all his sources in June-July 2016, because he joined OpenPLi Team.

Admin
_________________________

Top
#12579 - 06/27/17 10:58 AM Re: Build your own OpenPLi 5 (master-next) Image [Re: Japhar]
gasna
Unregistered


donde esta la open pli5

Top
#12581 - 06/27/17 11:53 AM Re: Build your own OpenPLi 5 (master-next) Image [Re: Japhar]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 9885
_________________________

Top
#16543 - 05/25/18 01:53 PM Re: Build your own OpenPLi 5 (master-next) Image [Re: Japhar]
husein70 Offline
stranger

Registered: 06/21/16
Posts: 4
pleas help command for dm800se v2 clone

Top



Moderator:  Admin, Champtheone, john.does.great 
New Topics
Les principaux fournisseurs d'accès à internet...
by Toysoft
04/19/24 05:38 PM
Dish receives financing offers from credit compani
by Admin
04/12/24 02:33 PM
USB on your DM500HD v1/v2 box...
by Toysoft
04/12/24 12:24 AM
dm500hdv2 original
by Rome125
04/08/24 08:23 PM
Telecom Italia sticks up for NetCo sale
by Admin
04/08/24 02:44 PM
Iliad founder eyes major Ukraine play as deal near
by Admin
04/08/24 02:43 PM
DM500HD : OpenPLi 8.xStar fully installed...
by Admin
04/03/24 02:08 AM
DM800HDse : OpenPLi 8.xStar fully installed...
by Admin
04/03/24 02:08 AM
ERROR after flashing OpenPLi 8.X star 20230624
by Sasillo
03/25/24 06:27 PM
Fatal: Target device '/dev/dreambox-rootf
s' is not

by Admin
03/22/24 02:45 PM
Google voice USA
by Bobo360
01/26/24 04:32 PM
Satellites.xml for Enigma² by Hum@xel
by Hum@xel
02/02/19 04:37 PM