Download Latest Version VIP56x2-PHAL_1.03.49.tgz (538.3 MB)
Email in envelope

Get an email when there's a new version of VIP56x2

Home
Name Modified Size InfoDownloads / Week
VIP56x2-PHAL_1.03.49.tgz 2017-07-19 538.3 MB
README 2017-07-19 1.6 kB
Totals: 2 Items   538.3 MB 4
Notice
------
This is the source code distribution for open source with redistribution
obligations that has been used in the Mediaroom TV2 solution.

This distribution covers the VIP44X2 and VIP56X2 set-top boxes.

Installing required external build tools on Ubuntu system
---------------------------------------------------------
Install tools such as Quilt, GNU make, GCC, and Python (2.6 or 2.7), available
as optional packages in Ubuntu distributions.

On newly installed system, the /bin/sh may be symbolically linked to dash.
Change it to bash using the following command.

 $ sudo ln -sf /bin/bash /bin/sh

The followings software packages are required. This list is not exhaustive due
to local system setup.

perl v5.18.2 or newer
quilt 0.61 or newer
libxml-dom.per
libxml2-dev
libxml2-utils
lzop
bison
flex
doxygen
gettext
lzma
gperf
libtool
automake
gawk
pkg-config/pkgconf
binutils 2.20 or later
texinfo 4.5 or later
cmake 2.8.12.2 or later
g++-multilib
gcc-multilib
zlib1g:i386
libglib2.0-dev

Untar open source packages & build them
---------------------------------------
Untar the redistribe source code file and goto that directory, <ossk-dir>.
Run "build.sh vip44x2" or "build.sh vip56x2" script. 
The script will setup toolchain, unpack, and build individual package for the
specified target, vip44x2 or vip56x2.
Executables and config/setup files are installed into <ossk-dir>/bin.
Include files are installed into <ossk-dir>/include.
Library files are installed into <ossk-dir>/lib.

 $ cd <ossk-dir>
 $ ./build.sh vip44x2
 or
 $ ./build.sh vip56x2
Source: README, updated 2017-07-19