Page 2 of 2
Re: LE46B650T2W Bricked. Not go on TOP DEBUG MENU
Posted: Thu Feb 21, 2013 5:42 am
by juusso
Hmm, blackout could damage your NAND or partition table, not sure what happened and at what stage of procedure it interrupted. Logs could help, but...
I don`t know why did bml0/11 give error. This indicates to IO errors, means, maybe damage of internal flash because of suddenly power loss? Hope not.
So le`ts try to restore another partitions one by one. Let`s start from boot.img, because all other partitions (kernel, rootfs and first few) seems to be ok, don`t touch them.
Code: Select all
bml.restore /dev/bml0/7 /dtv/usb/sda5/bml0_7_dump
sync
sync
and reboot.
Re: LE46B650T2W Bricked. Not go on TOP DEBUG MENU
Posted: Thu Feb 21, 2013 10:10 am
by Fux74
Great Jobs!
but after this:
Code: Select all
# insmod /lib/modules/fsr.ko
# insmod /lib/modules/fsr_stl.ko
# insmod /lib/modules/rfs.ko
# bml.erase /dev/bml0/7
# bml.restore /dev/bml0/7 /dtv/usb/sda5/bml0_7_dump
+----------------------------------------------------------------------+
| bml.restore : Low-level Partition Restore Tool for NAND Flash Memory |
+----------------------------------------------------------------------+
------------------ This is confirm message ---------------------
/******** Check your options and selected partition ***********/
Selected Flex-OneNAND device and 7 partition
100%
All of the flash memory units have been restored successfully
# sync
# sync
# /mtd_boot/MicomCtrl 143
-sh: /mtd_boot/MicomCtrl: not found
I've tried to:
Code: Select all
#mount -t auto /dev/tbml8 /mtd_exe
#mount -t auto /dev/tbml9 /mtd_appdata
#mount -t auto /dev/tbml7 /mtd_boot
#/mtd_boot/MicomCtrl 143
and now everything is ok.
I'm gratefull.
With this FW I don't have to restart FFW ? Right?
I will have access access to u-boot?
And now, what should I do to run automatically SamyGo each time I turn on my TV?
Re: LE46B650T2W Bricked. Not go on TOP DEBUG MENU
Posted: Thu Feb 21, 2013 12:53 pm
by juusso
You have to create proper /mtd_rwarea/SamyGO.sh file (check example on wiki). Other apps can be started with help of injectso or gdb, depends of whhat exact is needed.
And yes, you have access to u-boot. Just need ~ key on your keyboard
