Welcome to Our Dreambox World - Japhar Sim - SuperSim
Forum Stats
12528 Members
237 Forums
7811 Topics
24004 Posts

Max Online: 9115 @ 08/24/24 07:30 PM
Newest Members
Bilawal, Zweistein, didond, OLIANI, sergiu75
12528 Registered Users
Who's Online
13 registered (Toysoft, Admin, tomash, OMEGA, Smokey, haki, bobot, karimkaki15, goode men, Franco89, raffsif1234, didond, gerolamo), 1491 Guests and 135 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Top Posters
Admin 9993
Toysoft 2649
satsedhu 1713
fairbird 765
ludo19 442
Top Posters (30 Days)
Admin 15
OMEGA 8
samh 3
Hum@xel 1
Smokey 1
November
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/14/17 04:06 PM 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 (692 downloads)

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

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

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

Top
#12512 - 06/17/17 04:03 PM 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/17/17 04:14 PM Re: Build your own OpenPLi 5 (master-next) Image [Re: Japhar]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 9993
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/17/17 05:03 PM 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/17/17 05:10 PM Re: Build your own OpenPLi 5 (master-next) Image [Re: Japhar]
Admin Online   content
Japhar Member
Carpal Tunnel

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

Admin
_________________________

Top
#12579 - 06/27/17 02: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 03: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: 9993
_________________________

Top
#16543 - 05/25/18 05:53 AM 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
DM52xUHD : OpenATV 7.4 20241125 (Japhar)
by Admin
11/26/24 10:08 AM
DM52xUHD : OpenATV 7.4 20241125 (Original)
by Admin
11/26/24 10:00 AM
Dreambox 500HD ferrari sim ???
by OMEGA
11/25/24 04:28 PM
EchoStar left in limbo as DirecTV ditches Dishdeal
by Admin
11/22/24 02:52 PM
ZX Spectrum ZX81 Emulation : Experience with R36S
by Admin
11/21/24 02:13 AM
Grand chambardement autour des numéros de la TNT
by Admin
11/17/24 05:10 PM
OPENATV 7.5 VOD not possible
by samh
11/03/24 08:37 PM
How to exclude ProvID & Channels from OSCam to CI+
by Admin
11/03/24 12:34 PM
DreamTV Mini Ultra HD Android 9.0 IPTV Streamer...
by Admin
12/04/19 04:06 AM
Satellites.xml for Enigma² by Hum@xel
by Hum@xel
02/02/19 08:37 AM
Spark 7162 : OpenPLi 4.0 IPTV Japhar (April 2016)
by Admin
04/11/16 03:21 PM