Difference between revisions of "Recovery of Bricked Device"
(Created page with '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/moduâ¦') |
|||
Line 2: | Line 2: | ||
1) Connect to TV by ex-link cable. | 1) Connect to TV by ex-link cable. | ||
+ | |||
2) Enable USB support. Command "/lib/modules/rc.local" | 2) Enable USB support. Command "/lib/modules/rc.local" | ||
+ | |||
3) Enable NAND support. Commands | 3) Enable NAND support. Commands | ||
"# insmod /lib/modules/fsr.ko | "# insmod /lib/modules/fsr.ko | ||
# insmod /lib/modules/rfs.ko | # insmod /lib/modules/rfs.ko | ||
# insmod /lib/modules/fsr_stl.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. | It all!!! Happy new Year. | ||
Many thanks erdem_ua for your support and supply the basic ideas. | Many thanks erdem_ua for your support and supply the basic ideas. |
Revision as of 16:35, 6 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.
Many thanks erdem_ua for your support and supply the basic ideas.