TripleDragon:Neutrino auf der Triple Dragon (veraltet)
Version vom 1. Juli 2009, 19:55 Uhr von Dietmarw neu (Diskussion | Beiträge) (Triple Dragon neu eingefügt)
Inhaltsverzeichnis
Dieser Artikel befindet sich derzeit im Reviewprozess. Hilf mit, ihn zu verbessern!
Falls du bei weiteren Artikeln helfen willst, findest du hier eine Auswahl offener Artikel.
Neutrino auf der Triple Dragon
Seife hat vor einiger Zeit Neutrino auf der Triple Dragon zum laufen gebracht (Thx). Hier eine kurze Anleitung zum Erstellen eines Neutrino das dann von einer internen Festplatte oder einem anderen Speichermedium geladen werden kann.
Build
Ich kopiere am Ende noch den fehlenden pakenham.ttf, starte den nhttpd und mounte die Aufnahme Partition. Dann stelle ich im Bootmenü die richtige Partition ein, speichere und boote. Nach erfolgreichem Suchlauf und Reboot habe ich nach ca. 15sec. ein Bild. Aufnahmen bisher einwandfrei.
#!/bin/bash TD=/home/dietmarw/TripleDragon ARCHIVEDIR=$TD/download cd $TD mkdir TD_make cd $TD/TD_make echo "git checkout" git clone git://gitorious.org/tripledragon-buildscripts/mainline.git td-neutrino || exit 1 echo "ende git checkout" cd $TD/TD_make/td-neutrino ln -sf $ARCHIVEDIR/ download echo "vor preqs" make preqs || exit 1 echo "vor git checkout tripledragon" # die folgenden zwei zeilen sollten eigentlich nicht notwendig sein, # aber bei meiner git version lief es nur so. cd tuxbox.org/apps git checkout tripledragon || exit 1 echo "vor make bootstrap" cd $TD/TD_make/td-neutrino make bootstrap || exit 1 echo "vor make neutrino" make neutrino || exit 1 make neutrino-system || exit 1 echo "build end, now customize" cp -r $TD/patches/fehlend/* $TD/TD_make/td-neutrino/root/ patch -p0 $TD/TD_make/td-neutrino/root/etc/init.d/S01mount <$TD/patches/diff/S01mount.diff patch -p0 $TD/TD_make/td-neutrino/root/etc/init.d/start_neutrino <$TD/patches/diff/start_neutrino echo "ende"
Hardware Infos
Hardware processing components: CPU IBM PowerPC 405, 350 MIPS, 252MHz RAM 64 MB for operation system and applications 16 MB for graphical subsystem, Video-Ratebuffer, Demultiplexer-Queues and Audiobuffer. ROM 8 MB Flash
Tuner:
Input 1x F-connector Output 1x F-connector Input-/Output-Impedance 75 Ohm IF-frequency range 950 - 2150 MHz IF-signal level -65 to -25 dBm Channel Bandwith variabel 10 - 30 MHz in steps of 2,5 MHz Tunig system PLL-synthesizer Minimum tuning step size 125 KHz PLL- Locktime typ. 20 ms / max. 50 ms LNB-Supply voltage 14 / 18 V and 13 / 17 V max. LNB-Supply current 400 mA LNB-Control signal 22 KHz / 0,6 Vpp
Demodulator:
Modulationtypes QPSK (DVB-systems) BPSK* (DSS-systems) Symbolrates 2 - 45 Mbaud FEC DVB: 1/2, 2/3, 3/4, 5/6, 7/8 DSS: 1/2, 2/3, 3/4, 5/6, 6/7
MPEG Decoder:
Video MPEG-2 acording ISO/IEC 13818-2 MP@ML MPEG-1 acording ISO/IEC 11172-2 Audio MPEG-1 / MPEG-2 (layer I und II) and MPEG-1 layer III (MP3)
Audio-/Video In-/Outputs:
Combined in-/outputs 2x Euro-AV (SCART), of it : 1x TV-Out with RGB/YUV (optional with sync on green), composite video (CVBS) and stereo audio 1x Aux-In for RGB, composite video (CVBS) and stereo audio 1x RF-Out (UHF-Modulator - controllable via software) Video In-/Outputs 1x RCA (Cinch) composite video out (CVBS) 1x RCA (Cinch) composite video in (CVBS) 1x Mini-DIN (Hosiden) s-video out Audio In-/Outputs 1x RCA (2x Cinch) stereo audio out 1x RCA (2x Cinch) stereo audio in 1x RCA (Cinch) electrical S/PDIF digital audio out 1x Toslink optical S/PDIF digital audio out
Data In-/Outputs:
Network 1x RJ45 100 Mbit/s Full Duplex RS 232 Serial USB 1.1 1x Typ A with optional cable adapter Systembus 1x 50-pin Mini-Sub-D Connector for DVR-3000 IDE 1x 40-pin ribbon cable connector for additional harddisk
Pay-TV:
Integrated 2x Cardreader licensed for Conax and FireCrypt (Dreamcrypt). Other systems on demand necessary licensing Common Interface 1x Slot for CI-modules
ToDo
Erweiterungen, Verbesserungen und vernünftige Formatierung willkommen ;-)