If here is an alternative firmware on partitions 10 and 11 then you could switch to.
1. Do you have working u-boot? (enter to bootloader by pressing ~ )
2. Are you able to enter console from ex-link?
If you say "Yes" to just one or to both questions, you be able to restore your TV.
[SOLVED] LN40B630 Help Bricked... in trouble with parents :(
Re: LN40B630 Help Bricked... in trouble with parents :(
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: LN40B630 Help Bricked... in trouble with parents :(
go to console and execute this command:
After reboot tv should use 1st partition to boot. (it helps, if here was an alternative firmware before). If this does not help, then here is another, more difficult way. You need to boot TV from external source (USB disk or from tftp). Kernel you need is your tbml5`th dump with some corrections with help of mkimage. Read this topic, you have to make not all steps, adapt your situation. Your rootfs can be used original TVs rootfs - /dev/bml0/6, just you need to put correct command to bootloader.
Added:
It looks like TV searches for USB with firmware to upgrade:
Download firmware for your tv, prepare USB for upgrading and attach to TV. Power on TV and give us the debug log. It`s possible, that tv will start to upgrade firmware procedure
Code: Select all
touch /mtd_rwarea/PartitionSwitch_0_0
Added:
It looks like TV searches for USB with firmware to upgrade:
Code: Select all
no sub SW image...try to upgrade
Boot USB Driver Upload ...
USB module is already inserted
USB detection time: 1-12 sec.
1
2
3
4
5
6
7
8
9
10
11
default path - /dtv/usb/sda
sda path : [sda]
No USB is found...Shutdown
Download firmware for your tv, prepare USB for upgrading and attach to TV. Power on TV and give us the debug log. It`s possible, that tv will start to upgrade firmware procedure

LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: LN40B630 Help Bricked... in trouble with parents :(
You said, you can ge in to u-boot menu and to serial console via TOP debug menu (after debug + 1198282 and ctrl+c)?
If yes, you do not need boot external kernel (OE), because OE kernel does not have function for writing to NAND, it will not help (i can confirm, i tried to restore bricked tv, w/o success). If you get to serial console, im repeating my self, you have to create flag file to let system boot from alternative partitions:
If yes, you do not need boot external kernel (OE), because OE kernel does not have function for writing to NAND, it will not help (i can confirm, i tried to restore bricked tv, w/o success). If you get to serial console, im repeating my self, you have to create flag file to let system boot from alternative partitions:
Code: Select all
touch /mtd_rwarea/PartitionSwitch_0_0
Last edited by juusso on Sun Nov 14, 2010 7:36 am, edited 1 time in total.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: LN40B630 Help Bricked... in trouble with parents :(
You are lucky, that u-boot works. You will 100% restore your tv!flipper420 wrote: LEONID # setenv ipaddr 192.168.137.2;setenv gatewayip 192.168.137.1;setenv serverip 192.168.137.1;setenv bootargs root=/dev/tbml6/
How about this?Here is no setenv for rootf, it wil be used by default, TVs rootfs. Execute from LEONID>:
Code: Select all
setenv ipaddr 192.168.137.2;setenv gatewayip 192.168.137.1;setenv serverip 192.168.137.1;tftp;bootm
Code: Select all
setenv ipaddr 192.168.137.2;setenv gatewayip 192.168.137.1;setenv serverip 192.168.137.1; setenv bootargs root=/dev/sda2 console=ttyS1;tftp;bootm
Another way, can you confirm, that you able get to serial console in TOP debug menu? If yes, use this info.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE