1. Connect Exlink to TV. (it is in standby mode)
2. Open putty
3. Set connection parameters
4. Press open - you get blank putty terminal window
5. Power on TV
Post here what you get on putty screen.
If you still get no text from TV, check Exlink - join tx and rx on 3.5 jack side (1 and 2) and try input anything on putty window - if you get symbols on the screen - cable ok, if not - somenthing is wrong.
If your cable is ok, but you do not get anything, it means - you`ve not set rs232-jack to debug mode on service menu. It is bad.
In this situation opening TV`s case and looking forward to "debug" button on mainboard directly...
6. Try get to u-boot promt. If you success to u-boot menu, power off TV, power on it again and...
7. try get to top debug menu
8. After you enter "debug" and get something like:
Code: Select all
[SERIAL INPUT MANAGE] 1-th ENABLE Magic serial input match!
[SERIAL INPUT MANAGE] 2-th ENABLE Magic serial input match!
[SERIAL INPUT MANAGE] 3-th ENABLE Magic serial input match!
[SERIAL INPUT MANAGE] 4-th ENABLE Magic serial input match!
[SERIAL INPUT MANAGE] 5-th ENABLE Magic serial input match!
[SERIAL INPUT MANAGE] serial input ENABLE!!!!!
#
Code: Select all
ctrl+c
very fast:
Code: Select all
/mtd_boot/MicomCtrl 23
Code: Select all
Starting pid 639, console /dev/ttyS1: '/bin/sh'
-sh: id: not found
#
Code: Select all
echo /mtd_rwarea/PartitionSwitch*
9.1
Code: Select all
/mtd_rwarea/PartitionSwitch_0_0
9.2
Code: Select all
/mtd_rwarea/PartitionSwitch_1_0
If 9.1 available, enter:
Code: Select all
rm -rf /mtd_rwarea/PartitionSwitch_0_0
touch /mtd_rwarea/PartitionSwitch_1_0
Code: Select all
rm -rf /mtd_rwarea/PartitionSwitch_1_0
touch /mtd_rwarea/PartitionSwitch_0_0
Code: Select all
echo /mtd_rwarea/PartitionSwitch*
12. Reboot TV. It should start normally.