Beiträge von *ADD*

    at this moment i still use enigma2 2.6 on oe 1.5 cause it runs rock stable ans i always got the new stuff. i start to test the new oe 1.6 a while ago but have lot's of problems with building. it seems fixed now and i build my first oe 1.6 image yesterday so i start to test now and i can't tell much about stability at this moment.

    Hi OoZoON did you manage it with the new oe 1.6 or not yet ? :thumbs_up:

    I wonder how did you run this script pl,z can you add how to tips for help & also
    it,s mentioned inside the script that is capable for All environments


    #################################################
    # Installscript für zum automatischen Aufbau der Entwicklungsumgebung zum
    # Erstellen von Images folgender Dreamboxtypen:
    # DM500
    # DM5600/DM5620
    # DM500plus
    # DM500hd
    # DM600pvr
    # DM7000
    # DM7020
    # DM7025
    # DM800
    # DM8000
    ################################################


    thanks i run it by this cm
    ./install.sh

    thank you for replaying , but the actual problem is that location check this please


    PHP
    Already checked out, ok.
    
    
    cd openembedded; /usr/bin/mtn --db=../oe.mtn update
    /bin/sh: line 0: cd: openembedded: No such file or directory <------ this line here asking for  which directory 
    mtn: misuse: workspace required but not found
    make: *** [openembedded] Error 1
    add@add-laptop:~/projects/dm7025$


    Package: monotone (0.40-7)



    was installed by ubuntu 9.04 Synaptic package manager




    do I have uninstall it & can you explain what is mention down it,s a bit complicated


    PHP
    One notable thing is that the directory layout changed to create one subdirectory per platform and a shared directory for 
    bitbake and the sources. If you’d like to keep the old directory structure for version 1.5, to upgrade without rebuilding 
    everything, then you can set UPGRADE_FROM_MONOTONE=1 in the Makefile. But don’t forget to move away your monotone 
    repository. If you’re going to make commits to your new Git-repository, then you should definitely edit GIT_AUTHOR_NAME and
     GIT_AUTHOR_EMAIL, because this information will be kept in the commit history forever. Otherwise Git will create a mail 
    adress from your local username and hostname.

    this error is stopping the hole project



    Hallow everybody I need good guidelines & sources for building
    my owned image so, if you can give support tips ,links i will be appreciated.
    I have tried all the ways that was mentioned in & i have
    succeeded for both models 600/500+ & I'm going towered enigma² 800/8000/7025 because I'm doing it slowly




    I followed this steps to make it.
    1. First of all, you need a C++ cross-compiler that can compile MIPS binaries on your PC. (The DM 7025 is based on an ATi Xilleon 220 chip, which contains a MIPS processor core.)
    2. Secondly, you need to ensure that you’re working in a sane way, using a version of the source code three that matches the system where you will be testing the binaries. The Enigma 2 C++ code depends on a number of other components, including its Python parts and data files, and the libraries in the underlying Linux-system. You can’t mix and match different versions of the components willy-nilly.


    in order to Install the cvs tools on my preferred platform
    witch in my case ubuntu 9.04 and to try the following:


    Code
    cvs -z3 -d:pserver:anonymous@dreamboxupdate.com:/cvs co -P enigma2


    That was for the latest snapshot. If you want to fetch a certain release version, try something like this, instead:


    Code
    cvs -z3 -d:pserver:anonymous@dreamboxupdate.com:/cvs co -r enigma2_rel22  enigma2



    The DM 7025 development toolchain is built upon the efforts of the OpenEmbedded project: Basically, you can pull all the needed source code automatically from the net and build both your cross-compile toolchain and the DM 7025 binaries – all the way to a flashable NFI image – in a single step, with a couple of simple commands.
    For a generic introduction to the topic, see this page.



    I installed the OpenEmbedded toolchain for DM 7025 on a Ubuntu Dapper system



    Note: You need approximately 5 GB of free HDD space for building the entire toolchain and the Enigma 2 software / Linux distribution.


    • First of all, you will need to download and install Monotone. Get the latest package from their web page. (The one that is packaged for Ubuntu Dapper in the official Ubuntu package repository is too old.)
      I did the following:


      wget http://monotone.ca/downloads/m…e_0.32-dapper0.1_i386.deb

      Code
      sudo dpkg -i monotone_0.32-dapper0.1_i386.deb


      ...but this package is probably already outdated, so you will need to find a more recent one from their site.

    • Install a bunch of other packages:


      sudo apt-get install zlib1g-dev libc6-dev gcc g++ make cvs subversion perl python-psyco

    • Create a project directory for the toolchain and sources:
    Code
    cd ~
    mkdir projects
    mkdir projects/dm7025
    cd projects/dm7025


    While in ~/projects/dm7025, download the makefile for the OpenDreambox project (type this all on a single command line)


    Code
    wget -O Makefile-opendreambox "http://schwerkraft.elitedvb.net/plugins/scmcvs/cvsweb.php/~checkout~/Makefile-opendreambox?content-type=text/plain;cvsroot=opendreambox"



    • Type the following:



      Code
      make -f Makefile-opendreambox image


    Code: now After adding last CMD make -f I got error massage
    that says down con error opendreambox & stuck on it .



    Any assistance to pressed ???


    with your kindness & efforts i think i will be able to solve the trouble .


    waiting



    Hellow everybody .


    I have this Question related to Satailite search menu enigma² DM compared to enigma¹ DM .


    The Question .


    when I need to seach to one Satalite & my pre set Satalites are 4 Fixed it does start searching , but with the 4 satalite not only the one i chosed it start with all then it will very long time unlike enigma¹ DM .


    Is there any way to Avoid this proplem ?


    Thanx in Advanced


    *ADD*