Hi,
https://github.com/perexg/satip-axe/tree/master/dist
ZitatRecovery of the original firmware:
- copy idl4k.recovery file as idl4k.scr file to the root directory on the USB stick
- plug the USB stick to the upper USB port in box
- turn on the box
- box is accessible through http (web browser) - original firmware
Anweisungen richtig lesen hilft
Die Original FW wird nie überschrieben sondern alternative FW in andere Speicherbereiche geschrieben.
Zum recovern braucht es keine dicke Datei.
Das erkennst du zum Teil am Inhalt der recovery Datei, mit HTML hat das nichts zu tun:
Code
'Và|àUèŠa ª „O÷¹ Restore original idl4k fw ¢ if test \"${satip-axe}\" != \"\"; then set bootcmd run\ updatefw\;nboot.jffs2\ \$load_addr fw1-nand0; set satip-axe; saveenv; fi
nboot.jffs2 $load_addr fw1-nand0
Das einzige was du beim recovern änderst ist der Box zu sagen aus welchem anderen Speicherbereich sie booten soll nämlich "fw1-nand0".
Hier zur Erklärung mal der Inhalt der Datei die die alternative Software flashed:
Code
'V¯zbWM›s = ñ « SAT>IP AXE fw v201605311610-12 5 set filesize
fatload usb 0 $load_addr satip-axe-201605311610-12.fw
if test \"${filesize}\" != \"\"; then nand erase fw2-nand0; nand write.jffs2 $load_addr fw2-nand0 $filesize; fi
if test \"${satip-axe}\" = \"\"; then set bootcmd run\ updatefw\;nboot.jffs2\ \$load_addr fw2-nand0; set satip-axe 1; saveenv; fi
Wie du sehen kannst "fw2-nand0"
Ich empfehle dir keinesfalls mit dem Gerät mit der Original Firmware zu arbeiten, die ist schlicht Scheisse!
Gruß X23