Welcome to Our Dreambox World - Japhar Sim - SuperSim
Forum Stats
12403 Members
237 Forums
7723 Topics
23804 Posts

Max Online: 4756 @ 02/20/20 11:12 PM
Newest Members
1966, Mekaho, djmed, kiki21, nobles
12403 Registered Users
Who's Online
11 registered (Toysoft, Admin, El gallego, bobot, raffsif1234, OMEGA, 1966, bitgames, Herrleon, d2mac, fabrizio77), 1203 Guests and 280 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Top Posters
Admin 9876
Toysoft 2634
satsedhu 1713
fairbird 765
ludo19 442
Top Posters (30 Days)
Admin 18
dmr 8
Rtm79 4
Sasillo 3
Toysoft 3
March
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 31
Topic Options
#1997 - 07/11/15 08:43 PM OpenATV Image Ubuntu build howto
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 9876
Setup Ubuntu for OpenATV Image

Set your shell to /bin/bash.
sudo dpkg-reconfigure dash
When asked: Install dash as /bin/sh?
select "NO"

Install the required packages. (its different for your system this are examples)

then options missing send us infos we update this info

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

Prepare for first build

Create build workdir.
mkdir -p ~/openatv

Go into created build workdir.
cd ~/openatv

Get the oe-alliance build git
Code:
git clone git://github.com/oe-alliance/build-enviroment.git

or
Code:
git clone git://github.com/fairbird/oe-alliance-core.git;protocol=git;branch=4.3


Go into created build-enviroment folder
cd ~/openatv/build-environment

Initial build folder
make update

Prepare Local File Folders for Files not Include in the Git
download this file: firmware.zip
cd ~/openatv
mkdir -p sh4/stslave_fw

extract the firmware.zip and copy with folder to sh4/stslave_fw
now you have

sh4/stslave_fw/spark
sh4/stslave_fw/spark7162
with audio and video files in the folders


cd ~/openatv/build-enviroment
make


edit the file site.conf
and add this line
BINARY_STSLAVE_FW_PATH = "/home/USERHOME/openatv/sh4/stslave_fw"
Info replace "USERHOME" to point to the correct location of you folder you have add the files


List of MACHINE:

sti 7111 Models:
amiko8900, sognorevolution, arguspingulux, arguspinguluxmini, arguspinguluxplus, sparkreloaded, fulanspark1, sabsolo, gis8120, sparklx

sti 7162 Models:
amikoalien, sognotriple, sparktriplex, sabtriple,giavatar, sparkone


use your MACHINE for your Box
if Box is missing we need we info and we can add the missing spark model

Start Build first Image
MACHINE=amiko8900 DISTRO=openatv make image

after build complete your found the image in
~/openatv/build-enviroment/builds/openatv/amiko8900/tmp/deploy/images


Update the image
cd ~/openatv/build-enviroment

make update
MACHINE=amiko8900 DISTRO=openatv make image


Could be necessary to install : sudo apt-get install sshpass
_________________________

Top
#4975 - 01/10/16 07:45 AM Re: OpenATV Image Ubuntu build howto [Re: Admin]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 9876
Building Instructions

1 - Install packages on your buildserver
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 - Set your shell to /bin/bash.
Code:
sudo dpkg-reconfigure dash

When asked: Install dash as /bin/sh?
select "NO"

3 - Add user openatvbuilder
Code:
sudo adduser openatvbuilder


4 - Switch to user openatvbuilder
Code:
su openatvbuilder


5 - Switch to home of openatvbuilder
Code:
cd ~


6 - Create folder openatv
Code:
mkdir -p ~/openatv


7 - Switch to folder openatv
Code:
cd openatv


8 - Clone oe-alliance git
Code:
git clone git://github.com/oe-alliance/build-enviroment.git


9 - Switch to folder build-enviroment
Code:
cd build-enviroment


10 - Update build-enviroment
Code:
make update


11 - Finally you can start building a image
Code:
make MACHINE=gbquadplus DISTRO=openatv image


More infos :
https://github.com/openatv/enigma2

Various Builds :

Egami : https://github.com/a4tech/dvbapp2-gui
OpenBH : https://github.com/BlackHole/enigma2
OpenDroid : https://github.com/opendroid-Team/enigma2
OpenEight : https://github.com/Openeight/enigma2
OpenHDF : https://github.com/openhdf/enigma2
OpenMips : https://github.com/openmips/stbgui (GigaBlue)
OpenNFR : https://github.com/carlo0815/openNFR-gui2
OpenPlus : https://github.com/Open-Plus/enigma
OpenSiF : https://github.com/SIFTeam/enigma2
OpenSPA : https://github.com/OpenSPA/dvbapp2
OpenViX : https://github.com/OpenViX/enigma2
OpenVuPlus : https://github.com/OpenVuPlus/dvbapp
OpenXTA : https://github.com/XTAv2/Enigma2 (XTrend) - DOWN
PurE2 : https://github.com/PURE2-Team/pure2
TeamBlue : https://github.com/teamblue-e2/enigma2 (GigaBlue)
TitanNit : https://github.com/TitanNit/enigma2 (AAF)

OpenPLi
OpenMB : https://github.com/openmb
_________________________

Top
#5870 - 02/21/16 03:43 AM Re: OpenATV Image Ubuntu build howto [Re: Admin]
Teacher Offline
VIP Japhar
stranger

Registered: 01/17/16
Posts: 8
Is it possible to build the image for Japhar SIM?

Top
#5873 - 02/21/16 04:00 AM Re: OpenATV Image Ubuntu build howto [Re: Teacher]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 9876
This is a question to ask to MastaG, but he is having not much time available with the nice OpenPLi 4.0 published on the past months and the very new OpenPli 5.0 coming very soon !!!

Admin

Originally Posted By: Teacher
Is it possible to build the image for Japhar SIM?
_________________________

Top
#10762 - 01/10/17 03:32 PM Re: OpenATV Image Ubuntu build howto [Re: Teacher]
ostende Offline
stranger

Registered: 09/12/15
Posts: 3
ofcourse you can if you have the driver and the bootloader files from japharsim

Top
#10765 - 01/10/17 10:44 PM Re: OpenATV Image Ubuntu build howto [Re: ostende]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 9876
Are you part of the developpers of Japhar Sim ? I think these are the only ones who know what is and will be available and possible with the Japhar.

Admin

Originally Posted By: ostende
ofcourse you can if you have the driver and the bootloader files from japharsim
_________________________

Top



Moderator:  Admin, Champtheone, john.does.great 
New Topics
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
EchoStar wins DoD extensions for private 5G
by Admin
03/19/24 02:56 PM
DM900 red light
by slavekpl
03/17/24 03:42 PM
openpli-enigma2-8xst
ar-dm820 epgimport not install

by dmr
03/13/24 09:09 AM
openpli-20240306-GCC
-13.2-dm820

by dmr
03/12/24 01:01 PM
Build your own OSCam... Ubuntu 18 and 22 svn11737
by Admin
03/04/24 10:37 PM
EchoStar bleeds Boost Mobile subscribers
by Admin
03/04/24 04:35 PM
Old DM800HDpvr
by Rtm79
03/03/24 06:32 PM
Saluti
by Rtm79
03/03/24 06:19 PM
DM7020HD : OpenPLi 8.xStar 20240303 GSt 1.20.5
by Admin
03/03/24 12:57 PM
DM7020HD : OpenPLi 8.xStar 20240303 GSt 1.20.5
by Admin
03/03/24 12:57 PM