+ Konu Cevaplama Paneli
Toplam 2, 1 ile 2 arası.

Konu: Kathrein UFS 910 - Enigma 2 Çalışmaları

  1. #1
    Administrator sbilge - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Apr 2008
    Mesajlar
    1.027

    Standart Kathrein UFS 910 - Enigma 2 Çalışmaları





    Thanks to Satbob for the screenshots
    Enigma 2 is a framework for Linux receivers & is the default interface for several Dreambox receivers, like the DM800.
    Release notes

    Team DuckTales proudly presents the first enigma2 alpha image for Kathrein UFS-910.
    This image should be seen as a proof of concept - there are many bugs and some hardware
    which is not supported at the moment. If you are a developer, and you have experience in
    (embedded)hardware/linux-dvb-api coding feel free to contact us - you're welcome!

    To test this enigma2 image you need a running nfs server and a serial & network
    connection to the receiver.

    1. extract the tgz file on the server and set the directory in /etc/exports
    for example:
    /nfs/target_enigma2 192.168.0.0/24(rw,no_root_squash,sync,no_subtree_check)

    2. restart nfs server

    3. connect via serial console to the receiver

    4. turn on the receiver and hit enter in serial console
    you should see the following prompt:

    Hit any key to stop autoboot: 0
    STB7100-REF>

    5. customize the follwoing settings to your network environment and type them into the
    serial console (without the doublequotes):

    "set ipaddr '192.168.0.25'"
    "set serverip '192.168.0.1'"
    "set gateway '192.168.0.1'"

    7. to set the bootargs also type:

    Kod:
    "set bootargs 'console=ttyAS0,115200 root=/dev/nfs nfsroot=/nfs/target_enigma2 rw ip={$ipaddr}:{$serverip}:{$gateway}:255.255.255.0:kathrein:eth0:off mem=64m coprocessor_mem=4m@0x10000000,4m@0x10400000 nwhwconf=device:eth0,hwaddr:${ethaddr}'"
       "setenv bootcmd 'nfs a5000000 {$serverip}:/nfs/target_enigma2/boot/uImage;bootm a5000000'"

    where /nfs/target_enigma2 is the directory you added to /etc/exports

    8. to save the settings type "saveenv"

    9. simply type "boot" or restart the receiver with the power-switch. now enigma2 should boot.

    indirmek icin tiklayin

    Not: Enigma 2 şu an denemek ve geliştirmek isteyenlerin kullanımına uygundur. Bu yazılım linux kurulu pc' ye kurulup, image' i kathrein' in flashından değil de pc den başlatmak içindir.
    Grafik Önizlemesi
    Vu+ Duo - DM 500S
    170 cm Mega Hareketli (42⁰'de Beklemede) x2 - Next VBox - 90 cm MultiFeed [(7⁰, 13⁰)x2, 19⁰]
    Toshiba 42Z3030 - LG 42LH2000 - Harman Kardon AVR-4000 Anfi - Bose Acoustimass 10 Hoparlör
    Canon PowerShot S5 IS - 8 GB Toshiba SDHC Bellek

  2. #2
    Administrator sbilge - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Apr 2008
    Mesajlar
    1.027

    Standart Almanca Açıklama

    Anleitung von benutzername:


    ihr macht euch das leben echt schwer.
    aktuelles ubuntu ziehen.
    das kann sogar von windows aus installiert werden.
    wenn es installiert ist, booten (logisch)
    zunächst mal mit dem nutzer anmelden, den man bei der install angelegt hat.
    konsole öffnen
    Zitat:
    sudo passwd root
    den anweisungen folgen (passworteingabe)
    beim nächsten boot, könnt ihr euch auch als root anmelden. erspart einem diesen sudo-zirkus.
    also als root anmelden und wieder konsole öffnen.
    Zitat:
    apt-get install nfs-common nfs-kernel-server
    danach
    Zitat:
    mkdir -p /mnt/nfs/enigma
    in das verzeichnis packt ihr das tgz.
    ins verzeichnis wechseln. also
    Zitat:
    cd /mnt/nfs/enigma
    und hübsch entpacken
    Zitat:
    tar xzvf e2*

    jetzt noch nfs einrichten
    Zitat:
    nano /etc/exports
    und hier die zeile
    Zitat:
    /mnt/nfs/enigma 192.168.***.***(rw,no_root_squash,sync,no_subtree_ check)
    einfügen. wobei die sternchen mit der ip-adresse der box zu ersetzen ist.
    strg+o --> speichern
    strg+x --> nano beenden
    Zitat:
    /etc/init.d/nfs-kernel-server restart

    das wars!

    bootargs entsprechend eurer konfiguration anpassen.

    Hier ein Beispiel mit AAF config:
    IP der Box setzen:
    Zitat:
    set ipaddr '192.168.0.25'
    IP des NFS Servers setzen:
    Zitat:
    set serverip '192.168.0.5'
    IP des Routers/Gateway setzen:
    Zitat:
    set gateway '192.168.0.1'
    Booteistellungen für NFS setzen: (wichtig bei hwaddr die MAC-Adresse eurer Kathi eintragen!)
    Zitat:
    Kod:
    "set bootargs 'console=ttyAS0,115200 root=/dev/nfs nfsroot=/nfs/target_enigma2 rw ip={$ipaddr}:{$serverip}:{$gateway}:255.255.255.0:kathrein:eth0:off mem=64m coprocessor_mem=4m@0x10000000,4m@0x10400000 nwhwconf=device:eth0,hwaddr:${ethaddr}'"
       "setenv bootcmd 'nfs a5000000 {$serverip}:/nfs/target_enigma2/boot/uImage;bootm a5000000'"
    Zitat:
    setenv bootcmd 'nfs a5000000 192.168.0.5:/mnt/nfs/enigma/boot/uImage;bootm a5000000'

    am ende nicht
    Zitat:
    saveenv
    sondern
    Zitat:
    boot


    "befehlen". dann bootet die box einmalig mt diesen bootargs. wer das dauerhaft möchte, kann natürlich saveenv machen. zurückschreiben ist auch easy
    Zitat:
    setenv bootargs 'console=ttyAS0,115200 root=/dev/mtdblock3 mem=40m bigphysarea=1280 coprocessor_mem=2m@0x04000000,2m@0x04200000'
    Zitat:
    setenv bootcmd 'bootm a0040000'
    Zitat:
    saveenv
    Vu+ Duo - DM 500S
    170 cm Mega Hareketli (42⁰'de Beklemede) x2 - Next VBox - 90 cm MultiFeed [(7⁰, 13⁰)x2, 19⁰]
    Toshiba 42Z3030 - LG 42LH2000 - Harman Kardon AVR-4000 Anfi - Bose Acoustimass 10 Hoparlör
    Canon PowerShot S5 IS - 8 GB Toshiba SDHC Bellek

+ Konu Cevaplama Paneli

Benzer Konular

  1. 55nm GT200b'nin Tasarım Çalışmaları Bitti
    GuNTiS tarafından başlatılan Donanım Haberleri konusunda
    Cevaplar: 0
    Son Mesaj: 02-06-2008, 18:13
  2. KATHREIN UFS 910 Özellikleri
    sbilge tarafından başlatılan Genel konusunda
    Cevaplar: 0
    Son Mesaj: 27-05-2008, 18:00
  3. AAF Kathrein Image 1.5
    sbilge tarafından başlatılan Images (Yazilimlar) konusunda
    Cevaplar: 3
    Son Mesaj: 23-05-2008, 23:27
  4. Enigma Tools v1.5
    sbilge tarafından başlatılan Enigma1 Plugins / Skins / Tools / Uploaders konusunda
    Cevaplar: 0
    Son Mesaj: 13-05-2008, 12:50
  5. KVM - Kathrein Video Manager 2.0.5
    sbilge tarafından başlatılan Tools / Uploader / Plugins konusunda
    Cevaplar: 0
    Son Mesaj: 09-05-2008, 10:57

Bu konudaki etiketler

Yetkileriniz

  • Siz yeni konu açamazsınız
  • Siz Konulara cevap veremezsiniz
  • Siz Konulara eklenti ekleyemezsiniz
  • Siz Konularınızı düzenleyemezsiniz
bizimkagithane