How to compile Open Image AZBox MOD

lolazoca

Registered
Messages
704
How to compile Open Image AZBox MOD

How to compile Open Image AZBox MOD
Here are brief instructions for all interesirane who would like to just compile your Open Image AZBox MOD. First of all, it is essential that you have on your computer instajliran Ubuntu Linux distribution, preferably version 11.04, but will work with the version of 10:04 and 12.04.

If you install Ubuntu under some sw for virtualization under Windows OS, it is necessary to reset the desired amount of space on the HDD, which in any case we advise you to be around 35GB (4.4 GB will take Ubuntu), in case if you want to real enigma 2 image in order to AZBox Me, and also for AZBox minima, and soon the AZBox old models.

Of course, any recommendations for VirtualBox go if you want you to run Ubuntu under Windows. Of course, besides the advantages, there are some disadvantages, which greatly depends on the performance of your computer, or more precisely the amount of RAM you will assign a Virtual Machine, and the speed of the processor, which is critical in operations where komapjilira code.

Now that you have installed Ubuntu first things first:

First Launch the Terminal application and execute the following commands on the same:


sudo apt-get update-y && sudo apt-get upgrade-y


sudo dpkg-reconfigure dash



When you appear before the inquiry with Yes and No options after executing the previous command, highlight No and press Enter on your keyboard.


sudo apt-get install-y autoconf automake bison bzip2 diffstat cvs flex g + + gawk gcc gettext git-core gzip help2man ncurses-bin ncurses-dev libc6-dev texinfo libtool make patch perl pkg-config subversion wget tar texi2html zlib1g-dev


Previous command will install all necessary packages that will allow us to work with files, and of course the compilation image.


sudo apt-get install-y chrpath libxml2-utils xsltproc libglib2.0-dev python-setuptools


For the Sigma-based STBs, as is the case with the AZBox STBs, it is necessary to install the package genromfs the following commands:


sudo apt-get install genromfs


If you install 32-bit version of the Ubuntu distribution, it is possible to install the Python Psyco compiler, which greatly accelerates the process of compiling and managing the python files, and it can intalirati following commands:


sudo apt-get install-y python-psyco


Once you have installed all the necessary tools and packages, reboot your computer or virtual machine.

After reboot, run the Terminal app and send the following commands:


cd $ HOME



mkdir openazbox


cd openazbox
wget http://image.openazbox.info/Makefile-2.1

By default Open AZBox MOD makefile is set to compile E2 image for AZBox Me model, but simply edit the Makefile-2.1 file, we can
place among models to choose AZBox minima, and soon the old models. (MACHINE? =)

How we could remove all the necessary files from Open AZBox MOD repository, executes the following command:


make-f Makefile-2.1


After we finished the first step, we approach the process of compiling kernel image and our receiver with the following command:


make-f Makefile-2.1 image


NOTE: Compiling generally takes several hours, so do not be surprised if that "your opinion" takes a long time, it is quite normal, especially if it is a machine with a modest performance in which the image is compiled.

After compiling the process completes successfully, the folder / openazbox / tmp / deploy / images /'ll find the kernel and *. JFFS2 file that simply mimic your USB Memory stick with update.ext file, and then of course you can updatujete or flashujete your receiver.

Of course, as the MOD Image Open AZBox entirely based on pure OpenPLi 2.1 image, in the same way you can compile Enigma 2 Image for Dreambox, V +, CT / ET STBs, after previously makefileuz adjust the parameter for which you want to make a video receiver.
by MickeySA
 
Top