Difference between revisions of "Recovery of Bricked Device"


From SamyGO
Jump to: navigation, search
Line 14: Line 14:
  
 
It all!!! Happy new Year.
 
It all!!! Happy new Year.
 
Many thanks erdem_ua for your support and supply the basic ideas.
 

Revision as of 13:52, 7 January 2010

If you write bad boot.img to tv.

1) Connect to TV by ex-link cable.

2) Enable USB support. Command "/lib/modules/rc.local"

3) Enable NAND support. Commands

"# insmod /lib/modules/fsr.ko
 # insmod /lib/modules/rfs.ko
 # insmod /lib/modules/fsr_stl.ko"

4) Erase old bad image. Command "bml.erase /dev/bml0/7"

5) Write original (work) image. Command "bml.restore /dev/bml0/7 /dtv/usb/sd1/boot.img"

It all!!! Happy new Year.