Bios DM600 (en): Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
Zeile 20: Zeile 20:
 
=== Erklärung: ===
 
=== Erklärung: ===
  
Dies ist besonders geeignet für die wenigen die nicht für alles extra ein eigenes Tool installieren wollen<br>
+
This method is convenient if you don't want to install additional tools. It is also suitable for "Non-Windows-Computers", e.g. Linux or MacOS.
und eben dadurch auch die alternative für nicht "Windows-Computer" also z.B. Linux oder MacOS
 
  
mit dieser Methode kann man folgendes erreichen:
+
With this method you can:
  
* [[Flashen ohne Tools|Flashen ohne externe Tools]]
+
* [[Flash without tools|Flash without tools]]
 +
* access the Bios of the Dreambox
  
* ins Bios der Dreambox gelangen
+
By deleting the /boot directory of the 600, the webif will be enabled while booting. If a DHCP server is used in the network, the dirupted 600 will get an IP (check the router to see which IP). At that moment it's possible to flash the box over the webif.
 +
This method is also used by the tool "Very Simple Flashing Assistant". Here you find the manual procedure.
 +
This way you don't need a serial cable.
  
Man lösche also das /boot Verzeichnis auf der 600er, dann kommt vor lauter Panik das Webinterface nach dem reboot hoch, wenn ein DHCP Server im Netz läuft holt sich die verstörte 600er eine IP (da müsste man dann zur Not in den Router-Logs nach der IP sehen), und danach läuft es wie hier [http://www.dream-multimedia-tv.de/dm7020/ger_browser.php Flashen per Webinterface].
+
== Preparation: ==
Diese Methode wird ja auch von dem Tool "Very Simple Flashing Assistant" genutzt. nur hier mal die Manuelle Lösung:
+
If you use a DHCP server, you can configure the DHCP server to keep the same IP for a specified mac address. This helps, because each time your restart the boc, the same IP will be used again.  This way you don't need to search the IP address, and the IP is known for each box.
Somit spart man sich das Nullmodem Kabel.
 
  
 +
== Execution: ==
 +
=== The Telnet Session ===
 +
Connect with the box via Telnet, and execute following commands:
 +
<syntaxhighlight>
 +
mount /boot -o remount,rw
 +
rm /boot/*
 +
reboot
 +
</syntaxhighlight>
 +
now it's possible to flash the Box via the WebIf. Of course it's important to know the IP of the box. (see chapter preparation)
  
=== Vorbereitung: ===
+
On the console it look like:
 +
{|
 +
|[[Bild:Flashen_per_Telnet.jpg|left|thumb|500px|Flash via Telnet]]
 +
|}
  
Ich selbst habe einen DHCP am laufen, aber auch gleichzeitig über die Macadressen jeder Dreambox und jeden Computer dadurch eine feste Ip-Adresse vergeben. Das bedeutet wenn ich eine Box flashe, Neustarte usw. erhält er vom DHCP-Server immer die gleiche Ip-Adresse zugeordnet.
+
From here on, the box will reboot. On the TV only a blue screen is visible!<br>
Somit ist für mich gewährleistet welche Box welche IP-Adressen hat und ich muss nichts suchen, denn gerade auch bei dieser Flash-Methode sollte die
+
Now you have 2 options: enter the Bios of the Box (reconnect via Telnet with the box)<br>
Ip-Adressen der jeweiligen Boxen bekannt sein.
+
or simply use the web browser to flash.
  
 +
=== Flash with a web browser ===
 +
To flash the box,<br>
 +
start a web browser and enter the IP address of the box.<br>
  
=== Ausführung: ===
+
In this example the box has the IP '''192.168.0.7''', this means you need to enter: '''http://192.168.0.7'''
  
==== die Telnet-Sitzung ====
+
The webif for flashing is opened:
 +
{|
 +
|[[Bild:Flash-Webif_der_DB600.jpg|left|thumb|500px|Flash Webif of the DB600]]
 +
|}
  
Man logge sich per Telnet auf die entsprechende Box ein und gibt dort folgendes ein:
+
By clicking on the "Link" Firmware Upgrade, it's possible to select the image you want to flash.
 +
{|
 +
|[[Bild:Flash-Webif_der_DB600-01.jpg|left|thumb|500px|Flash Webif of the DB600]]
 +
|}
  
mount /boot -o remount,rw
+
Once the upload of the image is completed (be patient) and "finish 100%" is displayed, the box should be rebootet!
 +
{|
 +
|[[Bild:Flash-Webif_der_DB600-03.jpg|left|thumb|500px|Flash Webif of the DB600]]
 +
|}
  
rm /boot/*
+
'''Flashing was performed without additional tools'''
  
reboot
+
==== Tip ====
 
+
Here you can also get more info about the Dreambox.<br>
dann kann man die Box per WebIf flashen. Wichtig dabei ist natürlich, die IP zu wissen. (siehe Erklärung und Vorbereitung)
+
Just click on the link "Device Info" ...
 
+
{|
 
+
|[[Bild:Flash-Webif_der_DB600-02.jpg|left|thumb|500px|Flash Webif of the DB600]]
Hier das ganze dann mal wie es auf der Konsole aussieht:
 
{| class="wikitable"
 
|[[Bild:Flashen_per_Telnet.jpg|left|thumb|500px|Löschen des Bootverzeichnis per Telnet]]
 
 
|}
 
|}
  
Ab hier hat die Box nun neu gestartet und auf dem TV sieht man nur noch einen blauen Bildschirm!<br>
+
== The fast method ==
Nun hat man die Wahl ob man ins Bios der Box gehen will (erneute Telnet Verbindung zur Box aufbauen)<br>
+
'''Posted by user cepheus'''
oder eben nun einfach nur per Webbrowser flashen will.
 
 
 
Hier starten wir nun wieder eine "neue"  [[Telnet|Telnetverbindung]] zur Box.
 
 
 
Und somit ist man schon im Bios gelandet (Bilder die der DM8000 da soweit Identisch)...
 
 
 
[[Bild:Bios-DM600-01.jpg|400px|Bios-Startbild]]
 
[[Bild:Bios-DM600-02.jpg|400px|Bios-Network]]
 
[[Bild:Bios-DM600-03.jpg|400px|Bios-Misc]]
 
[[Bild:Bios-DM600-04.jpg|400px|Bios-Boot]]
 
[[Bild:Bios-DM600-05.jpg|400px|Bios-Exit]]
 
  
<br style="clear:both;" />
+
* Box running with DHCP (Router or DHCP server is required!)
 +
* Reboot the Box
 +
* Check the router or DHCP server to get the used IP
 +
* Reboot the Box
 +
* Once the LED lights up, push the button on the front of the box (keep pushin for 10 sec.)
 +
* Enter the IP in the web browser, and you are in the webif
  
Mittels den Pfeiltasten kann man sich dann im Bios bewegen,<br>
+
This way you don't need the [[Telnet (en)|Telnet]] connection.
doch ich warne ausdrücklich davor irgendwelche Änderungen zu Unternehmen<br> wenn man nicht genau weiß was man da macht. Nicht alles was man irgendwo<br> lesen kann ist auch wirklich gut...
 
 
 
 
 
=== Die schnelle Variante ===
 
 
 
'''Bericht vom User cepheus'''
 
 
 
* Box im Normalbetrieb auf DHCP (Router oder DHCP Server muss vorhanden sein!)
 
* Box neustarten
 
* IP aus DHCP in der Box auslesen und aufschreiben oder merken
 
* Box neustarten
 
* Sobald die LED wieder leuchten, auf dem Frontknopf der Box drücken und halten (ca. 10 sec.)
 
* IP im Telnet-Fenster angeben und schon ist man im Bios drin.
 
 
 
So fehlt das suchen von der Box-IP und telnet Angabe.
 
 
 
Gilt für alle Boxen das über dem Browser geflasht werden können,<br>
 
und hauptsächlich um dem DM 500plus und DM600. Da kein Display vorhanden ist.
 
 
 
</div>
 
|}
 
  
 +
Is valid for all boxes which can be flashed over a browser,<br>
 +
mainly the DM500plus and DM600. Because they don't have a display.
 
'''Zurück zur Übersicht:[[Gemini-Wiki:Portal]] oder [[Hauptseite]]'''
 
'''Zurück zur Übersicht:[[Gemini-Wiki:Portal]] oder [[Hauptseite]]'''

Version vom 23. Februar 2014, 15:24 Uhr

Deutsch.png - in Deutsch English.png - in English
Information

Das Bios der Dreambox 600 PVR

Wie komme ich ins Bios?

Diese Frage ist hier recht einfach beantwortet.

Erklärung:

This method is convenient if you don't want to install additional tools. It is also suitable for "Non-Windows-Computers", e.g. Linux or MacOS.

With this method you can:

By deleting the /boot directory of the 600, the webif will be enabled while booting. If a DHCP server is used in the network, the dirupted 600 will get an IP (check the router to see which IP). At that moment it's possible to flash the box over the webif. This method is also used by the tool "Very Simple Flashing Assistant". Here you find the manual procedure. This way you don't need a serial cable.

Preparation:

If you use a DHCP server, you can configure the DHCP server to keep the same IP for a specified mac address. This helps, because each time your restart the boc, the same IP will be used again. This way you don't need to search the IP address, and the IP is known for each box.

Execution:

The Telnet Session

Connect with the box via Telnet, and execute following commands:

mount /boot -o remount,rw
rm /boot/*
reboot

now it's possible to flash the Box via the WebIf. Of course it's important to know the IP of the box. (see chapter preparation)

On the console it look like:

Flash via Telnet

From here on, the box will reboot. On the TV only a blue screen is visible!
Now you have 2 options: enter the Bios of the Box (reconnect via Telnet with the box)
or simply use the web browser to flash.

Flash with a web browser

To flash the box,
start a web browser and enter the IP address of the box.

In this example the box has the IP 192.168.0.7, this means you need to enter: http://192.168.0.7

The webif for flashing is opened:

Flash Webif of the DB600

By clicking on the "Link" Firmware Upgrade, it's possible to select the image you want to flash.

Flash Webif of the DB600

Once the upload of the image is completed (be patient) and "finish 100%" is displayed, the box should be rebootet!

Flash Webif of the DB600

Flashing was performed without additional tools

Tip

Here you can also get more info about the Dreambox.
Just click on the link "Device Info" ...

Flash Webif of the DB600

The fast method

Posted by user cepheus

  • Box running with DHCP (Router or DHCP server is required!)
  • Reboot the Box
  • Check the router or DHCP server to get the used IP
  • Reboot the Box
  • Once the LED lights up, push the button on the front of the box (keep pushin for 10 sec.)
  • Enter the IP in the web browser, and you are in the webif

This way you don't need the Telnet connection.

Is valid for all boxes which can be flashed over a browser,
mainly the DM500plus and DM600. Because they don't have a display. Zurück zur Übersicht:Gemini-Wiki:Portal oder Hauptseite