UFS-910 wiederbeleben

habe nun eine art "notfall-kernel" erstellt, worin sich eine ramdisk mit dem emergency system befindet d.h. solange uboot nicht geschrottet ist sollte man jede box mit diesem kernel wieder fit kriegen, egal ob die original emergency partition auch über den jordan gegangen ist


hier die vorgehensweise:

1.) tftp-server installieren
2.) "notfall-kernel" downloaden und "emergency.ub" ins tftp-freigabe-verzeichnis kopieren
3.) receiver mit serieller schnittstelle und netzwerk verbinden, terminalprogramm auf serieller schnittstelle starten
4.) receiver einschalten und im terminal sofort <enter> drücken, der uboot-prompt sollte nun erscheinen (STB7100-Ref>)
5.) am uboot prompt ip der box mit "set ipaddr 192.168.x.x" setzen (x.x natürlich anpassen, beide geräte müssen im selben subnet sein)
6.) am uboot prompt ip des tftp-servers mit "set serverip 192.168.x.x" setzen (x.x natürlich anpassen, beide geräte müssen im selben subnet sein)
7.) am uboot prompt kernel mittels "tftp a4000000 emergency.ub" in den speicher kopieren
8.) usb-stick mit vorbereiteten updates einstecken
9.) am uboot prompt mit "bootm a4000000" den kernel im speicher starten

nun sollte das emergency system starten und das update per usb loslegen..

----------------------------------------------------------------------------------

as requested by Raitsa here the guide in english:

in case if something went wrong during updating/flashing your receiver and it fails to start because of missing kernel, emergency partion.. i have created an "emergency-kernel" with an embedded emergency ramdisk - so you can revive your receiver as long as you haven't killed uboot.

follow this steps:

1.) install a tftp-server
2.) download the "emergency-kernel" and copy "emergency.ub" to your tftp-share
3.) connect the receiver through serial and network port and start the terminalapplication on the serial port
4.) power on the receiver and press immediately <enter> on the terminal, you should see the uboot prompt (STB7100-Ref>)
5.) on uboot prompt set the box ip with "set ipaddr 192.168.x.x" (you have to adapt x.x to your settings, both have to be in the same subnet)
6.) on uboot prompt set the tftp-server ip with "set ipaddr 192.168.x.x" (you have to adapt x.x to your settings, both have to be in the same subnet)
7.) on uboot prompt copy the kernel with "tftp a4000000 emergency.ub" into memory
8.) plugin the prepared usb-stick
9.) on uboot prompt start the kernel from memory with "bootm a4000000"

now the emergency-system should boot and starting to update...
thx to captaintrip

[Değerli Ziyaretci, linki görmeniz icin bu mesaja cevap yazmanız gerekiyorÜye olmak icin burayı tıklayınız]